# File lib/bullet/notification/base.rb, line 52
      def short_notice
        [whoami.presence, url, title, body].compact.join('  ')
      end