# File lib/bullet/registry/base.rb, line 37
      def include?(key, value)
        !@registry[key].nil? && @registry[key].include?(value)
      end