Module: Roma::Mkconfig::Input::InputReadline
- Defined in:
- lib/roma/tools/mkconfig.rb
Instance Method Summary collapse
Instance Method Details
#get_line ⇒ Object
203 204 205 |
# File 'lib/roma/tools/mkconfig.rb', line 203 def get_line return Readline.readline("> ", false) end |