Create a new Chef::Node object.
62 63 64 65 66 67 68 69 70 71
# File 'lib/chef/node.rb', line 62 def initialize @name = nil @chef_environment = '_default' @run_list = Chef::RunList.new @attributes = Chef::Node::Attribute.new({}, {}, {}, {}) @run_state = {} end