Class: SortedSearch::Printer

Inherits:
Object
  • Object
show all
Defined in:
lib/sorted_search/printers/printer.rb

Overview

base class for printers

Direct Known Subclasses

CocoapodsPrinter, GitHubPrinter

Instance Method Summary collapse

Instance Method Details



6
7
8
# File 'lib/sorted_search/printers/printer.rb', line 6

def print(pods)
  raise Informative "Redefine print method in subclasses"
end