Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c12460 argf_each_codepoint(VALUE argf) in argf_each_codepoint() function
12479 return argf_each_codepoint(argf); in argf_codepoints()
13271 rb_define_method(rb_cARGF, "each_codepoint", argf_each_codepoint, 0); in Init_IO()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.05562 * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]