Q. What does the "splat" operator (*) do when used in method definitions in Ruby?
β
Correct Answer: (A)
It allows a method to accept a variable number of arguments as an array
You must be Logged in to update hint/solution