Ruby abre archivo y agregar
File.open("foo.txt", "a") { |f| f << "foo" }
MunnaBhaiyya
File.open("foo.txt", "a") { |f| f << "foo" }