Method: Puppet::ExternalFileError#puppetstack

Defined in:
lib/puppet/error.rb

#puppetstackObject

This module implements logging with a filename and line number. Use this for errors that need to report a location in a non-ruby file that we parse.



18
19
20
# File 'lib/puppet/error.rb', line 18

def puppetstack
  @puppetstack
end