Class: Marko::Markup::Compiler
- Defined in:
- lib/marko/markup/compiler.rb
Instance Method Summary collapse
Methods included from Pluggable
Instance Method Details
#call(tree, template, filename, &block) ⇒ Object
13 14 15 16 |
# File 'lib/marko/markup/compiler.rb', line 13 def call(tree, template, filename, &block) super(tree, template, filename, &block) compile end |