Module: Stick

Defined in:
lib/stick/units/base.rb,
lib/stick/units.rb,
lib/stick/currency.rb,
lib/stick/units/units.rb,
lib/stick/constants/cgs.rb,
lib/stick/constants/mks.rb,
lib/stick/units/loaders.rb,
lib/stick/units/currency.rb,
lib/stick/constants/number.rb,
lib/stick/constants/typeless_cgs.rb,
lib/stick/constants/typeless_mks.rb

Overview

The namespace for all unit related classes. Mixing this in has the additional effect of making Units.with_unit_converter available without the Units. prefix, as well as the shortcuts for creating Units (see Units#method_missing).

http://en.wikipedia.org/wiki/Celsius_scale

degrees_Celsius vs Celsius_degrees
Kelvin

Kelvin  Celsius   Fahrenheit  Rankine   Delisle   Newton  Réaumur   Rømer

K       C         F           R         D         N       R         R

http://en.wikipedia.org/wiki/Conversion_of_units

++

Defined Under Namespace

Modules: Constants, Units