# File lib/rmail/parser/pushbackreader.rb, line 129
      def eof
        @pushback.nil? and (@input.nil? or @input.eof)
      end