Class: Eggshell::MacroHandler::Defaults::NoOpHandler

Inherits:
Object
  • Object
show all
Includes:
Eggshell::MacroHandler
Defined in:
lib/eggshell/macro-handler.rb

Constant Summary

Constants included from Eggshell::MacroHandler

COLLECT_NORMAL, COLLECT_RAW, COLLECT_RAW_MACRO

Instance Method Summary collapse

Methods included from Eggshell::MacroHandler

#collection_type

Methods included from BaseHandler

#set_processor

Instance Method Details

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



42
43
44
# File 'lib/eggshell/macro-handler.rb', line 42

def process(name, args, lines, out, call_depth = 0)
	@eggshell._warn("not implemented: #{macname}")
end