Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
new(options)
public
Set up a new HTML generator.
Basically all we do here is load up the correct output temlate
# File lib/rdoc/generators/ri_generator.rb, line 70
def initialize(options) #:not-new:
@options = options
@ri_writer = RI::RiWriter.new(".")
@markup = SM::SimpleMarkup.new
@to_flow = SM::ToFlow.new
end