Method: RDF::ReaderError#lineno

Defined in:
lib/rdf/reader.rb

#linenoInteger (readonly)

The line number where the error occurred.

Returns:

  • (Integer)


733
734
735
# File 'lib/rdf/reader.rb', line 733

def lineno
  @lineno
end