From 039e85d684ef4b039dc8a84b0ded64c7496c6469 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 25 Oct 2009 19:49:10 +0100 Subject: AS guide: removes the placeholder for extensions to Exception because exception.rb seems to provide stuff for internal use --- railties/guides/source/active_support_core_extensions.textile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'railties/guides/source/active_support_core_extensions.textile') diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 0c59d28c62..95c5efedb0 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -1673,10 +1673,6 @@ WARNING. Note you can't append with +atomic_write+. The auxiliary file is written in a standard directory for temporary files, but you can pass a directory of your choice as second argument. -h3. Extensions to +Exception+ - -... - h3. Extensions to +NameError+ Active Support adds +missing_name?+ to +NameError+, which tests whether the exception was raised because of the name passed as argument. -- cgit v1.2.3