Method: Chef::RunContext::CookbookCompiler#input_collection

Defined in:
lib/chef/run_context/cookbook_compiler.rb

#input_collectionObject

The global input_collection hanging off of the run_context, used by compile_compliance and the compliance phase that runs inspec



75
76
77
# File 'lib/chef/run_context/cookbook_compiler.rb', line 75

def input_collection
  run_context.input_collection
end