Method: Puppet::Interface#synopsis
- Defined in:
- lib/vendor/puppet/interface.rb
#synopsis ⇒ Object
Documentation. We currently have to rewrite both getters because we share the same instance between build-time and the runtime instance. When that splits out this should merge into a module that both the action and face include. –daniel 2011-04-17
83 84 85 |
# File 'lib/vendor/puppet/interface.rb', line 83 def synopsis build_synopsis self.name, '<action>' end |