Module: Parameterised::Paths
- Defined in:
- lib/parameterised/paths.rb,
lib/parameterised/paths/path.rb,
lib/parameterised/paths/version.rb,
lib/parameterised/paths/path_match.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
-
.path(path) ⇒ Path
Shorthand method to create a Path object.
-
.path_match(path, other_path) ⇒ PathMatch|nil
Attempts to match two paths together.