class Bundler::Thor::Shell::HTML

def ask(statement, color = nil)

TODO: Implement #ask for Bundler::Thor::Shell::HTML

ask("What is your name?")
==== Example

Ask something to the user and receives a response.
def ask(statement, color = nil)
  fail NotImplementedError, "Implement #ask for Bundler::Thor::Shell::HTML"
end