aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/strategy
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2013-04-17 13:36:27 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2013-04-17 13:36:27 -0500
commit918db2c5415bf0858e49bc3fd2360076d692e92c (patch)
tree3da1a49669f495289c9e98c48ae4199deb479857 /activesupport/lib/active_support/cache/strategy
parent87fddba98fb9de7c45340ab747ccc0aa29820a88 (diff)
downloadrails-918db2c5415bf0858e49bc3fd2360076d692e92c.tar.gz
rails-918db2c5415bf0858e49bc3fd2360076d692e92c.tar.bz2
rails-918db2c5415bf0858e49bc3fd2360076d692e92c.zip
add :nodoc: mark to *Registry classes [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/cache/strategy')
-rw-r--r--activesupport/lib/active_support/cache/strategy/local_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/strategy/local_cache.rb b/activesupport/lib/active_support/cache/strategy/local_cache.rb
index c62afe836c..157053ee4d 100644
--- a/activesupport/lib/active_support/cache/strategy/local_cache.rb
+++ b/activesupport/lib/active_support/cache/strategy/local_cache.rb
@@ -9,7 +9,7 @@ module ActiveSupport
# in-memory cache for faster access.
module LocalCache
# Class for storing and registering the local caches.
- class LocalCacheRegistry
+ class LocalCacheRegistry # :nodoc:
extend ActiveSupport::PerThreadRegistry
def initialize