Returns a new instance of Yum.
120 121 122 123
# File 'lib/chef/provider/package/yum.rb', line 120 def initialize(new_resource, run_context) super @yum = YumCache.instance end