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