Module: Puppet::Util::Warnings
- Included in:
- Provider, Provider, Resource::Type, Type, Autoload, Instrumentation::Listener, SUIDManager
- Defined in:
- lib/vendor/puppet/util/warnings.rb
Overview
Methods to help with handling warnings.
Class Method Summary collapse
Class Method Details
.clear_warnings ⇒ Object
14 15 16 17 |
# File 'lib/vendor/puppet/util/warnings.rb', line 14 def clear_warnings @stampwarnings = {} nil end |