# File lib/fakefs/file_system.rb, line 86 def path_parts(path) path.split(File::PATH_SEPARATOR).reject { |part| part.empty? } end