S
Sandro Paganotti
Have you ever tried to write phrases in ruby code ?
I do 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
I do 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