# File lib/rspec/core/shared_example_group/collection.rb, line 10 def [](key) fetch_examples(key) || warn_deprecation_and_fetch_anyway(key) end