Methods

Class/Module Index [+]

Quicksearch

Arel::Nodes::InfixOperation

Attributes

operator[R]

Public Class Methods

new(operator, left, right) click to toggle source
# File lib/arel/nodes/infix_operation.rb, line 13
def initialize operator, left, right
  super(left, right)
  @operator = operator
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.