What is the significance of the attr_writer method in Ruby classes?
A. Defines only reader methods for class attributes
B. Defines only writer methods for class attributes
C. Defines constructor methods for class attributes
D. None of the above
Answer: Option B
Join The Discussion