Method: Bitferry::Task.lookup
- Defined in:
- lib/bitferry.rb
.lookup(*tags) ⇒ Object
Return list of registered tasks whose tags match at least one of specified partial tags
645 |
# File 'lib/bitferry.rb', line 645 def self.lookup(*) = match(, registered) |