class Bullet::Registry::Base

def each(&block)

def each(&block)
  @registry.each(&block)
end