Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h495 VALUE rb_file_s_absolute_path(int, const VALUE *);
/dports/lang/ruby26/ruby-2.6.9/
H A Dfile.c3959 rb_file_s_absolute_path(int argc, const VALUE *argv) in rb_file_s_absolute_path() function
6298 rb_define_singleton_method(rb_cFile, "absolute_path", rb_file_s_absolute_path, -1); in Init_File()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.341228 * include/ruby/intern.h (rb_file_s_absolute_path),