From adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 26 Aug 2013 13:47:09 -0300 Subject: Remove gist link from the code It is not good to include links in the code. These links can be in the future outdated and nobody will upgrade they. [ci skip] --- activesupport/lib/active_support/cache/memory_store.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/cache/memory_store.rb') diff --git a/activesupport/lib/active_support/cache/memory_store.rb b/activesupport/lib/active_support/cache/memory_store.rb index b979521c99..34ac91334a 100644 --- a/activesupport/lib/active_support/cache/memory_store.rb +++ b/activesupport/lib/active_support/cache/memory_store.rb @@ -124,7 +124,6 @@ module ActiveSupport protected - # See https://gist.github.com/ssimeonov/6047200 PER_ENTRY_OVERHEAD = 240 def cached_size(key, entry) -- cgit v1.2.3