Q. What does the private keyword do in a Ruby class?
β
Correct Answer: (A)
It makes methods private, accessible only within the class
You must be Logged in to update hint/solution