# File lib/delayed/lifecycle.rb, line 25
    def after(event, &block)
      add(:after, event, &block)
    end