# File lib/fssm/pathname.rb, line 404
    def join(*parts)
      self.class.join(self, *parts)
    end