# File lib/fakefs/file.rb, line 101
    def self.size(path)
      read(path).bytesize
    end