read()
public
Hide source
# File lib/rexml/source.rb, line 206 def read begin @buffer << readline rescue Exception, NameError @source = nil end end