Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
baci:~/wise mikel$ ./script/console Loading development environment. >> m = "item".match(%r!^([#.]?)([a-z0-9\\*_-]*)!i).to_a; puts $'.inspect "" => nil >> m => ["item", "", "item"] >> require 'hpricot' => [] >> m = "item".match(%r!^([#.]?)([a-z0-9\\*_-]*)!i).to_a; puts $'.inspect "" => nil >>
This paste will be private.
From the Design Piracy series on my blog: