Q. How do you read the entire contents of a file into a string in Ruby?
β
Correct Answer: (C)
file.read()
You must be Logged in to update hint/solution