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