remove to_s implementation so that inspect is helpful

This commit is contained in:
Aaron Patterson
2011-03-02 15:17:13 -08:00
parent b247c8d71a
commit dc89e29f49

View File

@@ -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