Flowdock
line() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/parseexception.rb, line 42
    def line
      @source.current_line[2] if @source and defined? @source.current_line and 
      @source.current_line
    end
Register or log in to add new notes.