class Addressable::Template

def named_captures

Other tags:
    Api: - private

Returns:
  • (Hash) - The named captures of the `Regexp` given by {#to_regexp}.
def named_captures
  self.to_regexp.named_captures
end