# File lib/rspec/core/hooks.rb, line 112
      def run_hook_filtered(hook, scope, group, example_group_instance)
        find_hook(hook, scope, group).run_all(example_group_instance)
      end