Peter Langlois

Results 2 issues of Peter Langlois

I've noticed that the operations in this port work entirely different then they do in the original JS port. Specifically here: https://github.com/bhgames/json-logic-ruby/blob/97b4b5d6d2bfdf00d450c428e43022113b3e4a3c/lib/json_logic/operation.rb#L117 JSONLogic is defined to accept the elements in...

bug
help wanted

## Problem The `add_operation` is manipulating the `Object` class. It can add new methods to object as well as overwrite existing methods. ```ruby Object.sum # Traceback (most recent call last):...