# File lib/background_process/background_process.rb, line 102 def self.sanitize_params(params) params.map { |p| p.gsub(' ', '\ ') }.join(" ") end