# File lib/active_support/notifications.rb, line 47
      def publish(name, *args)
        notifier.publish(name, *args)
      end