Method: REXML::Source#buffer

Defined in:
lib/rexml/source.rb

#bufferObject (readonly)

The current buffer (what we’re going to read next)



34
35
36
# File 'lib/rexml/source.rb', line 34

def buffer
  @buffer
end