Method: Puppet::ExternalFileError#line

Defined in:
lib/puppet/error.rb

#lineObject

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