module UnitsConverter
Constants
- CONVERSIONS_TO_METRES
- VERSION
Public Class Methods
convert(quantity, unit)
click to toggle source
# File lib/units_converter.rb, line 11 def self.convert(quantity, unit) QuantityWithUnit.new(quantity, unit) end