Q. In Ruby, what does the private keyword do when used in a class? (A) Restricts access to methods below it (B) Allows access to methods below it (C) Makes all methods public (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Restricts access to methods below it