Class: Mustermann::Template
- Inherits:
-
AST::Pattern
- Object
- AST::Pattern
- Mustermann::Template
- Includes:
- Concat::Native
- Defined in:
- lib/mustermann/template.rb
Overview
URI template pattern implementation.
Instance Method Summary collapse
-
#to_templates ⇒ Object
Identity patterns support generating templates (the logic is quite complex, though).
Instance Method Details
#to_templates ⇒ Object
Identity patterns support generating templates (the logic is quite complex, though).
57 58 59 |
# File 'lib/mustermann/template.rb', line 57 def to_templates [to_s] end |