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.
117 118 119 120 121 122 |
# File 'lib/wardite.rb', line 117 def initialize self.name = "Data" self.code = 0xb @segments = [] end |