# File lib/thor/shell/basic.rb, line 74
      def no?(statement, color=nil)
        !yes?(statement, color)
      end