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
Object#send is used by RubyMine debugger, and we shouldn't be overwriting any Object methods.
Also, turns out I'm to blame
The text was updated successfully, but these errors were encountered:
Not really sure about this one, needs further discussion. If anything, RubyMine should be using __send__
__send__
Sorry, something went wrong.
fix: update documentation for Message#reply (#54)
dad9914
* Neaten YARD for Message#reply! * Deprecate Channel#send (fixes #47) * Fix YARD for Message#reply * Un-deprecate Channel#send
Successfully merging a pull request may close this issue.
Object#send is used by RubyMine debugger, and we shouldn't be overwriting any Object methods.
Also, turns out I'm to blame
The text was updated successfully, but these errors were encountered: