funkify
funkify copied to clipboard
Breaks source_location
auto_curry :undefine
edit undefine
Doesn't do what I want :(.
Hi, can you explain a little bit more how are you using it and the context.
I don't think you are using it in the right way.
By calling auto_curry :undefine it let's you use that method with partial application, then you would have to use undefined_with_less_arguments = @object.undefine(something)
Regards