Class REXML::IOSource
In: rexml/source.rb

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

IOをラップしているSourceです。メソッドのドキュメントはSourceクラス をみて下さい。

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

attr_reader :block_size

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

@return the current line in the source

@ソースの現在の行を返します。