# File lib/fakefs/file_test.rb, line 26
    def writable?(file_name)
      File.writable?(file_name)
    end