# File lib/arel/math.rb, line 3
    def *(other)
      Arel::Nodes::Multiplication.new(self, other)
    end