# File lib/rspec/core/metadata.rb, line 45
        def [](key)
          store_computed(key) unless has_key?(key)
          super
        end