Posted inRuby Ruby: snake_case, camelCase, or PascalCase? Posted by By Robert March 24, 2023 For Ruby, use snake_case for variables, functions, and methods: product_score = 8 Robert Hi, I’m Robert. I have built custom software professionally for more than 15 years. View All Posts Post navigation Previous Post Ruby: Declaring a VariableNext PostRuby: Case (aka Switch) Statements