class Eggshell::MacroHandler::Defaults::NoOpHandler

Public Instance Methods

process(name, args, lines, out, call_depth = 0) click to toggle source
# File lib/eggshell/macro-handler.rb, line 54
def process(name, args, lines, out, call_depth = 0)
        @eggshell._warn("not implemented: #{macname}")
end