class Crytic::SideEffects
- Crytic::SideEffects
- Reference
- Object
Defined in:
crytic/side_effects.crConstructors
Instance Method Summary
- #env : Hash(String, String)
- #execute(cmd, args, output, error, timeout)
- #execute(cmd, args, output, error)
- #exit_fun : Int32 ->
- #remove_file(path)
- #run(*args, **options)
- #run(*args, **options, &)
- #std_err : IO
- #std_out : IO
- #write_tempfile(path, ext, content)
Constructor Detail
def self.new(std_out : IO, std_err : IO, exit_fun : Int32 -> _, env : Hash(String, String), process_runner : ProcessRunner, file_remover : String -> Void, tempfile_writer : String, String, String -> String)
#