Method: Chef::Provider#requirements

Defined in:
lib/chef/provider.rb

#requirementsObject



274
275
276
# File 'lib/chef/provider.rb', line 274

def requirements
  @requirements ||= ResourceRequirements.new(@new_resource, run_context, action || new_resource.action)
end