Method: Puppet::Parser::Scope#catalog

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

#catalogObject

Alias for compiler.catalog



39
40
41
# File 'lib/puppet/parser/scope.rb', line 39

def catalog
  @compiler.catalog
end