Class: Wardite::GlobalSection
Defined Under Namespace
Classes: Global
Instance Attribute Summary collapse
Attributes inherited from Section
Instance Method Summary collapse
-
#initialize ⇒ GlobalSection
constructor
A new instance of GlobalSection.
Constructor Details
#initialize ⇒ GlobalSection
Returns a new instance of GlobalSection.
87 88 89 90 91 92 |
# File 'lib/wardite/load.rb', line 87 def initialize self.name = "Data" self.code = 0x6 @globals = [] end |