Q27
How do you find the number of seconds between two Time objects in Ruby?
A.
Use the delta method with the seconds option
B.
Use the difference method with the seconds option
C.
Subtract one Time object from another
AnswerD.
Use the seconds_between method
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board