aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/memory_store.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-08-26 13:47:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-08-27 13:44:28 -0300
commitadbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9 (patch)
tree63da96366c0f83dbb96581fc25ab6394f2d2152b /activesupport/lib/active_support/cache/memory_store.rb
parenta10e2f17cac3aec0ae309a501fab3384e8bfe99c (diff)
downloadrails-adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9.tar.gz
rails-adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9.tar.bz2
rails-adbe8b18b8eb7b50a2eb5ca925c39b6a3c100cf9.zip
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]
Diffstat (limited to 'activesupport/lib/active_support/cache/memory_store.rb')
-rw-r--r--activesupport/lib/active_support/cache/memory_store.rb1
1 files changed, 0 insertions, 1 deletions
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)