Skip to content

Commit 57bbb3a

Browse files
committed
Update doc for 1.6.1
1 parent 6de1d3a commit 57bbb3a

37 files changed

+4428
-2513
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ Gemfile*
77
/vendor
88
/.yardoc
99
/doc
10+
/tmp
11+
/pkg
12+
/lib
13+

Array.html

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1+
<!DOCTYPE html>
2+
<html>
43
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: Array
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.9.28
1010

1111
</title>
1212

13-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
13+
<link rel="stylesheet" href="css/style.css" type="text/css" />
1414

15-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
15+
<link rel="stylesheet" href="css/common.css" type="text/css" />
1616

17-
<script type="text/javascript" charset="utf-8">
18-
hasFrames = window.top.frames.main ? true : false;
17+
<script type="text/javascript">
18+
pathId = "Array";
1919
relpath = '';
20-
framesUrl = "frames.html#!Array.html";
2120
</script>
2221

2322

@@ -28,51 +27,48 @@
2827

2928
</head>
3029
<body>
31-
<div id="header">
32-
<div id="menu">
30+
<div class="nav_wrap">
31+
<iframe id="nav" src="class_list.html?1"></iframe>
32+
<div id="resizer"></div>
33+
</div>
34+
35+
<div id="main" tabindex="-1">
36+
<div id="header">
37+
<div id="menu">
3338

3439
<a href="_index.html">Index (A)</a> &raquo;
3540

3641

3742
<span class="title">Array</span>
3843

39-
40-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
4144
</div>
4245

43-
<div id="search">
46+
<div id="search">
4447

4548
<a class="full_list_link" id="class_list_link"
4649
href="class_list.html">
47-
Class List
48-
</a>
49-
50-
<a class="full_list_link" id="method_list_link"
51-
href="method_list.html">
52-
Method List
53-
</a>
54-
55-
<a class="full_list_link" id="file_list_link"
56-
href="file_list.html">
57-
File List
50+
51+
<svg width="24" height="24">
52+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55+
</svg>
5856
</a>
5957

6058
</div>
61-
<div class="clear"></div>
62-
</div>
59+
<div class="clear"></div>
60+
</div>
6361

64-
<iframe id="search_frame"></iframe>
65-
66-
<div id="content"><h1>Class: Array
62+
<div id="content"><h1>Class: Array
6763

6864

6965

7066
</h1>
71-
72-
<dl class="box">
67+
<div class="box_info">
7368

74-
<dt class="r1">Inherits:</dt>
75-
<dd class="r1">
69+
<dl>
70+
<dt>Inherits:</dt>
71+
<dd>
7672
<span class="inheritName">Object</span>
7773

7874
<ul class="fullTree">
@@ -83,21 +79,25 @@
8379
</ul>
8480
<a href="#" class="inheritanceTree">show all</a>
8581

86-
</dd>
87-
82+
</dd>
83+
</dl>
84+
85+
8886

8987

90-
9188

92-
9389

9490

91+
92+
93+
9594

96-
<dt class="r2 last">Defined in:</dt>
97-
<dd class="r2 last">doclib/msgpack/core_ext.rb</dd>
95+
<dl>
96+
<dt>Defined in:</dt>
97+
<dd>doclib/msgpack/core_ext.rb</dd>
98+
</dl>
9899

99-
</dl>
100-
<div class="clear"></div>
100+
</div>
101101

102102

103103

@@ -109,15 +109,15 @@
109109

110110
<h2>
111111
Instance Method Summary
112-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
112+
<small><a href="#" class="summary_toggle">collapse</a></small>
113113
</h2>
114114

115115
<ul class="summary">
116116

117117
<li class="public ">
118118
<span class="summary_signature">
119119

120-
<a href="#to_msgpack-instance_method" title="#to_msgpack (instance method)">- (String) <strong>to_msgpack</strong>(packer = nil) </a>
120+
<a href="#to_msgpack-instance_method" title="#to_msgpack (instance method)">#<strong>to_msgpack</strong>(packer = nil) &#x21d2; String </a>
121121

122122

123123

@@ -150,7 +150,7 @@ <h2>Instance Method Details</h2>
150150
<div class="method_details first">
151151
<h3 class="signature first" id="to_msgpack-instance_method">
152152

153-
- (<tt><span class='object_link'><a href="String.html" title="String (class)">String</a></span></tt>) <strong>to_msgpack</strong>(packer = nil)
153+
#<strong>to_msgpack</strong>(packer = nil) &#x21d2; <tt><span class='object_link'><a href="String.html" title="String (class)">String</a></span></tt>
154154

155155

156156

@@ -208,11 +208,12 @@ <h3 class="signature first" id="to_msgpack-instance_method">
208208

209209
</div>
210210

211-
<div id="footer">
212-
Generated on Thu Dec 7 11:57:39 2017 by
213-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
214-
0.8.7.6 (ruby-2.4.2).
211+
<div id="footer">
212+
Generated on Fri Mar 3 17:45:20 2023 by
213+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
214+
0.9.28 (ruby-2.7.1).
215215
</div>
216216

217+
</div>
217218
</body>
218219
</html>

Bignum.html

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1+
<!DOCTYPE html>
2+
<html>
43
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: Bignum
88

9-
&mdash; Documentation by YARD 0.8.7.6
9+
&mdash; Documentation by YARD 0.9.28
1010

1111
</title>
1212

13-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
13+
<link rel="stylesheet" href="css/style.css" type="text/css" />
1414

15-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
15+
<link rel="stylesheet" href="css/common.css" type="text/css" />
1616

17-
<script type="text/javascript" charset="utf-8">
18-
hasFrames = window.top.frames.main ? true : false;
17+
<script type="text/javascript">
18+
pathId = "Bignum";
1919
relpath = '';
20-
framesUrl = "frames.html#!Bignum.html";
2120
</script>
2221

2322

@@ -28,51 +27,48 @@
2827

2928
</head>
3029
<body>
31-
<div id="header">
32-
<div id="menu">
30+
<div class="nav_wrap">
31+
<iframe id="nav" src="class_list.html?1"></iframe>
32+
<div id="resizer"></div>
33+
</div>
34+
35+
<div id="main" tabindex="-1">
36+
<div id="header">
37+
<div id="menu">
3338

3439
<a href="_index.html">Index (B)</a> &raquo;
3540

3641

3742
<span class="title">Bignum</span>
3843

39-
40-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
4144
</div>
4245

43-
<div id="search">
46+
<div id="search">
4447

4548
<a class="full_list_link" id="class_list_link"
4649
href="class_list.html">
47-
Class List
48-
</a>
49-
50-
<a class="full_list_link" id="method_list_link"
51-
href="method_list.html">
52-
Method List
53-
</a>
54-
55-
<a class="full_list_link" id="file_list_link"
56-
href="file_list.html">
57-
File List
50+
51+
<svg width="24" height="24">
52+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55+
</svg>
5856
</a>
5957

6058
</div>
61-
<div class="clear"></div>
62-
</div>
59+
<div class="clear"></div>
60+
</div>
6361

64-
<iframe id="search_frame"></iframe>
65-
66-
<div id="content"><h1>Class: Bignum
62+
<div id="content"><h1>Class: Bignum
6763

6864

6965

7066
</h1>
71-
72-
<dl class="box">
67+
<div class="box_info">
7368

74-
<dt class="r1">Inherits:</dt>
75-
<dd class="r1">
69+
<dl>
70+
<dt>Inherits:</dt>
71+
<dd>
7672
<span class="inheritName">Integer</span>
7773

7874
<ul class="fullTree">
@@ -85,21 +81,25 @@
8581
</ul>
8682
<a href="#" class="inheritanceTree">show all</a>
8783

88-
</dd>
89-
84+
</dd>
85+
</dl>
86+
87+
9088

9189

92-
9390

94-
9591

9692

93+
94+
95+
9796

98-
<dt class="r2 last">Defined in:</dt>
99-
<dd class="r2 last">doclib/msgpack/core_ext.rb</dd>
97+
<dl>
98+
<dt>Defined in:</dt>
99+
<dd>doclib/msgpack/core_ext.rb</dd>
100+
</dl>
100101

101-
</dl>
102-
<div class="clear"></div>
102+
</div>
103103

104104

105105

@@ -111,15 +111,15 @@
111111

112112
<h2>
113113
Instance Method Summary
114-
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
114+
<small><a href="#" class="summary_toggle">collapse</a></small>
115115
</h2>
116116

117117
<ul class="summary">
118118

119119
<li class="public ">
120120
<span class="summary_signature">
121121

122-
<a href="#to_msgpack-instance_method" title="#to_msgpack (instance method)">- (String) <strong>to_msgpack</strong>(packer = nil) </a>
122+
<a href="#to_msgpack-instance_method" title="#to_msgpack (instance method)">#<strong>to_msgpack</strong>(packer = nil) &#x21d2; String </a>
123123

124124

125125

@@ -153,7 +153,7 @@ <h2>Instance Method Details</h2>
153153
<div class="method_details first">
154154
<h3 class="signature first" id="to_msgpack-instance_method">
155155

156-
- (<tt><span class='object_link'><a href="String.html" title="String (class)">String</a></span></tt>) <strong>to_msgpack</strong>(packer = nil)
156+
#<strong>to_msgpack</strong>(packer = nil) &#x21d2; <tt><span class='object_link'><a href="String.html" title="String (class)">String</a></span></tt>
157157

158158

159159

@@ -211,11 +211,12 @@ <h3 class="signature first" id="to_msgpack-instance_method">
211211

212212
</div>
213213

214-
<div id="footer">
215-
Generated on Thu Dec 7 11:57:39 2017 by
216-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217-
0.8.7.6 (ruby-2.4.2).
214+
<div id="footer">
215+
Generated on Fri Mar 3 17:45:20 2023 by
216+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217+
0.9.28 (ruby-2.7.1).
218218
</div>
219219

220+
</div>
220221
</body>
221222
</html>

0 commit comments

Comments
 (0)