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.
104 105 106 107 108 109 |
# File 'lib/wardite.rb', line 104 def initialize self.name = "Data" self.code = 0xb @segments = [] end |