diff options
author | Takashi Kokubun <[email protected]> | 2023-01-30 13:12:06 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-01-30 13:12:34 -0800 |
commit | 006682d3915ce065687c3d54a0b1eb91439b28e9 () | |
tree | bf095670387b4bcc77839bd02581ef0d933128b7 /numeric.rb | |
parent | 07d1b3ddc3995a4dee4eca10e8710253f7881405 (diff) |
Avoid leaving an uneeded comment
465bd972ec2 didn't need to leave the obsoleted code.
-rw-r--r-- | numeric.rb | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |