What is the purpose of the attr_reader method in Ruby classes?
A. To create only getter methods for instance variables
B. To create only setter methods for instance variables
C. To create both getter and setter methods for instance variables
D. To create instance methods
Answer: Option A

Join The Discussion