Invokable 0.7.0 - Compose, Juxtapose and Knit Procs and Proc-like Objects
https://github.com/delonnewman/invokable - Invokable 0.7.0 Introduces a collection of helper methods for composing Procs and Proc-like objects (any object that implements call or to_proc). Classes that mixin the Invokable module now get === and [] for better Proc compatibility.
Post a comment