Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
require.paths.unshift('dir/lib'); x = require('my-module'); // dir/lib/my-module.js require.paths.shift(); require.paths.unshift('dir'); y = require('lib/my-module'); // dir/lib/my-module.js require.paths.shift(); require.paths.unshift('dir2/lib'); z = require('my-module') // dir2/lib/my-module.js
This paste will be private.
From the Design Piracy series on my blog: