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