Method: Chef::Resource#resource_initializing

Defined in:
lib/chef/resource.rb

#resource_initializingObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

If we are currently initializing the resource, this will be true.

Do NOT use this. It may be removed. It is for internal purposes only.


639
640
641
# File 'lib/chef/resource.rb', line 639

def resource_initializing
  @resource_initializing
end