module RSpec::Core::Metadata

def self.id_from(metadata)

Experimental RBS support (using type sampling data from the type_fusion project).

def self.id_from: (Hash metadata) -> String

This signature was generated using 1 sample from 1 application.

Other tags:
    Private: -
def self.id_from(metadata)
  "#{metadata[:rerun_file_path]}[#{metadata[:scoped_id]}]"
end