Class: MVCLI::Router::Pattern::Matcher
- Inherits:
-
Object
- Object
- MVCLI::Router::Pattern::Matcher
- Defined in:
- lib/mvcli/router/pattern.rb
Defined Under Namespace
Class Method Summary collapse
Instance Method Summary collapse
- #bind(input) ⇒ Object
-
#initialize(name) ⇒ Matcher
constructor
A new instance of Matcher.
Constructor Details
#initialize(name) ⇒ Matcher
Returns a new instance of Matcher.
36 37 38 |
# File 'lib/mvcli/router/pattern.rb', line 36 def initialize(name) @name = name end |
Class Method Details
Instance Method Details
#bind(input) ⇒ Object
40 41 42 |
# File 'lib/mvcli/router/pattern.rb', line 40 def bind(input) {} end |