Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/emit.rb

Instance Method Summary collapse

Instance Method Details

#*(other) ⇒ Object



72
73
74
75
# File 'lib/emit.rb', line 72

def *(other)
  return other * self if Emit::Process === other
  old_mult(other)
end

#old_multObject



71
# File 'lib/emit.rb', line 71

alias :old_mult :*