From 6d70b93450993d44f88aa5d389d17cc231fcd999 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 21 Jan 2010 23:47:05 +0100 Subject: a hash has no final key --- activesupport/lib/active_support/core_ext/module/delegation.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib/active_support/core_ext/module') diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb index df8aefea5a..c3f66d8ac1 100644 --- a/activesupport/lib/active_support/core_ext/module/delegation.rb +++ b/activesupport/lib/active_support/core_ext/module/delegation.rb @@ -1,8 +1,8 @@ class Module # Provides a delegate class method to easily expose contained objects' methods # as your own. Pass one or more methods (specified as symbols or strings) - # and the name of the target object as the final :to option (also a symbol - # or string). At least one method and the :to option are required. + # 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. # # Delegation is particularly useful with Active Record associations: # -- cgit v1.2.3