See File.writable?.
File.writable?
Returns:
111 112 113
# File 'lib/path/file_predicates.rb', line 111 def writable? File.writable?(@path) end