# File lib/more/facets/pathname.rb, line 122
  def split_root
    head, tail = *::File.split_root(to_s)
    [self.class.new(head), self.class.new(tail)]
  end