class Thor::Shell::Basic
def no?(statement, color = nil)
"no".
Asks the user a question and returns true if the user replies "n" or
def no?(statement, color = nil) !!(ask(statement, color, add_to_history: false) =~ is?(:no)) end
def no?(statement, color = nil) !!(ask(statement, color, add_to_history: false) =~ is?(:no)) end