See File.world_readable?.
File.world_readable?
Returns:
70 71 72
# File 'lib/path/file_predicates.rb', line 70 def world_readable? File.world_readable?(@path) end