mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
remove to_s implementation so that inspect is helpful
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user