= private = protected
world_writable?()
See FileTest.world_writable?.
static VALUE path_world_writable_p(VALUE self) { return rb_funcall(rb_mFileTest, rb_intern("world_writable?"), 1, get_strpath(self)); }