# File lib/rspec/core/hooks.rb, line 367
      def append_after(*args, &block)
        register_hook :append, :after, *args, &block
      end