Method: Float#multiply_with_units

Defined in:
lib/units/base.rb

#multiply_with_units(other) ⇒ Object



131
132
133
# File 'lib/units/base.rb', line 131

def multiply_with_units(other)
  multiply(other).send(unit || other.unit)
end