class Addressable::Template::MatchData
def initialize(uri, template, mapping)
-
uri
(Addressable::URI
) --
def initialize(uri, template, mapping) @uri = uri.dup.freeze @template = template @mapping = mapping.dup.freeze end
uri
(Addressable::URI
)
--
def initialize(uri, template, mapping) @uri = uri.dup.freeze @template = template @mapping = mapping.dup.freeze end