From 4770b773d01d1e313373ef115da40b70244b6ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 17 Apr 2013 15:37:37 -0300 Subject: Add nodoc to LocalCacheRegistry [ci skip] --- activesupport/lib/active_support/cache/strategy/local_cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') 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 -- cgit v1.2.3