Method: Library::Domain#glob
- Defined in:
- lib/library/domain.rb
#glob(match, options = {}) ⇒ Array
TODO:
Should this return list of Feature objects instead of file paths?
Search for all matching library files that match the given pattern. This could be of useful for plugin loader.
103 104 105 |
# File 'lib/library/domain.rb', line 103 def glob(match, ={}) $LEDGER.glob(match, ) end |