Q. What is the purpose of the parse method for parsing dates in Ruby? (A) Converts a Date object to a string (B) Converts a Date object to the number of seconds since the Unix epoch (C) Converts a Date object to a number of milliseconds since the Unix epoch (D) Converts a string to a Date object ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Converts a string to a Date object