class Bundler::Thor::Shell::HTML
def ask(statement, color = nil)
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