Class: PuppetStrings::Yard::CodeObjects::Plans
Overview
Implements the group for Puppet plans.
Class Method Summary collapse
-
.instance ⇒ Object
Gets the singleton instance of the group.
Instance Method Summary collapse
-
#name(_prefix = false) ⇒ String
Gets the display name of the group.
Methods inherited from Group
Methods inherited from Base
Class Method Details
.instance ⇒ Object
Gets the singleton instance of the group.
9 10 11 |
# File 'lib/puppet-strings/yard/code_objects/plan.rb', line 9 def self.instance super(:puppet_plans) end |
Instance Method Details
#name(_prefix = false) ⇒ String
Gets the display name of the group.
16 17 18 |
# File 'lib/puppet-strings/yard/code_objects/plan.rb', line 16 def name(_prefix = false) 'Puppet Plans' end |