@jonleighton thanks for chiming in. I really believe that the basic constructs provided by ActiveSupport should uphold the rules of OOP - if you need to delegate to a private method nothing is stopping you from going the manual route.
I seem to have fixed the performance issues, although I completely removed the ability to delegate to private methods, rather than deprecating it like you did. I've created a pull request so that the changes are more apparent: https://github.com/rails/rails/pull/2733 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
