# File lib/spec/example/before_and_after_hooks.rb, line 29
      def prepend_after(*args, &block)
        after_parts(*args).unshift(block)
      end