Google

"DTD/xhtml1-strict.dtd">
Class REXML::IOSource
In:
Parent: Source

A Source that wraps an IO. See the Source class for method documentation

Methods
current_line    empty?    match    new    read    scan   
Public Class methods
new(arg, block_size=500)

attr_reader :block_size

Public Instance methods
scan(pattern, consume=false)
read()
match(pattern, consume=false)
empty?()
current_line()

@return the current line in the source