abstract class Marten::Routing::Path::Spec::Base
- Marten::Routing::Path::Spec::Base
- Reference
- Object
Overview
Represents the base path specification.
Direct Known Subclasses
Defined in:
marten/routing/path/spec/base.crInstance Method Summary
-
#resolve(path : String) : Path::Match | Nil
Resolves the path against the path specification.
-
#reverser(name : String) : Reverser
Returns a reverser for the path specification.
Instance Method Detail
abstract
def resolve(path : String) : Path::Match | Nil
#
Resolves the path against the path specification.
Returns a reverser for the path specification.