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