Method: Puppet::Pops::Types::PMetaType#accept
- Defined in:
- lib/puppet/pops/types/p_meta_type.rb
#accept(visitor, guard) ⇒ 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.
20 21 22 23 |
# File 'lib/puppet/pops/types/p_meta_type.rb', line 20 def accept(visitor, guard) annotatable_accept(visitor, guard) super end |