Q31
What does the `public` keyword do in Ruby?
A.
Makes methods accessible from anywhere in the code
AnswerB.
Restricts access to methods below it
C.
Makes methods accessible from outside the class
D.
None of the above
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board