class AsdfDiscover::Searcher
A Searcher
responds to call
and returns a AsdfDiscover::Result
Public Instance Methods
call()
click to toggle source
call should return either Found or NotFound
# File lib/asdf_discover/searcher.rb, line 5 def call raise "implement me" end