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

Add mutation from send(:foo) -> foo. (with arguments) #732

Closed
mbj opened this issue Dec 21, 2017 · 0 comments · Fixed by #1044
Closed

Add mutation from send(:foo) -> foo. (with arguments) #732

mbj opened this issue Dec 21, 2017 · 0 comments · Fixed by #1044

Comments

@mbj
Copy link
Owner

mbj commented Dec 21, 2017

No description provided.

dgollahon added a commit that referenced this issue Aug 26, 2020
Mutates:
- foo.__send__(:bar) -> foo.bar
- foo.send(:bar) -> foo.bar
- foo.public_send(:bar) -> foo.bar

...and so on, including arguments.

Closes #732
@mbj mbj closed this as completed in #1044 Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant