Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
#!/Users/nicwilliams/ruby/ruby/ruby-trunk # coding: utf-8 # Replace #! with location of your ruby1.9 or # run through ruby1.9 manually. Infinity = 1.0/0.0 ∞ = Infinity 0.upto(∞) { |num| p num }
From the Design Piracy series on my blog: