Method: Chef::Resource::CookbookFile#cookbook

Defined in:
lib/chef/resource/cookbook_file.rb

#cookbook(cookbook_name = nil) ⇒ Object



39
40
41
# File 'lib/chef/resource/cookbook_file.rb', line 39

def cookbook(cookbook_name=nil)
  set_or_return(:cookbook, cookbook_name, :kind_of => String)
end