Class: Puppet::Pops::Types::PTypeAliasType::AssertSelfRecursionStatusAcceptor Private
- Inherits:
-
Object
- Object
- Puppet::Pops::Types::PTypeAliasType::AssertSelfRecursionStatusAcceptor
- Defined in:
- lib/puppet/pops/types/types.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Acceptor used when re-checking for self recursion after a self recursion has been detected
Instance Method Summary collapse
- #visit(type, _) ⇒ Object private
Instance Method Details
#visit(type, _) ⇒ Object
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.
3463 3464 3465 |
# File 'lib/puppet/pops/types/types.rb', line 3463 def visit(type, _) type.set_self_recursion_status if type.is_a?(PTypeAliasType) end |