class Bullet::Registry::Object

def include?(bullet_key)

Experimental RBS support (using type sampling data from the type_fusion project).

def include?: (String key, String value, String bullet_key) -> bool

This signature was generated using 23 samples from 1 application.

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