James Edward Gray II wrote: > Quick question. Is there a official or unofficial Ruby Style Guide > floating around anywhere? Thanks. http://www.rubygarden.org/ruby?RubyStyleGuide Note that this page has a mix of advice for source code formatting (e.g., "use CamelCase") and development techniques (e.g., "Chop input."). But handy either way. James