Q57
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
AnswerC.
It creates a private attribute for a class
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board