qtil
advanced-security/qtil-ruby 0.0.2
Search

Module Open3

Provides modeling for the Open3 library.

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.