Arel::Nodes::Node
# File lib/arel/nodes/binary.rb, line 6 def initialize left, right @left = left @right = right end
# File lib/arel/nodes/binary.rb, line 11 def initialize_copy other super @left = @left.clone if @left @right = @right.clone if @right end
[Validate]
Generated with the Darkfish Rdoc Generator 2.