From: Phrogz Date: 2007-01-21T02:20:05+09:00 Subject: Re: Minor Change Proposal for Classes 'Object' and 'Method' Wolfgang N�dasi-Donner wrote: > "Method#origin" returns the object_id of the class where the method belongs too. Definitely not. See my other post; #origin (or #owner, or whatever) must return the actual object it refers to, not some indirect method of referring to that object. You can call #object_id (and any other method) on the Class instance it returns, if you like.