Class: ODDB::OdbaExporter::EanTable

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

Constant Summary collapse

FILENAME =
's06x'

Constants inherited from Table

Table::CRLF

Instance Method Summary collapse

Methods inherited from Table

#filename

Instance Method Details

#lines(package) ⇒ Object



126
127
128
# File 'ext/export/src/oddbdat.rb', line 126

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