Method: Bio::SOFT::Table#initialize

Defined in:
lib/bio/db/soft.rb

#initializeTable

Returns a new instance of Table.



240
241
242
243
244
# File 'lib/bio/db/soft.rb', line 240

def initialize()
  @header_description = {}
  @header = Header.new
  @rows = []
end