Q. What does the 'self' keyword represent in Ruby? (A) Current class (B) Current method (C) Current object (D) Global variable ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Current object Explanation: 'self' refers to the current object instance.