Method: Puppet::Pops::Visitable#accept
- Defined in:
- lib/puppet/pops/visitable.rb
#accept(visitor, *arguments) ⇒ 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.
3 4 5 |
# File 'lib/puppet/pops/visitable.rb', line 3 def accept(visitor, *arguments) visitor.visit(self, *arguments) end |