Q. How do you read the entire contents of a file into a string in Ruby? (A) file.gets() (B) file.readlines() (C) file.read() (D) file.each_line() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) file.read()