# File lib/arel/math.rb, line 3 3: def *(other) 4: Arel::Nodes::Multiplication.new(self, other) 5: end
# File lib/arel/math.rb, line 7 7: def +(other) 8: Arel::Nodes::Grouping.new(Arel::Nodes::Addition.new(self, other)) 9: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.