Sha256: 3368217df2971f3808a72557f99ecc37b63d04730d8aa8ffb32b07365b6958f6
Contents?: true
Size: 163 Bytes
Versions: 5
Compression:
Stored size: 163 Bytes
Contents
module JsTestDriver class Runner def run(command) system(command.to_s) end def runbg(command) spawn(command.to_s) end end end
Version data entries
5 entries across 5 versions & 1 rubygems