summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/top_level_construct.rb
blob: 901a939c2db99e68bfcefe970b04ed7bfb60dcdc (plain)
1
2
3
4
# The base class for AST nodes representing top level things:
# hostclasses, definitions, and nodes.
class Puppet::Parser::AST::TopLevelConstruct < Puppet::Parser::AST
end