From 680303107addb405288738fe4eeb894f98b9ccb5 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 31 May 2009 23:24:00 +0200 Subject: AS guide: small rewording --- railties/guides/source/active_support_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides') diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index 0d9753cb84..64c66b4f46 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -143,7 +143,7 @@ Hash # => NameError: uninitialized constant Hash Dir # => NameError: uninitialized constant Dir -More specifically, +remove_class+ attempts to remove constants with the same name as the passed class objects from their parent modules. So technically this method does not guarantee the class objects themselves are not indeed valid and still alive somewhere: +More specifically, +remove_class+ attempts to remove constants with the same name as the passed class objects from their parent modules. So technically this method does not guarantee the class objects themselves are not still valid and alive somewhere after the method call: module M -- cgit v1.2.3