From: James Edward Gray II Date: 2005-10-18T08:57:12+09:00 Subject: Re: A couple of questions/statements from a Ruby neohacker On Oct 17, 2005, at 5:57 PM, Dave Bettin wrote: > 1) Consistency in naming/coding conventions. The standard library > module and class list is not the prettiest thing to look at. Is > there a standard for naming/coding conventions in Ruby? I believe > it is very important for Ruby to have consistency with its > conventions. We generally use snake_case for methods and variables and CamelCase for classes and modules. Hope that helps. James Edward Gray II