handle(text, code_object = nil, &block)
Instance Public methods
Look for directives in the given text.
Options that we don't handle are yielded. If the block returns false
the directive is restored to the text. If the block returns nil or no
block was given the directive is handled according to the registered
directives. If a String was returned the directive is replaced with the
string.
If no matching directive was registered the directive is restored to the
text.
If code_ob