21.
What does the private keyword do in Ruby?

22.
Which of the following is true about optional parameters in Ruby methods?

24.
What does the `super` keyword do in Ruby?

27.
Which of the following is a correct way to define a method that takes multiple arguments in Ruby?