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