Class RecordSearch::FileDataSource
In: lib/recordsearch/data_source.rb
Parent: DataSource

A DataSource which reads from a text file.

Methods

close   new   next  

Public Class methods

Creates a new FileDataSource using the value of fname as the file name.

Public Instance methods

Closes the file.

Reads the next line.

[Validate]