Method: Chef::Resource::File#backup
- Defined in:
- lib/chef/resource/file.rb
#backup(arg = nil) ⇒ Object
61 62 63 64 65 66 67 |
# File 'lib/chef/resource/file.rb', line 61 def backup(arg=nil) set_or_return( :backup, arg, :kind_of => [ Integer, FalseClass ] ) end |