# File lib/rspec/core/hooks.rb, line 15
        def options_apply?(example_or_group)
          !example_or_group || example_or_group.apply?(:all?, options)
        end