Class: ODDB::OdbaExporter::ScTable

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

Constant Summary collapse

FILENAME =
's40x'

Constants inherited from Table

Table::CRLF

Instance Method Summary collapse

Methods inherited from Table

#filename

Instance Method Details

#lines(substance) ⇒ Object



215
216
217
# File 'ext/export/src/oddbdat.rb', line 215

def lines(substance)
	[ScLine.new(nil, substance)]
end