module ParallelTests

def with_ruby_binary(command)

def with_ruby_binary(command)
  WINDOWS ? "#{RUBY_BINARY} -- #{command}" : command
end