From: James Edward Gray II Date: 2006-05-30T09:30:07+09:00 Subject: Re: new.ruby-lang.org (was: Re: Proposing: A new Ruby Window On May 29, 2006, at 2:28 PM, Pistos Christou wrote: > 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"? I have fixed this: http://new.ruby-lang.org/en/ James Edward Gray II