Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) 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/generator/html.rb, line 68
def initialize(options) #:not-new:
@options = options
load_html_template
end