Vidyalelo
Ruby Programming · Q7

Working with Dates and Times in Ruby

Programming · Ruby Programming · question 7

Q7

How do you find the difference in seconds between two Time objects in Ruby?

A.
Use the diff method with the seconds option
B.
Use the difference method with the seconds option
C.
Subtract one Time object from another and convert the result to seconds
Answer
D.
Use the delta method with the seconds option

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board