Module: Bemer::ContextExtentions::Template
- Defined in:
- lib/bemer/context_extentions/template.rb
Instance Method Summary collapse
Instance Method Details
#apply(mode, **options) ⇒ Object
10 11 12 |
# File 'lib/bemer/context_extentions/template.rb', line 10 def apply(mode, **) node.apply(mode, template, ) end |
#apply_next(**options) ⇒ Object
6 7 8 |
# File 'lib/bemer/context_extentions/template.rb', line 6 def apply_next(**) node.apply_next(template, ) end |