Module: Puppet::Pops::Types::PType::ClassModule

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

Overview

API:

  • public

Instance Method Summary collapse

Instance Method Details

#==(o) ⇒ Object

API:

  • public



67
68
69
# File 'lib/puppet/pops/types/types.rb', line 67

def ==(o)
  self.class == o.class && type == o.type
end

#hashObject

API:

  • public



63
64
65
# File 'lib/puppet/pops/types/types.rb', line 63

def hash
  [self.class, type].hash
end