# File lib/vendor/fssm/fssm/pathname.rb, line 101
    def <<(path)
      replace(join(path).cleanpath!)
    end