Method: Merb::Dispatcher.work_queue
- Defined in:
- lib/merb-core/dispatch/dispatcher.rb
.work_queue ⇒ Queue
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the current queue of dispatch jobs.
16 17 18 |
# File 'lib/merb-core/dispatch/dispatcher.rb', line 16 def work_queue @@work_queue end |