7
Comece, salve e garanta no Ruby?
Recentemente, comecei a programar em Ruby e estou olhando para o tratamento de exceções. Eu queria saber se ensureera o equivalente Ruby finallyem c #? Eu deveria ter: file = File.open("myFile.txt", "w") begin file << "#{content} \n" rescue #handle the error here ensure file.close unless file.nil? end ou devo fazer …