Home
last modified time | relevance | path

Searched refs:rb_hash_s_try_convert (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dhash.c71 static VALUE rb_hash_s_try_convert(VALUE, VALUE);
1556 tmp = rb_hash_s_try_convert(Qnil, argv[0]); in rb_hash_s_create()
1640 rb_hash_s_try_convert(VALUE dummy, VALUE hash) in rb_hash_s_try_convert() function
5868 rb_define_singleton_method(rb_cHash, "try_convert", rb_hash_s_try_convert, 1); in Init_Hash()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.361562 * hash.c (rb_hash_s_try_convert): ditto.