# File lib/action_controller/routing.rb, line 258 def self.new_escaped(strings) new strings.collect {|str| CGI.unescape str} end