Method: Chef::RunContext#node

Defined in:
lib/chef/run_context.rb

#nodeChef::Node

The node for this run

Returns:



65
66
67
# File 'lib/chef/run_context.rb', line 65

def node
  @node
end