How do you find the number of minutes between two Time objects in Ruby?
A. Use the minutes_between method
B. Use the difference method with the minutes option
C. Subtract one Time object from another and divide the result by 60 to convert to minutes
D. Use the delta method with the minutes option
Answer: Option C
Join The Discussion