class ActionController::TestRequest::Result

def self.new_escaped(strings)

def self.new_escaped(strings)
  new strings.collect {|str| uri_parser.unescape str}
end