Revision history for overload-reify
0.03 2017-01-17 15:39:03-05:00 America/New_York (TRIAL RELEASE)
[API CHANGE]
* method_names now takes an optional list of operators; the options
hash is now passed as an optional trailing hashref
[ENHANCEMENTS]
* new class method tag_to_ops, returns list of operators
corresponding to a tag
* arguments to method_names are now passed through tag_to_ops
0.02 2017-01-17 10:12:51-05:00 America/New_York (TRIAL RELEASE)
[BUG FIX]
* wrapping an existing method with the same name as the wrapper
caused an infinite loop
0.01 2017-01-15 17:19:08-05:00 America/New_York (TRIAL RELEASE)
* initial release