Method: Generators::HTMLPuppetModule#initialize

Defined in:
lib/puppet/util/rdoc/generators/puppet_generator.rb

#initialize(context, html_file, prefix, options) ⇒ HTMLPuppetModule

Returns a new instance of HTMLPuppetModule.



650
651
652
# File 'lib/puppet/util/rdoc/generators/puppet_generator.rb', line 650

def initialize(context, html_file, prefix, options)
  super(context, html_file, prefix, options)
end