Not found
The exact documentation you were looking for could not be found. Here is the best guess.
world_writable?()
public
Show source
static VALUE
path_world_writable_p(VALUE self)
{
return rb_funcall(rb_mFileTest, id_world_writable_p, 1, get_strpath(self));
}