Method: Library::Domain#find_any
- Defined in:
- lib/library/domain.rb
#find_any(path, options = {}) ⇒ Feature, Array
Brute force variation of ‘#find` looks through all libraries for a matching features. This serves as the fallback method if `#find` comes up empty.
58 59 60 |
# File 'lib/library/domain.rb', line 58 def find_any(path, ={}) $LEDGER.find_any(path, ) end |