method

frame

frame(expr)
public

No documentation available.

# File activerecord/lib/arel/nodes/window.rb, line 30
      def frame(expr)
        @framing = expr
      end