123456789_123456789_123456789_123456789_123456789_

Class: Arel::Nodes::Preceding

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Arel::Nodes::Unary
Defined in: activerecord/lib/arel/nodes/window.rb

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

[ GitHub ]

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

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