Method: Puppet::ExternalFileError#file

Defined in:
lib/puppet/error.rb

#fileObject

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 file
  @file
end