method
read
read()
public
Hide source
# File lib/rexml/source.rb, line 190 def read begin str = @source.readline(@line_break) str = decode(str) if @to_utf and str @buffer << str rescue Exception, NameError @source = nil end end