Class: Mustermann::Express

Inherits:
AST::Pattern
  • Object
show all
Defined in:
lib/mustermann/express.rb

Overview

Express style pattern implementation.

Examples:

Mustermann.new('/:foo', type: :express) === '/bar' # => true

See Also: