Class: Arel::Nodes::Preceding
Instance Attribute Summary
Attributes inherited from Unary
Instance Method Summary (collapse)
-
- (Preceding) initialize(expr = nil)
constructor
A new instance of Preceding.
Methods inherited from Node
#and, #each, #not, #or, #to_sql
Methods included from FactoryMethods
#create_and, #create_false, #create_join, #create_on, #create_string_join, #create_table_alias, #create_true, #grouping, #lower
Constructor Details
- (Preceding) initialize(expr = nil)
A new instance of Preceding
67 68 69 |
# File 'lib/arel/nodes/window.rb', line 67 def initialize(expr = nil) super(expr) end |