Method: Chef::ChefFS::FileSystem::BaseFSObject#chef_object
- Defined in:
- lib/chef/chef_fs/file_system/base_fs_object.rb
#chef_object ⇒ Object
Expand this entry into a chef object (Chef::Role, ::Node, etc.)
108 109 110 111 |
# File 'lib/chef/chef_fs/file_system/base_fs_object.rb', line 108 def chef_object raise NotFoundError.new(self) if !exists? nil end |