Current File : //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
Page not found – Hello World !