Libraries
»
convert_unit
(1.0.0)
»
Index
»
Base
»
#to_r
Method: Base#to_r
Defined in:
lib/convert_unit/base.rb
#
to_r
⇒
Object
40 41 42
# File 'lib/convert_unit/base.rb', line 40
def
to_r
;
"#{value.to_r} #{unit}"
end