Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
419c419,420 < cmds << "#{ruby} -I#{libs} -rtest/unit -e \"%w[#{classes}].each { |f| require f }\" | #{unit_diff}" --- > cmds << "#{ruby} -I#{libs} -rtest/unit -e \"%w[#{classes}].each { |f| require f }\"" > cmds << " | #{unit_diff}" if unit_diff 424c425,426 < cmds << "#{ruby} -I#{libs} #{klass} -n \"/^(#{regexp})$/\" | #{unit_diff}" --- > cmds << "#{ruby} -I#{libs} #{klass} -n \"/^(#{regexp})$/\"" > cmds << " | #{unit_diff}" if unit_diff
This paste will be private.
From the Design Piracy series on my blog: