class RSpec::Core::Hooks::Hook

def options_apply?(example_or_group)

def options_apply?(example_or_group)
  !example_or_group || example_or_group.apply?(:all?, options)
end