Method: InputReader.get_int

Defined in:
lib/input_reader.rb

.get_int(options = {}) ⇒ Object



38
39
40
# File 'lib/input_reader.rb', line 38

def get_int(options = {})
  self.get_and_parse_input(:to_i, options)
end