Q. 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
  • (D) Use the delta method with the seconds option
πŸ’¬ Discuss
βœ… Correct Answer: (C) Subtract one Time object from another and convert the result to seconds

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
237
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate