# File lib/puppet/parser/scope.rb, line 242
242:     def newscope(options = {})
243:         compiler.newscope(self, options)
244:     end