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/parsers/baseparser.rb, line 148
      def position
        if @source.respond_to? :position
          @source.position
        else
          # FIXME
          0
        end
      end
Register or log in to add new notes.