class Bullet::Registry::Base

def include?(key, value)

def include?(key, value)
  !@registry[key].nil? && @registry[key].include?(value)
end