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