Class: BinarySearch::DataSource

Inherits:
Object
  • Object
show all
Defined in:
lib/binarysearch/data_source.rb

Direct Known Subclasses

FileDataSource

Instance Method Summary collapse

Instance Method Details

#nextObject



5
6
7
# File 'lib/binarysearch/data_source.rb', line 5

def next
  raise 'you must implement this method!'
end