Method: Puppet::DataTypes::Error#hash
- Defined in:
- lib/puppet/datatypes/impl/error.rb
#hash ⇒ Object
35 36 37 |
# File 'lib/puppet/datatypes/impl/error.rb', line 35 def hash @msg.hash ^ @kind.hash ^ @issue_code.hash end |
35 36 37 |
# File 'lib/puppet/datatypes/impl/error.rb', line 35 def hash @msg.hash ^ @kind.hash ^ @issue_code.hash end |