Method: Chef::Node#to_s

Defined in:
lib/chef/node.rb

#to_sObject



696
697
698
# File 'lib/chef/node.rb', line 696

def to_s
  "node[#{name}]"
end