Method: Base#to_s

Defined in:
lib/convert_unit/base.rb

#to_sObject



52
53
54
# File 'lib/convert_unit/base.rb', line 52

def to_s
  "#{value.to_s} #{unit}"
end