Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
class A def a def b 42 end end end a = A.new a.b =>#NoMethodError: undefined method `b' for #<A:0x100a694> a.a =>#nil a.b => 42
From the Design Piracy series on my blog: