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