# File lib/chef/resource/yum_package.rb, line 35 def arch(arg=nil) set_or_return( :arch, arg, :kind_of => [ String ] ) end