Q. How do you find the difference in seconds between two Time objects in Ruby?
β
Correct Answer: (C)
Subtract one Time object from another and convert the result to seconds
You must be Logged in to update hint/solution