# File lib/chef/expander/node.rb, line 42 def self.guid return @guid if @guid @guid = UUIDTools::UUID.random_create.to_s end