class Bullet::Registry::Object
Public Instance Methods
Source
# File lib/bullet/registry/object.rb, line 9 def add(bullet_key) super(bullet_key.bullet_class_name, bullet_key) end
Calls superclass method
Bullet::Registry::Base#add
Source
# File lib/bullet/registry/object.rb, line 13 def include?(bullet_key) super(bullet_key.bullet_class_name, bullet_key) end
Calls superclass method
Bullet::Registry::Base#include?