Method: Puppet::Util::Profiler::AroundProfiler#current
- Defined in:
- lib/puppet/util/profiler/around_profiler.rb
#current ⇒ 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.
Retrieve the current list of profilers
23 24 25 |
# File 'lib/puppet/util/profiler/around_profiler.rb', line 23 def current @profilers end |