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