Q. Which naming convention is commonly used for method names in Ruby?
β
Correct Answer: (B)
Snake case (e.g., my_method)
You must be Logged in to update hint/solution