Method: Path#world_writable?

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

#world_writable?Boolean

See File.world_writable?.

Returns:

  • (Boolean)


117
118
119
# File 'lib/path/file_predicates.rb', line 117

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