method
process_args
ruby latest stable - Class:
Test::Unit::AutoRunner
process_args(*args)public
No documentation available.
# File lib/test/unit.rb, line 831
def process_args(*args)
@runner.process_args(*args)
!@to_run.empty?
end