# File lib/hikidoc.rb, line 765
    def initialize(f)
      @input = f
      @buf = []
      @lineno = 0
      @eof_p = false
    end