Class: SortedSearch::Printer
- Inherits:
-
Object
- Object
- SortedSearch::Printer
- Defined in:
- lib/sorted_search/printers/printer.rb
Overview
base class for printers
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#print(pods) ⇒ Object
6 7 8 |
# File 'lib/sorted_search/printers/printer.rb', line 6 def print(pods) raise Informative "Redefine print method in subclasses" end |