Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't assume that Qfalse is 0 in rb_special_const_p
rb_special_const_p returns a VALUE (Qtrue or Qfalse), so can directly return the value and we shouldn't assume that Qfalse is 0.
- Loading branch information