multi_block 1.2
MultiBlock is a mini framework for passing multiple blocks to methods. It uses "named procs" to accomplish this in a nice way. The receiving method can either yield all blocks, or just call specific ones, identified by order or name.
Gemfile:
=
install:
=
Runtime Dependencies (1):
named_proc
~> 1.2