Libraries
»
convert_unit
(1.0.0)
»
Index
»
Base
»
#to_c
Method: Base#to_c
Defined in:
lib/convert_unit/base.rb
#
to_c
⇒
Object
36 37 38
# File 'lib/convert_unit/base.rb', line 36
def
to_c
"
#{
value
.
to_c
}
#{
unit
}
"
end