# File lib/puppet/parser/ast/node.rb, line 30
30:     def subscope(*args)
31:         scope = super
32:         scope.nodescope = true
33:         scope
34:     end