Method: Generators::MERBGenerator#initialize

Defined in:
lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb,
lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb

#initialize(options) ⇒ MERBGenerator

Set up a new HTML generator. Basically all we do here is load up the correct output temlate



1152
1153
1154
1155
# File 'lib/generators/templates/application/merb_core/doc/rdoc/generators/merb_generator.rb', line 1152

def initialize(options) #:not-new:
    @options    = options
    load_html_template
end