xtmlfile/header: Encapsulate in XtmFile module.
This commit is contained in:
parent
60b2e6d9ff
commit
53bb3fe39a
1 changed files with 74 additions and 71 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue