[ruby-cvs:79011] 918fe2ed7c (master): Fix Object#inspect documentation

"Joao Fernandes" <[email protected]> Tue, 31 Dec 2019 18:32:11 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Joao Fernandes	2019-12-30 23:07:35 +0900 (Mon, 30 Dec 2019)

  New Revision: 918fe2ed7c

  https://github.com/ruby/ruby/commit/918fe2ed7c

  Log:
    Fix Object#inspect documentation
    
    Starting from ruby 2.7.0, there's no longer a connection between the hexadecimal
    number that #inspect shows and the object's ID.

  Modified files:
    object.c