Method: RDoc::PuppetParserCore#initialize
- Defined in:
- lib/puppet/util/rdoc/parser/puppet_parser_core.rb
#initialize(top_level, file_name, body, options, stats) ⇒ Object
called with the top level file
17 18 19 20 21 22 23 24 |
# File 'lib/puppet/util/rdoc/parser/puppet_parser_core.rb', line 17 def initialize(top_level, file_name, body, , stats) = @stats = stats @input_file_name = file_name @top_level = top_level @top_level.extend(RDoc::PuppetTopLevel) @progress = $stderr unless .quiet end |