# File lib/big_record/routing_ext.rb, line 14
        def self.new_escaped(strings)
          new strings.collect {|str| CGI.unescape(str)}
        end