# File lib/fakefs/file.rb, line 109
    def self.zero?(path)
      exists?(path) && size(path) == 0
    end