# File lib/pdf/reader/buffer.rb, line 88 def eof? ready_token if @buffer @buffer.empty? && @io.eof? else @io.eof? end end