Module: Puppet::Pops::Types::PArrayType::ClassModule
- Defined in:
- lib/puppet/pops/types/types.rb
Instance Method Summary collapse
Instance Method Details
#==(o) ⇒ Object
344 345 346 |
# File 'lib/puppet/pops/types/types.rb', line 344 def ==(o) self.class == o.class && self.element_type == o.element_type && self.size_type == o.size_type end |
#hash ⇒ Object
340 341 342 |
# File 'lib/puppet/pops/types/types.rb', line 340 def hash [self.class, self.element_type, self.size_type].hash end |