diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-17 15:37:37 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-04-17 15:37:37 -0300 |
commit | 4770b773d01d1e313373ef115da40b70244b6ff7 (patch) | |
tree | 03b421450bbc7efc2f2a1d8e4333def46d5162f5 /activesupport/lib/active_support | |
parent | 87fddba98fb9de7c45340ab747ccc0aa29820a88 (diff) | |
download | rails-4770b773d01d1e313373ef115da40b70244b6ff7.tar.gz rails-4770b773d01d1e313373ef115da40b70244b6ff7.tar.bz2 rails-4770b773d01d1e313373ef115da40b70244b6ff7.zip |
Add nodoc to LocalCacheRegistry
[ci skip]
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/cache/strategy/local_cache.rb | 2 |
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 |