class Mustermann::Identity

Matches strings that are identical to the pattern.

@example

Mustermann.new('/:foo', type: :identity) === '/bar' # => false

@see Mustermann::Pattern @see file:README.md#identity Syntax description in the README