clear()
Remove all elements from the queue.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool/queue.rb, line 52 def clear synchronize do @queue.clear end end