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

Raises:

  • (NotImplementedError)


68
69
70
# File 'lib/thor/shell/html.rb', line 68

def ask(statement, color=nil)
  raise NotImplementedError, "Implement #ask for Thor::Shell::HTML"
end