# File lib/fakefs/file.rb, line 33
    def self.join(*parts)
      parts * PATH_SEPARATOR
    end