# File lib/chef/expander/node.rb, line 34 def self.from_hash(node_info) new(node_info[:guid], node_info[:hostname_f], node_info[:pid]) end