Class: SY::Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/sy.rb

Overview

Making sure that for Celsius temperature, #°C returns absolute magnitude.

Instance Method Summary collapse

Instance Method Details

#°CObject



186
187
188
# File 'lib/sy.rb', line 186

def °C
  SY::CelsiusTemperature.absolute.magnitude self
end