method

handle_directive

ruby latest stable - Class: RDoc::Markup::PreProcess

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

handle_directive(prefix, directive, param, code_object = nil, encoding = nil)
public

Performs the actions described by directive and its parameter param.

code_object is used for directives that operate on a class or module. prefix is used to ensure the replacement for handled directives is correct. encoding is used for the include directive.

For a list of directives in RDoc see RDoc::Markup.