diff options
-rw-r--r-- | activesupport/lib/active_support/cache/strategy/local_cache.rb | 1 |
1 files changed, 0 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 99b26b19fe..0649a058aa 100644 --- a/activesupport/lib/active_support/cache/strategy/local_cache.rb +++ b/activesupport/lib/active_support/cache/strategy/local_cache.rb @@ -55,7 +55,6 @@ module ActiveSupport # construct them. class Middleware # :nodoc: attr_reader :name, :thread_local_key - alias :to_s :name def initialize(name, thread_local_key) @name = name |