# File lib/new_relic/agent/instrumentation/memcache.rb, line 28
        def supported_methods_for(client_class, methods)
          methods.select do |method_name|
            client_class.method_defined?(method_name) || client_class.private_method_defined?(method_name)
          end
        end