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