aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/delegation.rb
Commit message (Expand)AuthorAgeFilesLines
* Made the :prefix option on Module#delegate accept a custom prefix.Daniel Schierbeck2008-10-191-1/+1
* Added :prefix option to Module#delegate.Daniel Schierbeck2008-10-191-1/+3
* Improve documentation coverage and markupXavier Noria2008-05-021-3/+5
* Document that the delegate method can delegate to things other than just meth...Marcel Molina2007-12-051-0/+20
* tiny doc patches [lifo]Rick Olson2007-07-251-0/+1
* Trim typo.Jeremy Kemper2006-05-081-1/+1
* Document Active Support's Module::delegate. Closes #5002.Jeremy Kemper2006-05-081-2/+27
* Added delegation support to Module that allows multiple delegations at once (...David Heinemeier Hansson2006-02-041-0/+16