# File lib/fakefs/file.rb, line 61
    def self.size?(path)
      if exists?(path) && !size(path).zero?
        true
      else
        nil
      end
    end