Q. 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) (C) Pascal case (e.g., MyMethod) (D) Kebab case (e.g., my-method) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Snake case (e.g., my_method)