Q1
Which naming convention is commonly used for method names in Ruby?
A.
Kebab case (e.g., my-method)
B.
Snake case (e.g., my_method)
AnswerC.
Pascal case (e.g., MyMethod)
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board