Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
rb_exec_arg Struct Reference

#include <intern.h>

Data Fields

int argc
 
VALUEargv
 
const char * prog
 
VALUE options
 
VALUE redirect_fds
 

Detailed Description

Definition at line 573 of file intern.h.

Field Documentation

◆ argc

int rb_exec_arg::argc

◆ argv

VALUE* rb_exec_arg::argv

◆ options

VALUE rb_exec_arg::options

◆ prog

const char* rb_exec_arg::prog

◆ redirect_fds

VALUE rb_exec_arg::redirect_fds

Definition at line 578 of file intern.h.

Referenced by rb_exec_arg_fixup(), rb_run_exec_options_err(), and rb_spawn_process().


The documentation for this struct was generated from the following file: