= private = protected
readable?()
See FileTest.readable?.
static VALUE path_readable_p(VALUE self) { return rb_funcall(rb_mFileTest, id_readable_p, 1, get_strpath(self)); }