Hacker News new | ask | show | jobs
by atmosx 2374 days ago
> You've been able to use `send` to pierce the protected/private restriction forever, so this doesn't particularly change the nature of Ruby's method visibility rules.

I wasn't aware, thanks for pointing that out.

1 comments

Previously this was a good reason for preferring public_send over send where possible.