Method: Chef::RunContext::CookbookCompiler#node

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

#nodeObject

Chef::Node object for the current run.



46
47
48
# File 'lib/chef/run_context/cookbook_compiler.rb', line 46

def node
  run_context.node
end