module PoiseProfiler::CoreExt::EventBase
Monkeypatch extensions for Chef::EventDispatch::Base to support the new recipe_loaded
event.
@since 1.1.0 @api private
Public Instance Methods
recipe_loaded(recipe_name)
click to toggle source
# File lib/poise_profiler/core_ext/event_base.rb, line 29 def recipe_loaded(recipe_name) # This space left intentionally blank. end