class Thor::Shell::HTML

def ask(statement, color=nil)

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

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

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