From 4bd827e5230182d4b942af265b1e256d09469e31 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 3 Jul 2006 23:27:47 +0000 Subject: Typo in alias_method_chain rdoc. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/module/aliasing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext') diff --git a/activesupport/lib/active_support/core_ext/module/aliasing.rb b/activesupport/lib/active_support/core_ext/module/aliasing.rb index 167bc75057..09209884b6 100644 --- a/activesupport/lib/active_support/core_ext/module/aliasing.rb +++ b/activesupport/lib/active_support/core_ext/module/aliasing.rb @@ -17,7 +17,7 @@ class Module # is equivalent to # # alias_method :foo_without_feature?, :foo? - # alias_method :foo?, :foo_without_feature? + # alias_method :foo?, :foo_with_feature? # # so you can safely chain foo, foo?, and foo! with the same feature. def alias_method_chain(target, feature) -- cgit v1.2.3