any?()
Test if the queue currently contains any elements.
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool/queue.rb, line 86 def any? !@queue.empty? end