Method: Chef::RunContext#node
- Defined in:
- lib/chef/run_context.rb
#node ⇒ Chef::Node
The node for this run
65 66 67 |
# File 'lib/chef/run_context.rb', line 65 def node @node end |
The node for this run
65 66 67 |
# File 'lib/chef/run_context.rb', line 65 def node @node end |