# File lib/rspec/core/hooks.rb, line 330 def after(*args, &block) scope, options = scope_and_options_from(*args) hooks[:after][scope].unshift block.extend(AfterHookExtension).with(options) end