What is the purpose of the attr_accessor method in Ruby?
A. It creates only a setter method for a class attribute
B. It creates getter and setter methods for a class attribute
C. It creates a private attribute for a class
D. None of the above
Answer: Option B

Join The Discussion