Class: Mustermann::Simple

Inherits:
RegexpBased
  • Object
show all
Defined in:
lib/mustermann/simple.rb

Overview

Sinatra 1.3 style pattern implementation.

Examples:

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

See Also: