Method: Puppet::Pops::Types::PTypeReferenceType#eql?
- Defined in:
- lib/puppet/pops/types/types.rb
#eql?(o) ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
3343 3344 3345 |
# File 'lib/puppet/pops/types/types.rb', line 3343 def eql?(o) super && o.type_string == @type_string end |