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