# File lib/zip/zipfilesystem.rb, line 187
      def readable?(fileName)
        unix_mode_cmp(fileName, 0444)
      end