Method: ActionController::TestRequest::Result.new_escaped

Defined in:
lib/action_controller/test_case.rb

.new_escaped(strings) ⇒ Object



136
137
138
# File 'lib/action_controller/test_case.rb', line 136

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