class RSpec::Core::SharedExampleGroup::Collection
def source_for(key)
def source_for(key) @sources.reverse.find { |source| @examples[source].has_key? key } end
def source_for(key) @sources.reverse.find { |source| @examples[source].has_key? key } end