class ActionController::TestRequest::Result

def self.new_escaped(strings)

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