Q. In Ruby, what does the private keyword do when used in a class?
β
Correct Answer: (A)
Restricts access to methods below it
You must be Logged in to update hint/solution