class CommandlineReader

Attributes

temperature[R]

Public Class Methods

new(commands) click to toggle source
# File lib/reader/commandline_reader.rb, line 6
def initialize(commands)
    @temperature = commands.to_f
end