Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# Quickly dump a string into a file def string2file(string,filename='string2file.txt',filepath='.') File.open("#{filepath}/#{filename}","w") do |f| f << string end end
This paste will be private.
From the Design Piracy series on my blog: