From 2310db373ba915e77fdc1dcd780068ad98d242cd Mon Sep 17 00:00:00 2001 From: Daniel Schierbeck Date: Thu, 1 Sep 2011 15:07:40 +0200 Subject: Change API docs regarding delegation to non-public methods --- activesupport/lib/active_support/core_ext/module/delegation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb index 0ea58d4224..ee8adae1cb 100644 --- a/activesupport/lib/active_support/core_ext/module/delegation.rb +++ b/activesupport/lib/active_support/core_ext/module/delegation.rb @@ -1,5 +1,5 @@ class Module - # Provides a delegate class method to easily expose contained objects' methods + # Provides a delegate class method to easily expose contained objects' public methods # as your own. Pass one or more methods (specified as symbols or strings) # and the name of the target object via the :to option (also a symbol # or string). At least one method and the :to option are required. -- cgit v1.2.3