Method: Chef::EventDispatch::Base#cookbook_gem_using
- Defined in:
- lib/chef/event_dispatch/base.rb
#cookbook_gem_using(gem, version) ⇒ Object
Called when the result of installing the bundle is to use the gem
128 |
# File 'lib/chef/event_dispatch/base.rb', line 128 def cookbook_gem_using(gem, version); end |