# File lib/spec/example/before_and_after_hooks.rb, line 28 def prepend_before(scope = :each, &block) before_parts(scope).unshift(block) end