Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
>> Hash.new { raise } => {} >> h = Hash.new { raise } => {} >> h[:a] = "yay" => "yay" >> h[:a] => "yay" >> h[:b] RuntimeError: from (irb):2 from (irb):5:in `call' from (irb):5:in `default' from (irb):5:in `[]' from (irb):5
This paste will be private.
From the Design Piracy series on my blog: