Class REXML::IOSource
In: lib/xmpp4r/rexmladdons.rb
Parent: Object

Methods

Public Instance methods

[Source]

     # File lib/xmpp4r/rexmladdons.rb, line 115
115:     def current_line
116:       [0, 0, ""]
117:     end

[Source]

     # File lib/xmpp4r/rexmladdons.rb, line 111
111:     def position
112:       0
113:     end

[Validate]