What is the significance of the initialize method in Ruby classes?
A. It defines class variables
B. It defines class methods
C. It is automatically called when a new object is created and allows initialization of instance variables
D. It defines instance methods
Answer: Option C
Join The Discussion