Method: Puppet::Interface::Action#synopsis
- Defined in:
- lib/puppet/interface/action.rb
#synopsis ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
71 72 73 |
# File 'lib/puppet/interface/action.rb', line 71 def synopsis build_synopsis(@face.name, default? ? nil : name, arguments) end |