Class: Marko::Markup::Compiler

Inherits:
Compiler
  • Object
show all
Defined in:
lib/marko/markup/compiler.rb

Instance Method Summary collapse

Methods included from Pluggable

#plug

Instance Method Details

#call(tree, template, filename, &block) ⇒ Object

See Also:

  • Compliler#call


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