131 132 133 134 135
# File 'lib/temperature/numeric.rb', line 131 def c2r num = self * CScale + (ROffset + FOffset) num.units = "R" return num end