What does the to_date method do when applied to a Time object in Ruby?
A. Converts a Time object to a Date object
B. Converts a Time object to a string
C. Converts a Time object to a number of seconds since the Unix epoch
D. Converts a Time object to a number of milliseconds since the Unix epoch
Answer: Option A

Join The Discussion