# File lib/rspec/core/hooks.rb, line 310 def after(*args, &block) scope, options = scope_and_options_from(*args) hooks[:after][scope] << AfterHook.new(options, &block) end