# File lib/connection_pool.rb, line 151 def respond_to?(id, *args) METHODS.include?(id) || with { |c| c.respond_to?(id, *args) } end