Method: Chef::Recipe#node

Defined in:
lib/chef/recipe.rb

#nodeObject

Used in DSL mixins



67
68
69
# File 'lib/chef/recipe.rb', line 67

def node
  run_context.node
end