method
new
v7.2.3 -
Show latest stable
- Class:
Arel::Nodes::Window
new()public
No documentation available.
# File activerecord/lib/arel/nodes/window.rb, line 8
def initialize
@orders = []
@partitions = []
@framing = nil
end