Class: TempCheckGem
- Inherits:
-
Object
- Object
- TempCheckGem
- Defined in:
- lib/temp_check_gem.rb
Class Method Summary collapse
Class Method Details
.convert_temperature(input) ⇒ Object
2 3 4 |
# File 'lib/temp_check_gem.rb', line 2 def self.convert_temperature(input) puts "#{input.to_f * 9 / 5 + 32}" end |