Provides modeling for the Open3 and Open4 libraries.
Import path
import codeql.ruby.frameworks.stdlib.Open3
Classes
| Open3Call | A system command executed via one of the Open3 methods. These methods take the same argument forms as Kernel.system. See KernelSystemCall for details.
|
| Open3PipelineCall | A pipeline of system commands constructed via one of the Open3 methods. These methods accept a variable argument list of commands. Commands can be in any form supported by Kernel.system. See KernelSystemCall for details.
|
| Open4Call | A system command executed via one of the Open4 methods. These methods take the same argument forms as Kernel.system. See KernelSystemCall for details.
|