Arel::Nodes::Node
# File lib/arel/nodes/binary.rb, line 6 6: def initialize left, right 7: @left = left 8: @right = right 9: end
# File lib/arel/nodes/binary.rb, line 11 11: def initialize_copy other 12: super 13: @left = @left.clone if @left 14: @right = @right.clone if @right 15: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.