Class: REXML::IOSource

Inherits:
Object
  • Object
show all
Defined in:
lib/xmpp4r/rexmladdons.rb

Overview

very dirty fix for the :progress problem in REXML from Ruby 1.8.3 www.germane-software.com/projects/rexml/ticket/34

Instance Method Summary collapse

Instance Method Details

#current_lineObject



97
98
99
# File 'lib/xmpp4r/rexmladdons.rb', line 97

def current_line
  [0, 0, ""]
end

#positionObject



93
94
95
# File 'lib/xmpp4r/rexmladdons.rb', line 93

def position
  0
end