Class: BinarySearch::DataSource
- Inherits:
-
Object
- Object
- BinarySearch::DataSource
- Defined in:
- lib/binarysearch/data_source.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#next ⇒ Object
5 6 7 |
# File 'lib/binarysearch/data_source.rb', line 5 def next raise 'you must implement this method!' end |