Not found
The exact documentation you were looking for could not be found. Here is the best guess.
world_readable?()
public
See FileTest.world_readable?.
Show source
static VALUE
path_world_readable_p(VALUE self)
{
return rb_funcall(rb_mFileTest, rb_intern("world_readable?"), 1, get_strpath(self));
}