Class: Arel::Nodes::Following
- Defined in:
- lib/arel/nodes/window.rb
Instance Attribute Summary
Attributes inherited from Unary
Instance Method Summary collapse
-
#initialize(expr = nil) ⇒ Following
constructor
A new instance of Following.
Methods inherited from Unary
Methods inherited from Node
#_caller, #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
#initialize(expr = nil) ⇒ Following
Returns a new instance of Following.
100 101 102 |
# File 'lib/arel/nodes/window.rb', line 100 def initialize(expr = nil) super(expr) end |