Searched refs:path_to_s (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/pathname/
H A Dpathname.c175 path_to_s(VALUE self) function
1313 rb_define_method(rb_cPathname, "to_s", path_to_s, 0);
1314 rb_define_method(rb_cPathname, "to_path", path_to_s, 0);

Completed in 158 milliseconds