# File lib/DOSFile.rb, line 84 def contents_without_header file_length=contents[2]+contents[3]*256 @contents[4..file_length+3] end