Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
>> a = {:name => 'A'} => {:name=>"A"} >> b = a => {:name=>"A"} >> b[:foo] = 'bar' => "bar" >> a => {:name=>"A", :foo=>"bar"}
From the Design Piracy series on my blog: