Class: ODDB::OdbaExporter::AccompTable

Inherits:
Table show all
Defined in:
ext/export/src/oddbdat.rb

Constant Summary collapse

FILENAME =
's19x'

Constants inherited from Table

Table::CRLF

Instance Method Summary collapse

Methods inherited from Table

#filename

Instance Method Details

#lines(package) ⇒ Object



22
23
24
# File 'ext/export/src/oddbdat.rb', line 22

def lines(package)
	[AccompLine.new(package)]
end