class YARD::CLI::Yardoc

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.

Public Instance Methods

all_objects() click to toggle source
# 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