Who says we can’t produce hard to understand code in Ruby? :-) Brian
Mitchell posted this signature in a ruby-ML mailing, which Florian Gross
shortened even further. Any clue .. what it does? :-)
32.times{|y|print" "*(31-y),(0..y).map{|x|~y&x>0?" .":" A"},$/}