Method: Puppet::Application#summary
- Defined in:
- lib/puppet/application.rb
#summary ⇒ String
The description used in top level ‘puppet help` output If left empty in implementations, we will attempt to extract the summary from the help text itself.
592 593 594 |
# File 'lib/puppet/application.rb', line 592 def summary "" end |