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