Methods

Class 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
6:       def initialize left, right
7:         @left  = left
8:         @right = right
9:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.