Method: Wardite::ElemSection#initialize
- Defined in:
- lib/wardite/load.rb
#initialize ⇒ ElemSection
Returns a new instance of ElemSection.
114 115 116 117 118 119 120 121 |
# File 'lib/wardite/load.rb', line 114 def initialize self.name = "Elem" self.code = 0x9 @table_indices = [] @table_offsets = [] @element_indices = [] end |