From 006682d3915ce065687c3d54a0b1eb91439b28e9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 30 Jan 2023 13:12:06 -0800 Subject: Avoid leaving an uneeded comment 465bd972ec2 didn't need to leave the obsoleted code. --- numeric.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'numeric.rb') diff --git a/numeric.rb b/numeric.rb index 0a1f14865f..49e14bff49 100644 --- a/numeric.rb +++ b/numeric.rb @@ -186,12 +186,6 @@ class Integer end alias magnitude abs -=begin - def magnitude - Primitive.attr! 'inline' - Primitive.cexpr! 'rb_int_abs(self)' - end -=end # call-seq: # int.odd? -> true or false -- cgit v1.2.1