# File lib/fssm/pathname.rb, line 46
    def absolute?
      self[0, 1].to_s == ROOT
    end