Ruby - File IO
The following Ruby code is intended to append "More text" to the file "notes.txt". What is the error?
File.write("notes.txt", "More text")File.write("notes.txt", "More text")15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions