# File lib/spec/example/before_and_after_hooks.rb, line 16 def prepend_before(*args, &block) before_parts(*args).unshift(block) end