class YARD::CLI::Stats

Public Instance Methods

stats_for_definedtypes() click to toggle source
# File lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb, line 19
def stats_for_definedtypes
  output 'Puppet Defined Types', *type_statistics(:definedtype)
end
stats_for_hostclasses() click to toggle source
# File lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb, line 15
def stats_for_hostclasses
  output 'Puppet Classes', *type_statistics(:hostclass)
end
stats_for_puppet_provider() click to toggle source
# File lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb, line 27
def stats_for_puppet_provider
  output 'Puppet Providers', *type_statistics(:provider)
end
stats_for_puppet_types() click to toggle source
# File lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb, line 23
def stats_for_puppet_types
  output 'Puppet Types', *type_statistics(:type)
end