Ruby Ajouter du contenu au fichier

File.open("foo.txt", "a") { |f| f << "foo" }
MunnaBhaiyya