Kevin Jacobson
Results
2
comments of
Kevin Jacobson
@bradherman @wnadeau I've recently encountered a similar scenario and I believe I've found the cause. When using the `publishes` declaration with an if-condition in a rails model, the event is...
I've been looking into using this Gem for a project and figured out a way to perform an operation similar to `intersection(Array, Array):Array`. ```ruby Array.product(Array).map(&:intersection).rangify ``` for example ```ruby [2,...