module DegreeConverter
Constants
- VERSION
Public Class Methods
convert( temperature, from, to )
click to toggle source
# File lib/degree_converter.rb, line 5 def self.convert( temperature, from, to ) Converter.new.convert( temperature, from, to ) end