Class: AsdfDiscover::Searcher
- Inherits:
-
Object
- Object
- AsdfDiscover::Searcher
- Defined in:
- lib/asdf_discover/searcher.rb
Overview
A Searcher responds to #call and returns a AsdfDiscover::Result
Instance Method Summary collapse
-
#call ⇒ Object
call should return either Found or NotFound.
Instance Method Details
#call ⇒ Object
call should return either Found or NotFound
5 6 7 |
# File 'lib/asdf_discover/searcher.rb', line 5 def call raise "implement me" end |