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