class Bundler::Thor::Shell::Basic
def no?(statement, color = nil)
"no".
Make a question the to user 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