See File.readable?.
File.readable?
Returns:
64 65 66
# File 'lib/path/file_predicates.rb', line 64 def readable? File.readable?(@path) end