From 95b0fed3714b87dcb40a16f33d9e3160f9945e38 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 20 Jun 2020 14:55:09 -0700 Subject: Make Integer#zero? a separated method and builtin (#3226) A prerequisite to fix https://bugs.ruby-lang.org/issues/15589 with JIT. This commit alone doesn't make a significant difference yet, but I thought this commit should be committed independently. This method override was discussed in [Misc #16961]. --- .document | 1 + 1 file changed, 1 insertion(+) (limited to '.document') diff --git a/.document b/.document index b18ca80971..0e0969a6d3 100644 --- a/.document +++ b/.document @@ -14,6 +14,7 @@ array.rb ast.rb dir.rb gc.rb +integer.rb io.rb kernel.rb pack.rb -- cgit v1.2.1