Class REXML::IOSource
In: lib/xmpp4r/rexmladdons.rb
Parent: Object
IOSource Element lib/xmpp4r/rexmladdons.rb REXML dot/m_90_0.png

FIXME : Is this still needed now that we‘re a bit past Ruby 1.8.3?? Very dirty fix for the :progress problem in REXML from Ruby 1.8.3 www.germane-software.com/projects/rexml/ticket/34 the fix proposed in REXML changeset 1145 only fixes this for pipes, not for TCP sockets, so we have to keep this.

Methods

Public Instance methods

[Source]

     # File lib/xmpp4r/rexmladdons.rb, line 142
142:     def current_line
143:       [0, 0, ""]
144:     end

[Source]

     # File lib/xmpp4r/rexmladdons.rb, line 138
138:     def position
139:       0
140:     end

[Validate]