xtmlfile/header: Encapsulate in XtmFile module.

This commit is contained in:
Glenn Y. Rolland 2010-11-15 21:40:10 +01:00
parent 60b2e6d9ff
commit 53bb3fe39a

View file

@ -3,6 +3,8 @@ require 'rubygems'
gem 'bindata', '~> 1.2.1'
require 'bindata'
module XtmFile
#
# Offset | Information | Size (bytes)
# --------------------------------------------
@ -86,3 +88,4 @@ class Header < BinData::Record
end
end
end