arjan / decorator

Function decorators for Elixir
MIT License
386 stars 21 forks source link

Expose function kind in Context #50

Closed antedeguemon closed 3 years ago

antedeguemon commented 3 years ago

Hey folks!

I have a scenario where I want my decorator behavior to be conditioned by the function kind - whether public or private.

So I opened this PR to expose the function kind 😄. What this PR does is:

arjan commented 3 years ago

Looks good, thanks!