Method: Puppet::Runtime#clear
- Defined in:
- lib/puppet/runtime.rb
#clear ⇒ 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.
Clears all implementations. This is used for testing.
62 63 64 |
# File 'lib/puppet/runtime.rb', line 62 def clear initialize end |