Class: AsdfDiscover::Searcher

Inherits:
Object
  • Object
show all
Defined in:
lib/asdf_discover/searcher.rb

Overview

A Searcher responds to #call and returns a AsdfDiscover::Result

Instance Method Summary collapse

Instance Method Details

#callObject

call should return either Found or NotFound



5
6
7
# File 'lib/asdf_discover/searcher.rb', line 5

def call
  raise "implement me"
end