aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-08-05 20:20:10 +0200
committerXavier Noria <fxn@hashref.com>2009-08-05 23:54:00 +0200
commitd60e49956955b7148b82e906318a066b28b76719 (patch)
tree1dee5556fdc0abca93354227bdfcfa57bea3b136 /railties
parentf9308953a4f22c5830c137834289c825a91af0f4 (diff)
downloadrails-d60e49956955b7148b82e906318a066b28b76719.tar.gz
rails-d60e49956955b7148b82e906318a066b28b76719.tar.bz2
rails-d60e49956955b7148b82e906318a066b28b76719.zip
AS guide: extensions to (True|False)Class are documented in "Extensions to All Objects"
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/active_support_overview.textile8
1 files changed, 0 insertions, 8 deletions
diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile
index 66206a7791..4c6841020d 100644
--- a/railties/guides/source/active_support_overview.textile
+++ b/railties/guides/source/active_support_overview.textile
@@ -600,14 +600,6 @@ h3. Extensions to +NilClass+
...
-h3. Extensions to +TrueClass+
-
-...
-
-h3. Extensions to +FalseClass+
-
-...
-
h3. Extensions to +Symbol+
h4. +to_proc+