class Rails::TestUnitReporter

def relative_path_for(file)

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

def relative_path_for: (String file) -> String

This signature was generated using 1 sample from 1 application.

def relative_path_for(file)
  file.sub(/^#{app_root}\/?/, "")
end