Method: Chef::Node::Attribute#inspect
- Defined in:
- lib/chef/node/attribute.rb
#inspect ⇒ Object
512 513 514 515 516 |
# File 'lib/chef/node/attribute.rb', line 512 def inspect "#<#{self.class} " << (COMPONENTS + i{@merged_attributes @properties}).map do |iv| "#{iv}=#{instance_variable_get(iv).inspect}" end.join(", ") << ">" end |