123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::Rows

Do not use. This class is for internal use only.

Class Method Summary

Unary - Inherited

Instance Attribute Summary

Unary - Inherited

#expr,
#value

Alias for Unary#expr.

Node - Inherited

Instance Method Summary

Constructor Details

.new(expr = nil) ⇒ Rows

[ GitHub ]

  
# File 'activerecord/lib/arel/nodes/window.rb', line 92

def initialize(expr = nil)
  super(expr)
end