Method: Puppet::Parser::TemplateWrapper#scope

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

#scopePuppet::Parser::Scope

Returns The scope in which the template is evaluated.

Returns:



27
28
29
# File 'lib/puppet/parser/templatewrapper.rb', line 27

def scope
  @__scope__
end