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
AnswerC.
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