Class: Wardite::DataSection
Defined Under Namespace
Classes: Segment
Instance Attribute Summary collapse
Attributes inherited from Section
Instance Method Summary collapse
-
#initialize ⇒ DataSection
constructor
A new instance of DataSection.
Constructor Details
#initialize ⇒ DataSection
Returns a new instance of DataSection.
113 114 115 116 117 118 |
# File 'lib/wardite.rb', line 113 def initialize self.name = "Data" self.code = 0xb @segments = [] end |