Directory : /proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/pops/ |
Current File : //proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/pops/visitable.rb |
# Visitable is a mix-in module that makes a class visitable by a Visitor module Puppet::Pops::Visitable def accept(visitor, *arguments) visitor.visit(self, *arguments) end end