Method: Puppet::Parser::Scope#is_topscope?

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

#is_topscope?Boolean

Returns:

  • (Boolean)


599
600
601
# File 'lib/puppet/parser/scope.rb', line 599

def is_topscope?
  equal?(@compiler.topscope)
end