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