Method: Puppet::Parser::Scope#newscope

Defined in:
lib/puppet/parser/scope.rb

#newscope(options = {}) ⇒ Object

Create a new scope and set these options.



692
693
694
# File 'lib/puppet/parser/scope.rb', line 692

def newscope(options = {})
  compiler.newscope(self, options)
end