class RSpec::Core::Example

def update_inherited_metadata(updates)

Other tags:
    Private: -
def update_inherited_metadata(updates)
  metadata.update(updates) do |_key, existing_example_value, _new_inherited_value|
    existing_example_value
  end
end