[ruby-cvs:50529] akr:r43387 (trunk): * lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the class
akr at ruby-lang.org
akr at ruby-lang.org
Tue Oct 22 18:29:55 JST 2013
akr 2013-10-22 18:29:53 +0900 (Tue, 22 Oct 2013)
New Revision: 43387
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43387
Log:
* lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the class
name and object address.
This fix a problem caused by %p in C generates variable length
address.
Reported by ko1 via IRC.
Modified files:
trunk/ChangeLog
trunk/lib/pp.rb
More information about the ruby-cvs
mailing list