Method: Quantify::Quantity#divide

Defined in:
lib/quantify/quantity.rb

#divide(other) ⇒ Object Also known as: /



200
201
202
# File 'lib/quantify/quantity.rb', line 200

def divide(other)
  Quantity.new(@value,@unit).divide!(other)
end