# File lib/spec/example/before_and_after_hooks.rb, line 36 def prepend_after(scope = :each, &block) after_parts(scope).unshift(block) end