Flowdock
position() 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 37
    def position
      @source.current_line[0] if @source and defined? @source.current_line and
      @source.current_line
    end
Register or log in to add new notes.