Method: Chef::Resource::CookbookFile#source
- Defined in:
- lib/chef/resource/cookbook_file.rb
#source(source_filename = nil) ⇒ Object
42 43 44 |
# File 'lib/chef/resource/cookbook_file.rb', line 42 def source(source_filename=nil) set_or_return(:source, source_filename, :kind_of => String) end |