Method: Puppet::Pops::Types::PHashType#hash
- Defined in:
- lib/puppet/pops/types/types.rb
#hash ⇒ Object
2529 2530 2531 |
# File 'lib/puppet/pops/types/types.rb', line 2529 def hash super ^ @key_type.hash ^ @value_type.hash end |
2529 2530 2531 |
# File 'lib/puppet/pops/types/types.rb', line 2529 def hash super ^ @key_type.hash ^ @value_type.hash end |