class Bullet::Registry::Object

def add(bullet_key)

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

def add: (String key, String value, String bullet_key) -> Set

This signature was generated using 41 samples from 1 application.

def add(bullet_key)
  super(bullet_key.bullet_class_name, bullet_key)
end