class SassC::Script::Value::Number

def conversion_factor(from_unit, to_unit)

def conversion_factor(from_unit, to_unit)
  CONVERSION_TABLE[from_unit][to_unit]
end