Method: Path#world_readable?

Defined in:
lib/path/file_predicates.rb,
lib/path/file_predicates.rb

#world_readable?Boolean

See File.world_readable?.

Returns:

  • (Boolean)


70
71
72
# File 'lib/path/file_predicates.rb', line 70

def world_readable?
  File.world_readable?(@path)
end