On Mon, Jun 1, 2009 at 10:00 AM, Matthew Williams <matt / harpstar.com> wrote: > > Version 3, cheating (unix only): > > puts `cat #{$0}` here's my extremely cheating 10-byte version: # sudo ln -s /bin/cat /usr/local/bin/c # echo | ruby -p q.rb $_=`c #$0` martin