class RSpec::Core::ExampleGroup

def self.delegate_to_metadata(*names)

Other tags:
    Private: -
def self.delegate_to_metadata(*names)
  names.each do |name|
    idempotently_define_singleton_method(name) { metadata.fetch(name) }
  end
end