# File lib/bundler/vendor/thor/shell/basic.rb, line 71
      def yes?(statement, color=nil)
        ask(statement, color) =~ is?(:yes)
      end