Methods

Included Modules

Class/Module Index [+]

Quicksearch

Arel::Nodes::Over

Public Class Methods

new(left, right = nil) click to toggle source
# File lib/arel/nodes/over.rb, line 7
def initialize(left, right = nil)
  super(left, right)
end

Public Instance Methods

operator() click to toggle source
# File lib/arel/nodes/over.rb, line 11
def operator; 'OVER' end

[Validate]

Generated with the Darkfish Rdoc Generator 2.