3 4 5
# File 'lib/conversions/ext.rb', line 3 def convert(from, to, options={}) Unit.new(self, from).to(to, options) end