# File lib/addressable/uri.rb, line 1931
    def route_to(uri)
      return URI.parse(uri).route_from(self)
    end