Method: Arel::Math#*

Defined in:
activerecord/lib/arel/math.rb

#*(other) ⇒ Object



5
6
7
# File 'activerecord/lib/arel/math.rb', line 5

def *(other)
  Arel::Nodes::Multiplication.new(self, other)
end