123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::Range

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) ⇒ Range

[ GitHub ]

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

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