Method: Puppet::Interface.register
- Defined in:
- lib/puppet/interface.rb
.register(instance) ⇒ void
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.
This method returns an undefined value.
Register a face
44 45 46 |
# File 'lib/puppet/interface.rb', line 44 def register(instance) Puppet::Interface::FaceCollection.register(instance) end |