# File lib/cucumber/rake/task.rb, line 165
      def make_command_line_safe(list)
        list.map{|string| string.gsub(' ', '\ ')}
      end