# File lib/monkey/ext/string.rb, line 133
        def file_writable?
          Pathname(self).writable?
        end