From: Dennis Newbold Date: 2002-03-22T04:19:10+09:00 Subject: Re: Ruby speak On Thu, 21 Mar 2002, Carl Parrish wrote: > > Okay here are some newbie questions. > > is it simply convention that all class name start with a capital letter > or does the language require it? And I know what the following block > *does* but how do you read it? > > each do | form | > > thanks, > > Carl P. > > Hi Carl, 1. afaik, the language requires it. Try creating a class with the first letter in lower case, and see what happens. 2. Probably a matter of personal style or taste. I usually read it as somethng like: for form =