# File lib/fakefs/dir.rb, line 68 def self.exists?(path) File.exist?(path) && File.directory?(path) end