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.



15
16
17
# File 'lib/puppet/error.rb', line 15

def puppetstack
  @puppetstack
end