We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOW, a way to write:
foo = new Blunderbus() bar = new Blunderbus() YouAreDaChef(bar) # ...advices...
Such that the advice decorates bar but not foo, because it is directly advising the instance and not the prototype.
bar
foo
The text was updated successfully, but these errors were encountered:
Combine with removal #7 to create DCI support
Sorry, something went wrong.
No branches or pull requests
IOW, a way to write:
Such that the advice decorates
bar
but notfoo
, because it is directly advising the instance and not the prototype.The text was updated successfully, but these errors were encountered: