Method: Puppet::Pops::Types::TypeSetReference#accept
- Defined in:
- lib/puppet/pops/types/type_set_reference.rb
#accept(visitor, guard) ⇒ Object
19 20 21 |
# File 'lib/puppet/pops/types/type_set_reference.rb', line 19 def accept(visitor, guard) annotatable_accept(visitor, guard) end |