# File lib/rbase/memo_file.rb, line 56
      def update_header
        @file.pos = 0
        @file.write [@next_block].pack("L")
      end