object.c: rb_eql returns int not VALUE
It works, but assumes Qfalse == 0, which is true today but might not be forever.
Qfalse == 0
object.c: rb_eql returns int not VALUE
It works, but assumes
Qfalse == 0, which is true todaybut might not be forever.