Vidyalelo
Ruby Programming · Q34

Working with Dates and Times in Ruby

Programming · Ruby Programming · question 34

Q34

How do you find the number of seconds between two DateTime objects in Ruby?

A.
Use the difference method with the seconds option
B.
Subtract one DateTime object from another and convert the result to seconds
Answer
C.
Use the delta method with the seconds option
D.
None of the above

Answer: Option B

Solution

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