Method: Base#to_c

Defined in:
lib/convert_unit/base.rb

#to_cObject



36
37
38
# File 'lib/convert_unit/base.rb', line 36

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