module FakeFS::FileSystem

def path_parts(path)

def path_parts(path)
  path.split(File::PATH_SEPARATOR).reject { |part| part.empty? }
end