Method: Puppet::Util::Profiler::AroundProfiler#initialize
- Defined in:
- lib/puppet/util/profiler/around_profiler.rb
#initialize ⇒ AroundProfiler
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.
Returns a new instance of AroundProfiler.
9 10 11 |
# File 'lib/puppet/util/profiler/around_profiler.rb', line 9 def initialize @profilers = [] end |