handle_directive

handle_directive(prefix, directive, param, code_object = nil, encoding = nil)
Instance Public methods

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.

doc_ruby_on_rails
2015-05-02 17:59:35
Comments
Leave a Comment

Please login to continue.