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



112
113
114
# File 'lib/xmpp4r/rexmladdons.rb', line 112

def current_line
  [0, 0, ""]
end

#positionObject



108
109
110
# File 'lib/xmpp4r/rexmladdons.rb', line 108

def position
  0
end