class Rails::Command::TestCommand
def perform(*)
Experimental RBS support (using type sampling data from the type_fusion
project).
def perform: (String command, Array[] args, Hash config, *unused *) -> false?
This signature was generated using 5 samples from 1 application.
def perform(*) $LOAD_PATH << Rails::Command.root.join("test").to_s Rails::TestUnit::Runner.parse_options(args) Rails::TestUnit::Runner.run(args) end