class Bullet::Registry::Object

def include?(bullet_key)

def include?(bullet_key)
  super(bullet_key.bullet_class_name, bullet_key)
end