Write Ruby code sentences
by Sandro Paganotti other posts by this author
May 8 2008 1:54PM messages near this date
Re: qt ruby gem install on windows xp
|
wired result
Have you ever tried to write phrases in ruby code ?
I do :D It's quite fun, there are two rules:
- use as fewer strings as possible
- create runnable code
Here's a sample
"code".is_a?(String).to_a << "RT"
#code is a string to art
Use this thread to post your creations :D
--
Go outside! The graphics are amazing!
|