Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
# have DataRunner return the results, or false/nil if blank runner = DataRunner.new() final_results = runner.run { ... } && runner.run { .. }
From the Design Piracy series on my blog: