Method: Puppet::Pops::Types::PNumericType#hash

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

#hashObject



933
934
935
# File 'lib/puppet/pops/types/types.rb', line 933

def hash
  @from.hash ^ @to.hash
end