aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-08-05 20:21:24 +0200
committerXavier Noria <fxn@hashref.com>2009-08-05 23:54:00 +0200
commit96780d52f667c81d5055913ef97bb4fefe6e2860 (patch)
tree81fba23e7b1115bce6520e2a2e44a33f488ebb6d /railties
parentd60e49956955b7148b82e906318a066b28b76719 (diff)
downloadrails-96780d52f667c81d5055913ef97bb4fefe6e2860.tar.gz
rails-96780d52f667c81d5055913ef97bb4fefe6e2860.tar.bz2
rails-96780d52f667c81d5055913ef97bb4fefe6e2860.zip
AS guide: extensions to NilClass are documented in "Extensions to All Objects"
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/active_support_overview.textile4
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile
index 4c6841020d..ba1742d238 100644
--- a/railties/guides/source/active_support_overview.textile
+++ b/railties/guides/source/active_support_overview.textile
@@ -596,10 +596,6 @@ C # => NameError: uninitialized constant C
See also +Object#remove_subclasses_of+ in "Extensions to All Objects FIX THIS LINK":FIXME.
-h3. Extensions to +NilClass+
-
-...
-
h3. Extensions to +Symbol+
h4. +to_proc+