# File lib/relax/response.rb, line 163
      def ===(response)
        response.is_a?(Class) ? response.ancestors.include?(self) : super
      end