Q. How do you create a proc in Ruby?
β
Correct Answer: (B)
Using the Proc.new method or the -> (stabby lambda) syntax
You must be Logged in to update hint/solution