Method: Chef::Resource::File#content
- Defined in:
- lib/chef/resource/file.rb
#content(arg = nil) ⇒ Object
53 54 55 56 57 58 59 |
# File 'lib/chef/resource/file.rb', line 53 def content(arg=nil) set_or_return( :content, arg, :kind_of => String ) end |