ProcMe: DRY and handy blocks for your arrays
I’ve recently released a small procme gem. It is intended to simplify and DRY tasks like “sort array by several attributes of each object”, “filter list by item attribute values” and so on. It seems to be small and nice addition to Ruby’s syntax, take a look.
Post a comment