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