class Bullet::Registry::Base

def select(*args, &block)

def select(*args, &block)
  @registry.select(*args, &block)
end