Class: REXML::IOSource
- Inherits:
-
Object
- Object
- REXML::IOSource
- Defined in:
- lib/xmpp4r/rexmladdons.rb
Overview
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.
Instance Method Summary collapse
Instance Method Details
#current_line ⇒ Object
188 189 190 |
# File 'lib/xmpp4r/rexmladdons.rb', line 188 def current_line [0, 0, ""] end |
#position ⇒ Object
184 185 186 |
# File 'lib/xmpp4r/rexmladdons.rb', line 184 def position 0 end |