From: daz Date: 2003-07-11T15:31:00+09:00 Subject: Re: Ruby T-Shirt Idea "Austin King" wrote: > [...] > Here is a color preview ( no images just CSS ) > http://www.ozten.com/random/ruby-shirt.html Before committing to cotton, could I recommend this patch for your T-shirt?: --- DfB\TEMP\clruby\TShirt_o.rb Fri Jul 11 06:49:26 2003 +++ DfB\TEMP\clruby\TShirt_p.rb Fri Jul 11 06:50:16 2003 @@ -4,5 +4,5 @@ super( name, talent ) @productivity = CodeFu.MASTER * talent - @stress_level = @stress_level / 2 + @stress_level /= 2 @street_cred = true end I think the fact that (2 * @stress) / 2 == @stress could cause some embarrassment before the print has faded. Another option could be: - @stress_level = @stress_level / 2 + @stress_level.shift daz (Taking a break from 'viral' licensing issues - Yo Lyle !)