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, **options)
  node.apply(mode, template, options)
end

#apply_next(**options) ⇒ Object



6
7
8
# File 'lib/bemer/context_extentions/template.rb', line 6

def apply_next(**options)
  node.apply_next(template, options)
end