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