a1a6fbc189
1 2 3 4 5 6 7 8 9
module Arel module WindowPredications def over(expr = nil) Nodes::Over.new(self, expr) end end end