Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# app.ru app = lambda {|env| request = Rack::Request.new(env) p request.params [200, {'Content-Type => 'text/html'}, "hello"] } run app # shell $ rackup app.ru
This paste will be private.
From the Design Piracy series on my blog: