Method: Thor::Shell::HTML#ask
- Defined in:
- lib/thor/shell/html.rb
#ask(statement, color = nil) ⇒ Object
Ask something to the user and receives a response.
Example
ask("What is your name?")
TODO: Implement #ask for Thor::Shell::HTML
73 74 75 |
# File 'lib/thor/shell/html.rb', line 73 def ask(statement, color = nil) raise NotImplementedError, "Implement #ask for Thor::Shell::HTML" end |