arjan / decorator

Function decorators for Elixir
MIT License
385 stars 20 forks source link

Different arities problem #20

Closed ludwikbukowski closed 6 years ago

ludwikbukowski commented 6 years ago

Seems that when we try to add decorator for the funtions with the same name but different arities, it doesnt work. PR with example test to see if travis fails

ludwikbukowski commented 6 years ago

@studzien I challenge you to fix it

arjan commented 6 years ago

Looks good, thanks! :+1: