Q. What is the purpose of the yield keyword in Ruby?

  • (A) To define a method that can be invoked multiple times within a block
  • (B) To transfer control from a method back to the block that invoked it
  • (C) To pass parameters to a block when invoking it
  • (D) To define a method that can be invoked multiple times within a block
πŸ’¬ Discuss
βœ… Correct Answer: (B) To transfer control from a method back to the block that invoked it

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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