mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use super instead of self
This will make clear what is the expected behavior of that method call.
This commit is contained in:
parent
0e9cd658f9
commit
ce5fe05bc5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module ActiveSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
def inspect
|
def inspect
|
||||||
"#<#{self.class.name} #{self}>"
|
"#<#{self.class.name} #{super}>"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue