Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
number = 24 string = "a" File.open("rainbow.txt", "a") do |f| 28656969456006.times do puts string f.puts string string = string.next end end
From the Design Piracy series on my blog: