# File lib/hikidoc.rb, line 844
    def each
      while line = gets()
        yield line
      end
    end