|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| VALUE | obj |
| struct dump_arg * | arg |
| int | limit |
| struct dump_arg* dump_call_arg::arg |
Definition at line 147 of file marshal.c.
Referenced by clear_dump_arg(), hash_each(), w_class(), w_encoding(), w_extended(), w_ivar(), w_obj_each(), w_object(), w_objivar(), w_symbol(), w_uclass(), and w_unique().
| int dump_call_arg::limit |
Definition at line 148 of file marshal.c.
Referenced by marshal_dump(), w_object(), and w_symbol().
| VALUE dump_call_arg::obj |
Definition at line 146 of file marshal.c.
Referenced by marshal_dump(), w_class(), w_encoding(), w_ivar(), w_object(), w_objivar(), and w_uclass().
1.8.14