smart stuff

Cryptic signature
05 Dec 04 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/NiceSig.rdoc
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"},$/}