aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/public_send.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert all the stuff to do with disallowing non-public methods for ↵Jon Leighton2011-08-251-25/+0
| | | | Module#delegate
* Document Object#public_sendJon Leighton2011-08-151-1/+1
|
* Backport Object#public_send to 1.8 so that we can implement Module#delegate ↵Jon Leighton2011-08-151-0/+25
such that non-public methods raise