# File lib/bundler/vendor/thor/shell/basic.rb, line 40
      def ask(statement, color=nil)
        say("#{statement} ", color)
        stdin.gets.strip
      end