Hi,
In message "Re: [ruby-core:26318] [Feature #1697](Open) Object#<=>"
on Mon, 26 Oct 2009 21:14:08 +0900, Marc-Andre Lafortune <redmine / ruby-lang.org> writes:
|In rb_obj_cmp, the rb_obj_equal is redundant. Did you mean the following?
It's a grain of optimization to reduce function call.
matz.