# File lib/puppet/pops/types/types.rb, line 55 def ==(o) self.class == o.class && type == o.type end
# File lib/puppet/pops/types/types.rb, line 51 def hash [self.class, type].hash end