# File lib/chef/node.rb, line 349 def method_missing(symbol, *args) attrs = construct_attributes attrs.send(symbol, *args) end