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, (b, *c), d = 2, *e, (f, g), h); p a,b,c,d,e,f,g,h; end; foo(1, [2,3,4,5], 6, 7, 8, [9, 10, 11], 12)" 1 2 [3, 4, 5] 6 [7, 8] 9 10 12
This paste will be private.
From the Design Piracy series on my blog: