From dc89e29f4937a68e91cd7572f45f06c523430c23 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 2 Mar 2011 15:17:13 -0800 Subject: remove to_s implementation so that inspect is helpful --- activesupport/lib/active_support/cache/strategy/local_cache.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/cache/strategy') 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 -- cgit v1.2.3