module RSpec::Core::Metadata::MetadataHash

def fetch(key, *args)

def fetch(key, *args)
  store_computed(key) unless has_key?(key)
  super
end