Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/pathname/
H A Dpathname.c912 path_file_p(VALUE self) in path_file_p() function
1569 rb_define_method(rb_cPathname, "file?", path_file_p, 0); in Init_pathname()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.311848 * ext/pathname/pathname.c (path_file_p): Pathname#file?