200 201 202
# File 'lib/quantify/quantity.rb', line 200 def divide(other) Quantity.new(@value,@unit).divide!(other) end