@@ -24,26 +24,29 @@ <h1>プログラミング言語 Ruby リファレンスマニュアル</h1>
24
24
< div class ="list-group-item list-group-item-info ">
25
25
常に最新のバージョンのドキュメントを参照したい場合は上のリンク先が使えます。
26
26
</ div >
27
+ < a class ="list-group-item " href ="./3.4/doc/index.html "> Ruby 3.4</ a >
27
28
< a class ="list-group-item " href ="./3.3/doc/index.html "> Ruby 3.3</ a >
28
29
< a class ="list-group-item " href ="./3.2/doc/index.html "> Ruby 3.2</ a >
29
30
< a class ="list-group-item " href ="./3.1/doc/index.html "> Ruby 3.1</ a >
30
- < a class =" list-group-item " href =" ./3.0/doc/index.html " > Ruby 3.0 </ a >
31
+ <!--
31
32
<div class="list-group-item list-group-item-info">
32
33
<strong>注:</strong> Rubyは2.1.0から<a href='https://www.ruby-lang.org/ja/news/2013/12/21/ruby-version-policy-changes-with-2-1-0/'>Semantic Versioning</a>を採用しています。
33
34
Ruby 2.1.1, 2.1.2等はバグ修正やセキュリティfixのみを含むため、リファレンスとしては2.1に統一しています。
34
35
</div>
36
+ -->
35
37
< a class ="list-group-item " href ="./search/ "> るりまサーチ (全文検索)</ a >
36
38
</ div >
37
39
< h2 > Other versions</ h2 >
38
40
< div class ="list-group ">
39
41
< a class ="list-group-item " href ="./master/doc/index.html "> Ruby 開発版</ a >
40
- < a class ="list-group-item " href ="./2.7.0/doc/index.html "> Ruby 2.7 (2023/04 サポート終了)</ a >
41
- < a class ="list-group-item " href ="./2.6.0/doc/index.html "> Ruby 2.6 (2022/04 サポート終了)</ a >
42
- < a class ="list-group-item " href ="./2.5.0/doc/index.html "> Ruby 2.5 (2021/04/01 サポート終了)</ a >
43
- < a class ="list-group-item " href ="./2.4.0/doc/index.html "> Ruby 2.4 (2020/04/01 サポート終了)</ a >
44
- < a class ="list-group-item " href ="./2.3.0/doc/index.html "> Ruby 2.3 (2019/04/01 サポート終了)</ a >
45
- < a class ="list-group-item " href ="./2.2.0/doc/index.html "> Ruby 2.2 (2018/04/01 サポート終了)</ a >
46
- < a class ="list-group-item " href ="./2.1.0/doc/index.html "> Ruby 2.1 (2017/04/01 サポート終了)</ a >
42
+ < a class ="list-group-item " href ="./3.0/doc/index.html "> Ruby 3.0 (2024-04 サポート終了)</ a >
43
+ < a class ="list-group-item " href ="./2.7.0/doc/index.html "> Ruby 2.7 (2023-04 サポート終了)</ a >
44
+ < a class ="list-group-item " href ="./2.6.0/doc/index.html "> Ruby 2.6 (2022-04 サポート終了)</ a >
45
+ < a class ="list-group-item " href ="./2.5.0/doc/index.html "> Ruby 2.5 (2021-04 サポート終了)</ a >
46
+ < a class ="list-group-item " href ="./2.4.0/doc/index.html "> Ruby 2.4 (2020-04 サポート終了)</ a >
47
+ < a class ="list-group-item " href ="./2.3.0/doc/index.html "> Ruby 2.3 (2019-04 サポート終了)</ a >
48
+ < a class ="list-group-item " href ="./2.2.0/doc/index.html "> Ruby 2.2 (2018-04 サポート終了)</ a >
49
+ < a class ="list-group-item " href ="./2.1.0/doc/index.html "> Ruby 2.1 (2017-04 サポート終了)</ a >
47
50
< a class ="list-group-item " href ="https://rurema.clear-code.com/ "> https://rurema.clear-code.com/</ a >
48
51
</ div >
49
52
< h2 > Project Page</ h2 >
0 commit comments