class

Marten::Routing::Path::Spec::Base

Inherits Reference / Object

Represents the base path specification.

Instance methods

resolve(path : String) : Path::Match | Nil

Resolves the path against the path specification.

Source
reverser(name : String) : Reverser

Returns a reverser for the path specification.

Source