Jared Nuzzolillo wrote: > I also thought I should take a moment to comment on the Greeter code > sample. I remember commenting on the concept when the redesign was > first > being considered, and I still think a prominent code sample is > essential. > But I am reconsidering whether that specific code sample is worthy of > being > the very first snippet of ruby code many people will see. When I am Minor additional issue: g = Greeter.new("World") If we're capitalizing @name, why are we giving it an already-capitalized "World" instead of a lowercase "world" or a mixed case "wOrLd"? Pistos -- Posted via http://www.ruby-forum.com/.