Q. How do you pass a proc as an argument to a method in Ruby?
β
Correct Answer: (C)
By prefixing the proc variable with an ampersand &
You must be Logged in to update hint/solution