5 6 7
# File 'lib/arel/window_predications.rb', line 5 def over(expr = nil) Nodes::Over.new(self, expr) end