class 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)
  !yes?(statement, color)
end