diff options
-rw-r--r-- | struct.c | 59 |
1 files changed, 59 insertions, 0 deletions
@@ -1834,6 +1834,63 @@ rb_data_init_copy(VALUE copy, VALUE s) /* * call-seq: * inspect -> string * to_s -> string * @@ -2205,6 +2262,8 @@ InitVM_Struct(void) rb_define_method(rb_cData, "deconstruct", rb_data_deconstruct, 0); rb_define_method(rb_cData, "deconstruct_keys", rb_data_deconstruct_keys, 1); } #undef rb_intern |