# File lib/chef/provider/package/yum.rb, line 896 def arch if @new_resource.respond_to?("arch") @new_resource.arch else nil end end