= private = protected
writable?()
See FileTest.writable?.
static VALUE path_writable_p(VALUE self) { return rb_funcall(rb_mFileTest, id_writable_p, 1, get_strpath(self)); }