class 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 Thor::Shell::HTML' end
def ask(statement, color = nil) fail NotImplementedError, 'Implement #ask for Thor::Shell::HTML' end