Q. What does the private keyword do in Ruby? (A) Makes methods accessible from outside the class (B) Restricts access to methods below it (C) Makes methods accessible from anywhere in the code (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Restricts access to methods below it