Class: Pwrake::LifoQueueArray

Inherits:
Array
  • Object
show all
Defined in:
lib/pwrake/task_queue.rb

Overview

PriorityQueueArray

Instance Method Summary collapse

Instance Method Details

#shiftObject



59
60
61
# File 'lib/pwrake/task_queue.rb', line 59

def shift
  pop
end