# File lib/puppet/parser/scope.rb, line 282
282:   def newscope(options = {})
283:     compiler.newscope(self, options)
284:   end