Method: Puppet::Application#summary

Defined in:
lib/puppet/application.rb

#summaryString

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.

Returns:

  • (String)


592
593
594
# File 'lib/puppet/application.rb', line 592

def summary
  ""
end