Module: Eggshell::ProcessHandler

Included in:
BlockHandler, MacroHandler
Defined in:
lib/eggshell.rb

Overview

Core interface for processing content plugins. also include nested document sections.

Instance Method Summary collapse

Instance Method Details

#process(type, args, lines, out, call_depth = 0) ⇒ Object



58
59
# File 'lib/eggshell.rb', line 58

def process(type, args, lines, out, call_depth = 0)
end