Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
$ ruby1.9 -e "def foo(a, (x, *b, c), *d, e); p a, x, b, c, d, e; end; foo(1, [2,3,4,5], 6, 7, 8)" 1 2 [3, 4] 5 [6, 7] 8
This paste will be private.
From the Design Piracy series on my blog: