# File lib/fssm/pathname.rb, line 168
    def root?
      !!(self =~ %r{^#{ROOT}+$})
    end