Class: Pwrake::LifoQueueArray
- Inherits:
-
Array
- Object
- Array
- Pwrake::LifoQueueArray
- Defined in:
- lib/pwrake/task_queue.rb
Overview
PriorityQueueArray
Instance Method Summary collapse
Instance Method Details
#shift ⇒ Object
59 60 61 |
# File 'lib/pwrake/task_queue.rb', line 59 def shift pop end |