defs.define_constant('Arel::Nodes::Rows') do |klass|
    klass.inherits(defs.constant_proxy('Arel::Nodes::Unary', RubyLint.registry))

    klass.define_instance_method('initialize') do |method|
      method.define_optional_argument('expr')