Method: Wardite::TableSection#initialize
- Defined in:
- lib/wardite/load.rb
#initialize ⇒ TableSection
Returns a new instance of TableSection.
45 46 47 48 49 50 51 |
# File 'lib/wardite/load.rb', line 45 def initialize self.name = "Table" self.code = 0x4 @table_types = [] @table_limits = [] end |