Class REXML::IOSource
In: /home/ser/Work/rexml/rexml/source.rb
Parent: Source
Package diagram
A Source that wraps an IO. See the Source class for method documentation
Methods
current_line    empty?    match    new    scan   
Public Class methods
new(arg, block_size=500)
Public Instance methods
scan(pattern, consume=false)
match(pattern, consume=false)
empty?()
current_line()
@return the current line in the source