/
usr
/
share
/
ruby
/
vendor_ruby
/
puppet
/
pops
/
Upload File
HOME
# 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