21.
In Ruby, what is a closure?

22.
What is the purpose of the call method in Ruby procs and lambdas?

24.
Which of the following is true about the stability of variables within a block in Ruby?

25.
What is the purpose of using the next keyword within a block in Ruby?

27.
What does the arity method return for a proc or lambda in Ruby?