Method: Puppet::Pops::Types::PBooleanType#hash

Defined in:
lib/puppet/pops/types/types.rb

#hashObject

API:

  • public



1866
1867
1868
# File 'lib/puppet/pops/types/types.rb', line 1866

def hash
  31 ^ @value.hash
end