Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c885 path_exist_p(VALUE self) in path_exist_p() function
1566 rb_define_method(rb_cPathname, "exist?", path_exist_p, 0); in Init_pathname()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.311903 * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translated