# File lib/rack/protection/escaped_params.rb, line 73 def escape_hash(hash) hash = hash.dup hash.each { |k,v| hash[k] = escape(v) } hash end