@private
@private Supports lazy evaluation of some values. Extended by ExampleMetadataHash and GroupMetadataHash, which get mixed in to Metadata for ExampleGroups and Examples (respectively).
# File lib/rspec/core/metadata.rb, line 45 def [](key) store_computed(key) unless has_key?(key) super end
Generated with the Darkfish Rdoc Generator 2.