7
Bắt đầu, giải cứu và đảm bảo trong Ruby?
Gần đây tôi đã bắt đầu lập trình trong Ruby và tôi đang xem xét xử lý ngoại lệ. Tôi đã tự hỏi nếu ensureRuby tương đương với finallyC #? Tôi có nên: file = File.open("myFile.txt", "w") begin file << "#{content} \n" rescue #handle the error here ensure file.close unless …