Module: Arel::WindowPredications

Included in:
Nodes::Function
Defined in:
lib/arel/window_predications.rb

Instance Method Summary collapse

Instance Method Details

#over(expr = nil) ⇒ Object



4
5
6
# File 'lib/arel/window_predications.rb', line 4

def over(expr = nil)
  Nodes::Over.new(self, expr)
end