# File lib/chef/resource.rb, line 231 def retries(arg=nil) set_or_return( :retries, arg, :kind_of => Integer ) end