Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
## test.pp class a { $foo = 10 } class b inherits a { $foo = 20 notice($foo) } include b ## run % puppet test.pp notice: Scope(Class[b]): 20
This paste will be private.
From the Design Piracy series on my blog: