rurema / doctree

Repository of Japanese Ruby reference manual
https://docs.ruby-lang.org/ja/
242 stars 312 forks source link

Kernel.#IntegerのFixnumとBignumのリンクが切れている #2854

Closed sadanora closed 2 months ago

sadanora commented 7 months ago

概要

Kernel.#IntegerのFixnumとBignumのリンクが切れています。どちらもリンク先は404です。

スクリーンショット

kernel_integer

期待する振る舞い

Fixnum及びBignumはRuby3.2から削除されたようなので、Ruby3.2以降のるりまではFixnumとBignumのリンクは表示しない方が良さそうです。

参考

https://www.ruby-lang.org/ja/news/2022/12/25/ruby-3-2-0-released/

定数の削除 以下の非推奨定数は削除されました

Fixnum と Bignum