# File lib/arel/math.rb, line 3 def *(other) Arel::Nodes::Multiplication.new(self, other) end
# File lib/arel/math.rb, line 7 def +(other) Arel::Nodes::Grouping.new(Arel::Nodes::Addition.new(self, other)) end
Generated with the Darkfish Rdoc Generator 2.