Method: RubyUnits::String#convert_to
- Defined in:
- lib/ruby_units/string.rb
#convert_to(other) ⇒ Unit
32 33 34 |
# File 'lib/ruby_units/string.rb', line 32 def convert_to(other) to_unit.convert_to(other) end |
32 33 34 |
# File 'lib/ruby_units/string.rb', line 32 def convert_to(other) to_unit.convert_to(other) end |