Class: YARD::CLI::Yardoc
- Inherits:
-
Object
- Object
- YARD::CLI::Yardoc
- Defined in:
- lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb
Overview
TODO: As far as I can tell, monkeypatching is the officially recommended way to extend these tools to cover custom usecases. Follow up on the YARD mailing list or IRC to see if there is a better way.
Instance Method Summary collapse
Instance Method Details
#all_objects ⇒ Object
9 10 11 |
# File 'lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb', line 9 def all_objects YARD::Registry.all(:root, :module, :class, :type, :provider, :puppetnamespace, :hostclass, :definedtype) end |