Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
irb --> h = Hash.new({}) ==> {} irb --> h[:one] = 1 ==> 1 irb --> h ==> {:one=>1} irb --> h[:two][1] = "one" ==> "one" irb --> h ==> {:one=>1} irb --> h[:three] = 3 ==> 3 irb --> h ==> {:one=>1, :three=>3}
This paste will be private.
From the Design Piracy series on my blog: