# File lib/chef/node/attribute.rb, line 209 def kind_of?(klass) if klass == Hash || klass == Mash || klass == Chef::Node::Attribute true else false end end