We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d574ba5 commit 94e180eCopy full SHA for 94e180e
1 file changed
lib/rexml/source.rb
@@ -174,7 +174,6 @@ def read(term = nil)
174
175
def read_until(term)
176
pattern = Regexp.union(term)
177
- data = []
178
begin
179
until str = @scanner.scan_until(pattern)
180
@scanner << readline(term)
0 commit comments