93 94 95 96 97
# File 'lib/temperature/numeric.rb', line 93 def f2c num = (self - FOffset) / CScale num.units = "C" return num end