funkify icon indicating copy to clipboard operation
funkify copied to clipboard

Breaks source_location

Open ConradIrwin opened this issue 12 years ago • 1 comments

auto_curry :undefine
edit undefine

Doesn't do what I want :(.

ConradIrwin avatar Jul 17 '13 03:07 ConradIrwin

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

jvillarejo avatar Aug 02 '13 16:08 jvillarejo