Method: Puppet::Node::Facts#==

Defined in:
lib/vendor/puppet/node/facts.rb

#==(other) ⇒ Object



57
58
59
60
# File 'lib/vendor/puppet/node/facts.rb', line 57

def ==(other)
  return false unless self.name == other.name
  strip_internal == other.send(:strip_internal)
end