Class: AdvancedConnection::ActiveRecordExt::ConnectionPool::Queues::Stack

Inherits:
Default
  • Object
show all
Defined in:
lib/advanced_connection/active_record_ext/connection_pool/queues.rb

Instance Method Summary collapse

Methods inherited from Default

#size

Instance Method Details

#removeObject



33
34
35
# File 'lib/advanced_connection/active_record_ext/connection_pool/queues.rb', line 33

def remove
  @queue.pop
end