Class: Wardite::CodeSection
Defined Under Namespace
Classes: CodeBody
Instance Attribute Summary collapse
Attributes inherited from Section
Instance Method Summary collapse
-
#initialize ⇒ CodeSection
constructor
A new instance of CodeSection.
Constructor Details
#initialize ⇒ CodeSection
Returns a new instance of CodeSection.
97 98 99 100 101 102 |
# File 'lib/wardite/load.rb', line 97 def initialize self.name = "Code" self.code = 0xa @func_codes = [] end |
Instance Attribute Details
#func_codes ⇒ Object
94 95 96 |
# File 'lib/wardite/load.rb', line 94 def func_codes @func_codes end |