Method: Puppet::Parser::TemplateWrapper#scope
- Defined in:
- lib/puppet/parser/templatewrapper.rb
#scope ⇒ Puppet::Parser::Scope
Returns The scope in which the template is evaluated.
27 28 29 |
# File 'lib/puppet/parser/templatewrapper.rb', line 27 def scope @__scope__ end |