Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# Maybe helper def maybe(likelyhood=0.9) yield if rand > likelyhood end # Example of its use results = perform_battle_action maybe do log_results(results) end
This paste will be private.
From the Design Piracy series on my blog: