From: Chris Shea Date: 2007-06-30T02:25:03+09:00 Subject: Re: Issue related to class initialization and irb On Jun 29, 11:17 am, darren kirby wrote: > This is a follow-up question for me as well. Even when the object_id value is > represented in hex it does not match the default output. I guess the default > value is the object's address in memory or somesuch? The hex value is double the object_id. So in my example, redefining inspect as "#" would give you what you're expecting. Chris