# File lib/pathname.rb, line 398
  def root?
    %r{\A/+\z} =~ @path ? true : false
  end