Home
last modified time | relevance | path

Searched refs:rb_str_include (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c5736 rb_str_include(VALUE str, VALUE arg) in rb_str_include() function
11140 rb_define_method(rb_cString, "include?", rb_str_include, 1); in Init_String()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.019113 * string.c (rb_str_include): should return boolean value.
H A DChangeLog-1.9.346191 * string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fix
81854 * string.c (rb_str_include): should not treat char as negative value.