Q7
What is the purpose of the splat operator (*) in Ruby method definitions?
A.
To accept a variable number of arguments
AnswerB.
To multiply two numbers
C.
To access instance variables
D.
None of the above
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board