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