Method: Library::Domain#search
- Defined in:
- lib/library/domain.rb
#search(path, options = {}) ⇒ Feature, Array
Brute force search looks through all libraries for matching features. This is the same as #find_any, but returns a list of matches rather then the first matching feature found.
84 85 86 |
# File 'lib/library/domain.rb', line 84 def search(path, ={}) $LEDGER.search(path, ) end |