= private = protected
to_s()
Return the path as a String.
to_path is implemented so Pathname objects are usable with File.open, etc.
static VALUE path_to_s(VALUE self) { return rb_obj_dup(get_strpath(self)); }