Method: Chef::Provider::Package::Dnf#candidate_version

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

#candidate_versionObject



95
96
97
98
99
# File 'lib/chef/provider/package/dnf.rb', line 95

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