Speaking of Ruby T-shirts

If anyone wants to contribute ideas to the
Ruby.shop, feel free… the only pay you
get is acknowledgement, however. (See the
link at http://www.rubyhacker.com)

Half the proceeds go to support the next
Ruby Conference. The other half… goes to
support my attendance at the next Ruby
conference. Hey, no one attends free except
maybe Matz…

Hal

···


Hal Fulton
hal9000@hypermetrics.com

OK…how about this:

dynamic_languages = %w{ perl python php }
Matz.create do |ruby|
languages[0…-1] = ruby
end
p dynamic_languages.last #=> ruby

Sorry…here at OSCON and just had to do something clever :wink:

-rich

···

On Wednesday, July 9, 2003, at 10:35 PM, Hal E. Fulton wrote:

If anyone wants to contribute ideas to the
Ruby.shop, feel free… the only pay you
get is acknowledgement, however. (See the
link at http://www.rubyhacker.com)

Half the proceeds go to support the next
Ruby Conference. The other half… goes to
support my attendance at the next Ruby
conference. Hey, no one attends free except
maybe Matz…

Hal


Hal Fulton
hal9000@hypermetrics.com

oops…

dynamic_languages = %w{ perl python php }
Matz.create do |ruby|
dynamic_languages[0…-1] = ruby
end
p dynamic_languages.last #=> ruby

···

On Thursday, July 10, 2003, at 12:13 AM, Richard Kilmer wrote:

dynamic_languages = %w{ perl python php }
Matz.create do |ruby|
languages[0…-1] = ruby
end
p dynamic_languages.last #=> ruby