Closed kenbier closed 8 years ago
Moves multimethods from the pluck_helper to pluck_api namespace. That way one can use pluck_api/pluck in the same namespace a defmethod -pluck is implemented.
pluck_api/pluck
defmethod -pluck
Good job 👍
Moves multimethods from the pluck_helper to pluck_api namespace. That way one can use
pluck_api/pluck
in the same namespace adefmethod -pluck
is implemented.