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

CHAIN_CONTINUE, CHAIN_END, CHAIN_NONE, CHAIN_START, COLLECT_NORMAL, COLLECT_RAW, COLLECT_RAW_MACRO

Instance Method Summary collapse

Methods included from Eggshell::MacroHandler

#chain_type, #collection_type

Methods included from BaseHandler

#set_processor

Instance Method Details

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



54
55
56
# File 'lib/eggshell/macro-handler.rb', line 54

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