rb_get_path 352 file.c path = rb_get_path(argv[i]); rb_get_path 3622 file.c (((fname) = rb_get_path(fname)), \ rb_get_path 3623 file.c (void)(NIL_P(dname) ? (dname) : ((dname) = rb_get_path(dname)))) rb_get_path 4285 file.c return rb_get_path(fname); rb_get_path 581 include/ruby/ruby.h VALUE rb_get_path(VALUE); rb_get_path 582 include/ruby/ruby.h #define FilePathValue(v) (RB_GC_GUARD(v) = rb_get_path(v)) rb_get_path 535 load.c fullpath = rb_file_expand_path_fast(rb_get_path(rb_str_new2(feature)), Qnil);