Method: Chef::Provider::Package::Yum#candidate_version

Defined in:
lib/chef/provider/package/yum.rb

#candidate_versionObject



88
89
90
91
92
# File 'lib/chef/provider/package/yum.rb', line 88

def candidate_version
  package_name_array.each_with_index.map do |pkg, i|
    available_version(i).version_with_arch
  end
end