Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
load_file_arg Struct Reference

Data Fields

VALUE parser
 
VALUE fname
 
int script
 
int xflag
 
ruby_cmdline_options_topt
 
VALUE f
 

Detailed Description

Definition at line 1742 of file ruby.c.

Field Documentation

◆ f

VALUE load_file_arg::f

Definition at line 1748 of file ruby.c.

Referenced by load_file(), load_file_internal(), and restore_load_file().

◆ fname

VALUE load_file_arg::fname

Definition at line 1744 of file ruby.c.

Referenced by load_file(), load_file_internal(), and open_load_file().

◆ opt

ruby_cmdline_options_t* load_file_arg::opt

◆ parser

VALUE load_file_arg::parser

Definition at line 1743 of file ruby.c.

Referenced by load_file(), and load_file_internal().

◆ script

int load_file_arg::script

Definition at line 1745 of file ruby.c.

Referenced by load_file(), load_file_internal(), and restore_load_file().

◆ xflag

int load_file_arg::xflag

Definition at line 1746 of file ruby.c.

Referenced by load_file(), and load_file_internal().


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