Class: Pwrake::FifoQueueArray
- Inherits:
-
QueueArray
- Object
- Array
- QueueArray
- Pwrake::FifoQueueArray
- Defined in:
- lib/pwrake/queue/queue_array.rb
Instance Method Summary collapse
Methods inherited from QueueArray
#find_rank, #initialize, #shift
Constructor Details
This class inherits a constructor from Pwrake::QueueArray
Instance Method Details
#q_at(i) ⇒ Object
63 64 65 |
# File 'lib/pwrake/queue/queue_array.rb', line 63 def q_at(i) at(i) end |
#q_delete_at(i) ⇒ Object
66 67 68 |
# File 'lib/pwrake/queue/queue_array.rb', line 66 def q_delete_at(i) delete_at(i) end |