Method: Bundler::Thor::Shell::HTML#ask

Defined in:
lib/bundler/vendor/thor/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 Bundler::Thor::Shell::HTML

Raises:

  • (NotImplementedError)


70
71
72
# File 'lib/bundler/vendor/thor/lib/thor/shell/html.rb', line 70

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