arjan / decorator

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

Group functions by arity #51

Open kianmeng opened 2 years ago

kianmeng commented 2 years ago

This fixed warning below:

warning: clauses with the same name and arity (number of arguments) should be grouped together, "def fun1/1" was previously defined (test/decorate_all_test.exs:50) test/decorate_all_test.exs:54