method

respond_to?

respond_to?(method_sym, include_private = false)
public

No documentation available.

# File activerecord/lib/active_record/query_cache.rb, line 41
      def respond_to?(method_sym, include_private = false)
        super || @target.respond_to?(method_sym)
      end