Q. What is the recommended way to comment out multiple lines of code in Ruby?

  • (A) Using the syntax
  • (B) Using the # syntax
  • (C) Using the multiline comment syntax (=begin and =end)
  • (D) Using the // syntax
πŸ’¬ Discuss
βœ… Correct Answer: (C) Using the multiline comment syntax (=begin and =end)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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