class Slack::Notifier::PayloadMiddleware::Stack

def initialize notifier

def initialize notifier
  @notifier = notifier
  @stack    = []
end