Q. What is the primary purpose of a constructor in a Ruby class? (A) To initialize instance variables (B) To define class methods (C) To create new instances of the class (D) To define getter and setter methods ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) To initialize instance variables