Ruby Open Fichier et ajoute
File.open("foo.txt", "a") { |f| f << "foo" }
MunnaBhaiyya
File.open("foo.txt", "a") { |f| f << "foo" }