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.
reset()
public
Clears all registered
directives and post-processors
# File lib/rdoc/markup/pre_process.rb, line 66
def self.reset
@post_processors = []
@registered = {}
end