class ActionController::TestRequest::Result

:nodoc:

def self.new_escaped(strings)

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

def to_s() join '/' end

:nodoc:
def to_s() join '/' end