method
new_escaped
v3.0.9 -
Show latest stable
- Class:
ActionController::TestRequest::Result
new_escaped(strings)public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 136
def self.new_escaped(strings)
new strings.collect {|str| URI.unescape str}
end