73 74 75 76
# File 'lib/emit.rb', line 73 def *(other) return other * self if Emit::Process === other old_mult(other) end
72
# File 'lib/emit.rb', line 72 alias :old_mult :*