From: Marc-Andre Lafortune Date: 2012-02-21T00:09:16+09:00 Subject: [ruby-core:42763] Re: [ruby-trunk - Bug #6048] {Unbound}Method#hash doesn't always return the right value Hi, On Mon, Feb 20, 2012 at 3:24 AM, Nobuyoshi Nakada wrote: > > Issue #6048 has been updated by Nobuyoshi Nakada. > One thing. > > rb_method_definition_t* hasn't been used as function interface, rb_method_entry_t* might be preferable. Right, I hesitated about this one. Will change. Thanks for lookup at my patch.