module Puppet::Pops::Types::PType::ClassModule

Public Instance Methods

==(o) click to toggle source
# File lib/puppet/pops/types/types.rb, line 67
def ==(o)
  self.class == o.class && type == o.type
end
hash() click to toggle source
# File lib/puppet/pops/types/types.rb, line 63
def hash
  [self.class, type].hash
end