class Bullet::NotificationCollector

def notifications_present?

def notifications_present?
  !@collection.empty?
end