-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Use #public_send to disallow hitting private methods #33
Conversation
3b6a170
to
5a89793
Compare
3d801ae
to
f68e4c3
Compare
I finally remembered to come back to this and fix the broken build. The easiest solution seemed to be to not run the broken spec on MRI 1.8.7 |
f68e4c3
to
5e58db7
Compare
Bump. |
Bump... maybe this could be part of a |
This would require a |
Whats that they say about better late than never? Theres been a few bugfixes recently so I'm launching a very minimal 2.0.0 and well as promised, this is included. Thank you. |
I love that this finally landed Jon, seriously thank you, but I'll admit that I'm a little sad I didn't get to celebrate this PR's 10th birthday. I had the date marked in my calendar, and it was only a month-and-a-bit away 😭 |
Fixes #28.
If the subject looks like this:
then
its
shouldn't be able to hit theinner_name
method. The following test:should raise a
NoMethodError
.