class Rails::TestUnit::Runner

def load_tests(argv)

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

def load_tests: (Array[] argv) -> untyped

This signature was generated using 2 samples from 1 application.

def load_tests(argv)
  tests = list_tests(argv)
  tests.to_a.each { |path| require File.expand_path(path) }
end