Q. What is the result of using File.open() with the block syntax in Ruby?
β
Correct Answer: (D)
The file is automatically closed at the end of the block
You must be Logged in to update hint/solution