155 156 157
# File 'lib/puppet/pops/types/types.rb', line 155 def ==(o) self.class == o.class && from == o.from && to == o.to end
151 152 153
# File 'lib/puppet/pops/types/types.rb', line 151 def hash [self.class, from, to].hash end