Methods

Class/Module Index [+]

Quicksearch

Arel::Nodes::Binary

Attributes

left[RW]
right[RW]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.