Libraries
»
convert_unit
(1.0.0)
»
Index
»
Base
»
#to_s
Method: Base#to_s
Defined in:
lib/convert_unit/base.rb
#
to_s
⇒
Object
52 53 54
# File 'lib/convert_unit/base.rb', line 52
def
to_s
"#{value.to_s} #{unit}"
end