Class: Broker::Finder
- Inherits:
-
Object
- Object
- Broker::Finder
- Defined in:
- lib/broker/finder.rb
Instance Method Summary collapse
- #check ⇒ Object
-
#initialize(q) ⇒ Finder
constructor
A new instance of Finder.
Constructor Details
Instance Method Details
#check ⇒ Object
12 13 14 15 |
# File 'lib/broker/finder.rb', line 12 def check files = get @queue.push(files) unless files.empty? end |