What does the attr_accessor method do in Ruby classes?
A. Defines only a reader method for class attributes
B. Defines only a writer method for class attributes
C. Defines constructor methods for class attributes
D. Defines both reader and writer methods for class attributes
Answer: Option D
Join The Discussion