# File lib/spreadsheet/biffwriter.rb, line 39 def store_eof record = 0x000A length = 0x0000 header = [record,length].pack("vv") append(header) end