# File lib/fakefs/pathname.rb, line 789
      def split
        File.split(@path).map { |f| self.class.new(f) }
      end