Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
task 'unroll' => [ 'environment' ] do require("unroller") hey = Struct.new(:hey) puts(Unroller.trace({ :display_style => :concise }) { hey.to_json }) end
From the Design Piracy series on my blog: