Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c29 static ID id_foreach; variable
371 return rb_block_call(rb_cFile, id_foreach, 1+n, args, 0, 0); in path_each_line()
374 return rb_funcallv(rb_cFile, id_foreach, 1+n, args); in path_each_line()
1279 return rb_block_call(rb_cDir, id_foreach, 1, args, each_entry_i, rb_obj_class(self)); in path_each_entry()
1631 id_foreach = rb_intern("foreach"); in InitVM_pathname()