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