Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
! diff my_version.txt bens_version.txt 25a26 > nil 60c61 < print line_number + ": " if show_line_numbers --- > print "[%04d] " % line_number if show_line_numbers 66c67 < to_eval.each {|l| Readline::HISTORY << l} --- > 67a69,70 > > to_eval.each {|l| Readline::HISTORY << l}
This paste will be private.
From the Design Piracy series on my blog: