class Bundler::ConnectionPool::Wrapper

def respond_to?(id, *args)

def respond_to?(id, *args)
  METHODS.include?(id) || with { |c| c.respond_to?(id, *args) }
end