# File lib/connection_pool.rb, line 155 def method_missing(name, *args, &block) with do |connection| connection.send(name, *args, &block) end end