Object
# File lib/rspec/core/shared_example_group/collection.rb, line 6 def initialize(sources, examples) @sources, @examples = sources, examples end
# File lib/rspec/core/shared_example_group/collection.rb, line 10 def [](key) fetch_examples(key) || warn_deprecation_and_fetch_anyway(key) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.