diff options
author | Xavier Noria <fxn@hashref.com> | 2009-10-25 19:49:10 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-10-25 19:49:10 +0100 |
commit | 039e85d684ef4b039dc8a84b0ded64c7496c6469 (patch) | |
tree | 5b88257eee71f4930ddcf34fd1fc27eee0616f4f | |
parent | 7c56071c3a3cf3a6d8327e21b5fa8094cb779689 (diff) | |
download | rails-039e85d684ef4b039dc8a84b0ded64c7496c6469.tar.gz rails-039e85d684ef4b039dc8a84b0ded64c7496c6469.tar.bz2 rails-039e85d684ef4b039dc8a84b0ded64c7496c6469.zip |
AS guide: removes the placeholder for extensions to Exception because exception.rb seems to provide stuff for internal use
-rw-r--r-- | railties/guides/source/active_support_core_extensions.textile | 4 |
1 files changed, 0 insertions, 4 deletions
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. |