Returns true if the Source is exhausted.
Returns:
true if the Source is exhausted
115 116 117
# File 'lib/extensions/rexml/rexml/source.rb', line 115 def empty? @buffer == "" end