= private = protected
<(p1)
Compares two objects based on the receiver’s <=> method, returning true if it returns -1.
static VALUE cmp_lt(VALUE x, VALUE y) { if (cmpint(x, y) < 0) return Qtrue; return Qfalse; }