Class: YARD::CLI::Stats
- Inherits:
-
Object
- Object
- YARD::CLI::Stats
- Defined in:
- lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb
Instance Method Summary collapse
- #stats_for_definedtypes ⇒ Object
- #stats_for_hostclasses ⇒ Object
- #stats_for_puppet_provider ⇒ Object
- #stats_for_puppet_types ⇒ Object
Instance Method Details
#stats_for_definedtypes ⇒ Object
19 20 21 |
# 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 ⇒ Object
15 16 17 |
# 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 ⇒ Object
27 28 29 |
# 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 ⇒ Object
23 24 25 |
# File 'lib/puppet_x/puppetlabs/strings/yard/monkey_patches.rb', line 23 def stats_for_puppet_types output 'Puppet Types', *type_statistics(:type) end |