Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
[headius @ cnutter:~/projects/jruby] ◆ ruby -e "1; p (2) %3" 2 [headius @ cnutter:~/projects/jruby] ◆ ruby -e "1; p(2) %3" 2 -e:1: undefined method `%' for nil:NilClass (NoMethodError) [headius @ cnutter:~/projects/jruby] ◆ ruby -e "1; p(2,4) %3" 2 4 -e:1: undefined method `%' for nil:NilClass (NoMethodError) [headius @ cnutter:~/projects/jruby] ◆ ruby -e "1; p (2,4) %3" -e:1: warning: don't put space before argument parentheses -e:1: syntax error, unexpected '%', expecting $end 1; p (2,4) %3 ^
This paste will be private.
From the Design Piracy series on my blog: