class Integer

Public Instance Methods

*(other) click to toggle source
# File lib/emit.rb, line 73
def *(other)
  return other * self if Emit::Process === other
  old_mult(other)
end
Also aliased as: old_mult
old_mult(other)
Alias for: *