Q22
What is a lambda in Ruby?
A.
A block of code that is executed within the context of a specific object
B.
An anonymous function that can be passed around like an object
AnswerC.
A closure that captures its surrounding scope and can be passed around like an object
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board