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/html_generator.rb, line 1178
def initialize(options) #:not-new:
@options = options
load_html_template
end