Module: Puppet::Pops::Types::PArrayType::ClassModule
- Defined in:
- lib/puppet/pops/types/types.rb
Instance Method Summary collapse
Instance Method Details
#==(o) ⇒ Object
329 330 331 |
# File 'lib/puppet/pops/types/types.rb', line 329 def ==(o) self.class == o.class && self.element_type == o.element_type && self.size_type == o.size_type end |
#hash ⇒ Object
325 326 327 |
# File 'lib/puppet/pops/types/types.rb', line 325 def hash [self.class, self.element_type, self.size_type].hash end |