Q. How do you find the number of seconds since the Unix epoch for a Time object in Ruby?
β
Correct Answer: (D)
Use the to_i method
You must be Logged in to update hint/solution