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