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