38 39 40
# File 'lib/input_reader.rb', line 38 def get_int(options = {}) self.get_and_parse_input(:to_i, options) end