131 132 133
# File 'lib/units/base.rb', line 131 def multiply_with_units(other) multiply(other).send(unit || other.unit) end