aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-01-28 17:42:44 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-01-28 17:42:44 +0000
commite720ba0b5f40ca1714a9c59b74da8ab0a0d3e00e (patch)
tree0e8caa78dc8418a58e42ae9b22020b43e2aa16e5 /activesupport/lib
parent2cc9c8135c57671013a0b89fd683654cb6782676 (diff)
downloadrails-e720ba0b5f40ca1714a9c59b74da8ab0a0d3e00e.tar.gz
rails-e720ba0b5f40ca1714a9c59b74da8ab0a0d3e00e.tar.bz2
rails-e720ba0b5f40ca1714a9c59b74da8ab0a0d3e00e.zip
Remove noisy nodoc for Ruby 1.8.4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6083 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/dependencies.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index 449c8273ae..4880b70804 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -47,7 +47,6 @@ module Dependencies #:nodoc:
mattr_accessor :log_activity
self.log_activity = false
- # :nodoc:
# An internal stack used to record which constants are loaded by any block.
mattr_accessor :constant_watch_stack
self.constant_watch_stack = []