Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
$ ruby -e 'favorites = []; while(input = gets and input != "\n") do favorites.push input.chomp end; p favorites' x y z ["x", "y", "z"]
From the Design Piracy series on my blog: