Q. What is the purpose of writing self-explanatory comments in Ruby code? (A) Reduce the need for code documentation (B) Document the entire codebase (C) Clarify the intent of the code (D) Provide implementation details ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Clarify the intent of the code