= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
writable?()
See FileTest.writable?.
# File lib/pathname.rb, line 934 def writable?() FileTest.writable?(@path) end