class RSpec::Core::SharedExampleGroup::Collection

def [](key)

def [](key)
  fetch_examples(key) || warn_deprecation_and_fetch_anyway(key)
end