Parent

Methods

Class Index [+]

Quicksearch

Arel::Nodes::Join

Attributes

left[RW]
right[RW]
constraint[RW]

Public Class Methods

new(left, right, constraint) click to toggle source
    # File lib/arel/nodes/join.rb, line 6
 6:       def initialize left, right, constraint
 7:         @left       = left
 8:         @right      = right
 9:         @constraint = constraint
10:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.