-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
58 lines (57 loc) · 2.98 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-620926-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-620926-3');
</script>
<title>プログラミング言語 Ruby リファレンスマニュアル</title>
<link rel="stylesheet" href="/assets/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="page-header">
<h1>プログラミング言語 Ruby リファレンスマニュアル</h1>
</div>
<div class="list-group">
<a class="list-group-item" href="./latest/doc/index.html">Ruby 最新安定版</a>
<div class="list-group-item list-group-item-info">
常に最新のバージョンのドキュメントを参照したい場合は上のリンク先が使えます。
</div>
<a class="list-group-item" href="./3.4/doc/index.html">Ruby 3.4</a>
<a class="list-group-item" href="./3.3/doc/index.html">Ruby 3.3</a>
<a class="list-group-item" href="./3.2/doc/index.html">Ruby 3.2</a>
<!--
<div class="list-group-item list-group-item-info">
<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>を採用しています。
Ruby 2.1.1, 2.1.2等はバグ修正やセキュリティfixのみを含むため、リファレンスとしては2.1に統一しています。
</div>
-->
<a class="list-group-item" href="./search/">るりまサーチ (全文検索)</a>
</div>
<h2>Other versions</h2>
<div class="list-group">
<a class="list-group-item" href="./master/doc/index.html">Ruby 開発版</a>
<a class="list-group-item" href="./3.1/doc/index.html">Ruby 3.1 (2025-04 サポート終了)</a>
<a class="list-group-item" href="./3.0/doc/index.html">Ruby 3.0 (2024-04 サポート終了)</a>
<a class="list-group-item" href="./2.7.0/doc/index.html">Ruby 2.7 (2023-04 サポート終了)</a>
<a class="list-group-item" href="./2.6.0/doc/index.html">Ruby 2.6 (2022-04 サポート終了)</a>
<a class="list-group-item" href="./2.5.0/doc/index.html">Ruby 2.5 (2021-04 サポート終了)</a>
<a class="list-group-item" href="./2.4.0/doc/index.html">Ruby 2.4 (2020-04 サポート終了)</a>
<a class="list-group-item" href="./2.3.0/doc/index.html">Ruby 2.3 (2019-04 サポート終了)</a>
<a class="list-group-item" href="./2.2.0/doc/index.html">Ruby 2.2 (2018-04 サポート終了)</a>
<a class="list-group-item" href="./2.1.0/doc/index.html">Ruby 2.1 (2017-04 サポート終了)</a>
<a class="list-group-item" href="https://rurema.clear-code.com/">https://rurema.clear-code.com/</a>
</div>
<h2>Project Page</h2>
<div class="list-group">
<a class="list-group-item" href="https://github.com/rurema">るりまプロジェクト</a>
</div>
</div>
</body>
</html>