Skip to content
New issue

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

Deprecate alias Channel#send #47

Closed
Daniel-Worrall opened this issue Apr 12, 2021 · 1 comment · Fixed by #54
Closed

Deprecate alias Channel#send #47

Daniel-Worrall opened this issue Apr 12, 2021 · 1 comment · Fixed by #54

Comments

@Daniel-Worrall
Copy link
Member

Object#send is used by RubyMine debugger, and we shouldn't be overwriting any Object methods.

Also, turns out I'm to blame

@swarley
Copy link
Member

swarley commented Sep 17, 2021

Not really sure about this one, needs further discussion. If anything, RubyMine should be using __send__

swarley pushed a commit that referenced this issue Apr 14, 2022
* Neaten YARD for Message#reply!

* Deprecate Channel#send (fixes #47)

* Fix YARD for Message#reply

* Un-deprecate Channel#send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants