Class: Generators::PuppetGeneratorInOne

Inherits:
HTMLGeneratorInOne
  • Object
show all
Defined in:
lib/puppet/util/rdoc/generators/puppet_generator.rb

Instance Method Summary collapse

Instance Method Details

#gen_method_indexObject



898
899
900
# File 'lib/puppet/util/rdoc/generators/puppet_generator.rb', line 898

def gen_method_index
  gen_an_index(HtmlMethod.all_methods, 'Defines')
end