# File 'lib/octotest/autotest.rb', line 18defruby[Octotest.binary,@ruby].join("")end
#run_tests ⇒ Object
5
6
7
8
9
10
11
12
13
14
15
16
# File 'lib/octotest/autotest.rb', line 5defrun_testsmtime=self.last_mtimeOctotest.rubies.eachdo|ruby|begin@ruby=rubyself.last_mtime=mtimesuperrescueendendend