Class: CommandlineReader
- Inherits:
-
Object
- Object
- CommandlineReader
- Defined in:
- lib/commandline_reader.rb
Class Method Summary collapse
-
.reader(input) ⇒ Object
Reads temperature in degrees celcius from the commandline.
Class Method Details
.reader(input) ⇒ Object
Reads temperature in degrees celcius from the commandline
5 6 7 8 |
# File 'lib/commandline_reader.rb', line 5 def self.reader(input) temperature = input return temperature end |