28 29 30
# File 'lib/logmerge.rb', line 28 def readline (*args) @buf.empty? ? old_readline(*args) : @buf.pop end