# File lib/marc/writer.rb, line 23
    def write(record)
      @fh.write(MARC::Writer.encode(record))
    end