autoc 1.3 → 1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES +4 -0
- data/doc/AutoC.html +55 -55
- data/doc/AutoC/Code.html +60 -57
- data/doc/AutoC/Collection.html +134 -124
- data/doc/AutoC/HashMap.html +147 -185
- data/doc/AutoC/HashSet.html +114 -325
- data/doc/AutoC/Iterators.html +126 -0
- data/doc/AutoC/Iterators/Bidirectional.html +204 -0
- data/doc/AutoC/Iterators/Unidirectional.html +200 -0
- data/doc/AutoC/List.html +81 -76
- data/doc/AutoC/Maps.html +290 -0
- data/doc/AutoC/Module.html +72 -69
- data/doc/AutoC/Module/File.html +55 -52
- data/doc/AutoC/Module/Header.html +55 -52
- data/doc/AutoC/Module/Source.html +63 -60
- data/doc/AutoC/Priority.html +57 -57
- data/doc/AutoC/Queue.html +75 -74
- data/doc/AutoC/Reference.html +92 -91
- data/doc/AutoC/Sets.html +520 -0
- data/doc/AutoC/String.html +70 -69
- data/doc/AutoC/TreeMap.html +1565 -0
- data/doc/AutoC/TreeSet.html +1447 -0
- data/doc/AutoC/Type.html +184 -110
- data/doc/AutoC/UserDefinedType.html +102 -102
- data/doc/AutoC/Vector.html +100 -91
- data/doc/_index.html +97 -33
- data/doc/class_list.html +24 -31
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +220 -78
- data/doc/file.CHANGES.html +37 -30
- data/doc/file.README.html +29 -30
- data/doc/file_list.html +29 -31
- data/doc/frames.html +7 -16
- data/doc/index.html +29 -30
- data/doc/js/app.js +100 -76
- data/doc/js/full_list.js +170 -135
- data/doc/method_list.html +877 -431
- data/doc/top-level-namespace.html +35 -35
- data/lib/autoc.rb +4 -2
- data/lib/autoc/collection.rb +10 -4
- data/lib/autoc/collection/hash_map.rb +22 -41
- data/lib/autoc/collection/hash_set.rb +13 -120
- data/lib/autoc/collection/iterator.rb +39 -0
- data/lib/autoc/collection/list.rb +7 -5
- data/lib/autoc/collection/map.rb +41 -0
- data/lib/autoc/collection/queue.rb +8 -8
- data/lib/autoc/collection/set.rb +134 -0
- data/lib/autoc/collection/tree_map.rb +464 -0
- data/lib/autoc/collection/tree_set.rb +611 -0
- data/lib/autoc/collection/vector.rb +8 -4
- data/lib/autoc/string.rb +1 -1
- data/lib/autoc/type.rb +3 -0
- data/test/test.rb +2 -2
- data/test/test_auto.c +7141 -0
- data/test/test_auto.h +753 -0
- data/test/test_int_tree_set.rb +111 -0
- data/test/test_value_hash_map.rb +1 -1
- data/test/test_value_hash_set.rb +1 -1
- data/test/test_value_tree_map.rb +176 -0
- data/test/test_value_tree_set.rb +173 -0
- metadata +21 -5
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: AutoC::Module::Header
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.5
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "AutoC::Module::Header";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!AutoC/Module/Header.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,50 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (H)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../AutoC.html" title="AutoC (module)">AutoC</a></span></span> » <span class='title'><span class='object_link'><a href="../Module.html" title="AutoC::Module (class)">Module</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Header</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
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>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
64
|
+
<div id="content"><h1>Class: AutoC::Module::Header
|
67
65
|
|
68
66
|
|
69
67
|
|
70
68
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
69
|
+
<div class="box_info">
|
73
70
|
|
74
|
-
|
75
|
-
<
|
71
|
+
<dl>
|
72
|
+
<dt>Inherits:</dt>
|
73
|
+
<dd>
|
76
74
|
<span class="inheritName"><span class='object_link'><a href="File.html" title="AutoC::Module::File (class)">File</a></span></span>
|
77
75
|
|
78
76
|
<ul class="fullTree">
|
@@ -85,33 +83,37 @@
|
|
85
83
|
</ul>
|
86
84
|
<a href="#" class="inheritanceTree">show all</a>
|
87
85
|
|
88
|
-
|
89
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
90
90
|
|
91
91
|
|
92
|
-
|
93
92
|
|
94
|
-
|
95
93
|
|
96
94
|
|
95
|
+
|
96
|
+
|
97
|
+
|
97
98
|
|
98
|
-
|
99
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/autoc/code.rb</dd>
|
102
|
+
</dl>
|
100
103
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
104
|
+
</div>
|
103
105
|
|
104
106
|
|
105
107
|
|
106
108
|
|
107
109
|
|
108
|
-
<h2>Instance Attribute Summary <small
|
110
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
109
111
|
<ul class="summary">
|
110
112
|
|
111
113
|
<li class="public ">
|
112
114
|
<span class="summary_signature">
|
113
115
|
|
114
|
-
<a href="#file_name-instance_method" title="#file_name (instance method)"
|
116
|
+
<a href="#file_name-instance_method" title="#file_name (instance method)">#<strong>file_name</strong> ⇒ Object </a>
|
115
117
|
|
116
118
|
|
117
119
|
|
@@ -150,7 +152,7 @@
|
|
150
152
|
|
151
153
|
<h2>
|
152
154
|
Instance Method Summary
|
153
|
-
<small
|
155
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
154
156
|
</h2>
|
155
157
|
|
156
158
|
<ul class="summary">
|
@@ -158,7 +160,7 @@
|
|
158
160
|
<li class="public ">
|
159
161
|
<span class="summary_signature">
|
160
162
|
|
161
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
163
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(*args) ⇒ Header </a>
|
162
164
|
|
163
165
|
|
164
166
|
|
@@ -184,7 +186,7 @@
|
|
184
186
|
<li class="public ">
|
185
187
|
<span class="summary_signature">
|
186
188
|
|
187
|
-
<a href="#new_stream-instance_method" title="#new_stream (instance method)"
|
189
|
+
<a href="#new_stream-instance_method" title="#new_stream (instance method)">#<strong>new_stream</strong> ⇒ Object </a>
|
188
190
|
|
189
191
|
|
190
192
|
|
@@ -206,7 +208,7 @@
|
|
206
208
|
<li class="public ">
|
207
209
|
<span class="summary_signature">
|
208
210
|
|
209
|
-
<a href="#write-instance_method" title="#write (instance method)"
|
211
|
+
<a href="#write-instance_method" title="#write (instance method)">#<strong>write</strong>(stream) ⇒ Object </a>
|
210
212
|
|
211
213
|
|
212
214
|
|
@@ -245,7 +247,7 @@
|
|
245
247
|
<div class="method_details first">
|
246
248
|
<h3 class="signature first" id="initialize-instance_method">
|
247
249
|
|
248
|
-
|
250
|
+
#<strong>initialize</strong>(*args) ⇒ <tt><span class='object_link'><a href="" title="AutoC::Module::Header (class)">Header</a></span></tt>
|
249
251
|
|
250
252
|
|
251
253
|
|
@@ -297,7 +299,7 @@
|
|
297
299
|
<div class="method_details first">
|
298
300
|
<h3 class="signature first" id="file_name-instance_method">
|
299
301
|
|
300
|
-
|
302
|
+
#<strong>file_name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
301
303
|
|
302
304
|
|
303
305
|
|
@@ -345,7 +347,7 @@
|
|
345
347
|
<div class="method_details first">
|
346
348
|
<h3 class="signature first" id="new_stream-instance_method">
|
347
349
|
|
348
|
-
|
350
|
+
#<strong>new_stream</strong> ⇒ <tt>Object</tt>
|
349
351
|
|
350
352
|
|
351
353
|
|
@@ -375,7 +377,7 @@
|
|
375
377
|
<div class="method_details ">
|
376
378
|
<h3 class="signature " id="write-instance_method">
|
377
379
|
|
378
|
-
|
380
|
+
#<strong>write</strong>(stream) ⇒ <tt>Object</tt>
|
379
381
|
|
380
382
|
|
381
383
|
|
@@ -424,11 +426,12 @@
|
|
424
426
|
|
425
427
|
</div>
|
426
428
|
|
427
|
-
|
428
|
-
Generated on
|
429
|
+
<div id="footer">
|
430
|
+
Generated on Wed Oct 12 12:27:11 2016 by
|
429
431
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
430
|
-
0.
|
432
|
+
0.9.5 (ruby-2.3.1).
|
431
433
|
</div>
|
432
434
|
|
435
|
+
</div>
|
433
436
|
</body>
|
434
437
|
</html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: AutoC::Module::Source
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.5
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "AutoC::Module::Source";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!AutoC/Module/Source.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,50 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (S)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../AutoC.html" title="AutoC (module)">AutoC</a></span></span> » <span class='title'><span class='object_link'><a href="../Module.html" title="AutoC::Module (class)">Module</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Source</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
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>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
62
|
+
<iframe id="search_frame" src="../../class_list.html"></iframe>
|
65
63
|
|
66
|
-
|
64
|
+
<div id="content"><h1>Class: AutoC::Module::Source
|
67
65
|
|
68
66
|
|
69
67
|
|
70
68
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
69
|
+
<div class="box_info">
|
73
70
|
|
74
|
-
|
75
|
-
<
|
71
|
+
<dl>
|
72
|
+
<dt>Inherits:</dt>
|
73
|
+
<dd>
|
76
74
|
<span class="inheritName"><span class='object_link'><a href="File.html" title="AutoC::Module::File (class)">File</a></span></span>
|
77
75
|
|
78
76
|
<ul class="fullTree">
|
@@ -85,33 +83,37 @@
|
|
85
83
|
</ul>
|
86
84
|
<a href="#" class="inheritanceTree">show all</a>
|
87
85
|
|
88
|
-
|
89
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
90
90
|
|
91
91
|
|
92
|
-
|
93
92
|
|
94
|
-
|
95
93
|
|
96
94
|
|
95
|
+
|
96
|
+
|
97
|
+
|
97
98
|
|
98
|
-
|
99
|
-
<
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/autoc/code.rb</dd>
|
102
|
+
</dl>
|
100
103
|
|
101
|
-
</
|
102
|
-
<div class="clear"></div>
|
104
|
+
</div>
|
103
105
|
|
104
106
|
|
105
107
|
|
106
108
|
|
107
109
|
|
108
|
-
<h2>Instance Attribute Summary <small
|
110
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
109
111
|
<ul class="summary">
|
110
112
|
|
111
113
|
<li class="public ">
|
112
114
|
<span class="summary_signature">
|
113
115
|
|
114
|
-
<a href="#file_name-instance_method" title="#file_name (instance method)"
|
116
|
+
<a href="#file_name-instance_method" title="#file_name (instance method)">#<strong>file_name</strong> ⇒ Object </a>
|
115
117
|
|
116
118
|
|
117
119
|
|
@@ -140,7 +142,7 @@
|
|
140
142
|
<li class="public ">
|
141
143
|
<span class="summary_signature">
|
142
144
|
|
143
|
-
<a href="#index-instance_method" title="#index (instance method)"
|
145
|
+
<a href="#index-instance_method" title="#index (instance method)">#<strong>index</strong> ⇒ Object </a>
|
144
146
|
|
145
147
|
|
146
148
|
|
@@ -179,7 +181,7 @@
|
|
179
181
|
|
180
182
|
<h2>
|
181
183
|
Instance Method Summary
|
182
|
-
<small
|
184
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
183
185
|
</h2>
|
184
186
|
|
185
187
|
<ul class="summary">
|
@@ -187,7 +189,7 @@
|
|
187
189
|
<li class="public ">
|
188
190
|
<span class="summary_signature">
|
189
191
|
|
190
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
192
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(m, i) ⇒ Source </a>
|
191
193
|
|
192
194
|
|
193
195
|
|
@@ -213,7 +215,7 @@
|
|
213
215
|
<li class="public ">
|
214
216
|
<span class="summary_signature">
|
215
217
|
|
216
|
-
<a href="#main%3F-instance_method" title="#main? (instance method)"
|
218
|
+
<a href="#main%3F-instance_method" title="#main? (instance method)">#<strong>main?</strong> ⇒ Boolean </a>
|
217
219
|
|
218
220
|
|
219
221
|
|
@@ -235,7 +237,7 @@
|
|
235
237
|
<li class="public ">
|
236
238
|
<span class="summary_signature">
|
237
239
|
|
238
|
-
<a href="#new_stream-instance_method" title="#new_stream (instance method)"
|
240
|
+
<a href="#new_stream-instance_method" title="#new_stream (instance method)">#<strong>new_stream</strong> ⇒ Object </a>
|
239
241
|
|
240
242
|
|
241
243
|
|
@@ -257,7 +259,7 @@
|
|
257
259
|
<li class="public ">
|
258
260
|
<span class="summary_signature">
|
259
261
|
|
260
|
-
<a href="#size-instance_method" title="#size (instance method)"
|
262
|
+
<a href="#size-instance_method" title="#size (instance method)">#<strong>size</strong> ⇒ Object </a>
|
261
263
|
|
262
264
|
|
263
265
|
|
@@ -279,7 +281,7 @@
|
|
279
281
|
<li class="public ">
|
280
282
|
<span class="summary_signature">
|
281
283
|
|
282
|
-
<a href="#smallest%3F-instance_method" title="#smallest? (instance method)"
|
284
|
+
<a href="#smallest%3F-instance_method" title="#smallest? (instance method)">#<strong>smallest?</strong> ⇒ Boolean </a>
|
283
285
|
|
284
286
|
|
285
287
|
|
@@ -301,7 +303,7 @@
|
|
301
303
|
<li class="public ">
|
302
304
|
<span class="summary_signature">
|
303
305
|
|
304
|
-
<a href="#write-instance_method" title="#write (instance method)"
|
306
|
+
<a href="#write-instance_method" title="#write (instance method)">#<strong>write</strong>(stream) ⇒ Object </a>
|
305
307
|
|
306
308
|
|
307
309
|
|
@@ -340,7 +342,7 @@
|
|
340
342
|
<div class="method_details first">
|
341
343
|
<h3 class="signature first" id="initialize-instance_method">
|
342
344
|
|
343
|
-
|
345
|
+
#<strong>initialize</strong>(m, i) ⇒ <tt><span class='object_link'><a href="" title="AutoC::Module::Source (class)">Source</a></span></tt>
|
344
346
|
|
345
347
|
|
346
348
|
|
@@ -392,7 +394,7 @@
|
|
392
394
|
<div class="method_details first">
|
393
395
|
<h3 class="signature first" id="file_name-instance_method">
|
394
396
|
|
395
|
-
|
397
|
+
#<strong>file_name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
396
398
|
|
397
399
|
|
398
400
|
|
@@ -435,7 +437,7 @@
|
|
435
437
|
<div class="method_details ">
|
436
438
|
<h3 class="signature " id="index-instance_method">
|
437
439
|
|
438
|
-
|
440
|
+
#<strong>index</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
439
441
|
|
440
442
|
|
441
443
|
|
@@ -483,7 +485,7 @@
|
|
483
485
|
<div class="method_details first">
|
484
486
|
<h3 class="signature first" id="main?-instance_method">
|
485
487
|
|
486
|
-
|
488
|
+
#<strong>main?</strong> ⇒ <tt>Boolean</tt>
|
487
489
|
|
488
490
|
|
489
491
|
|
@@ -535,7 +537,7 @@
|
|
535
537
|
<div class="method_details ">
|
536
538
|
<h3 class="signature " id="new_stream-instance_method">
|
537
539
|
|
538
|
-
|
540
|
+
#<strong>new_stream</strong> ⇒ <tt>Object</tt>
|
539
541
|
|
540
542
|
|
541
543
|
|
@@ -565,7 +567,7 @@
|
|
565
567
|
<div class="method_details ">
|
566
568
|
<h3 class="signature " id="size-instance_method">
|
567
569
|
|
568
|
-
|
570
|
+
#<strong>size</strong> ⇒ <tt>Object</tt>
|
569
571
|
|
570
572
|
|
571
573
|
|
@@ -599,7 +601,7 @@
|
|
599
601
|
<div class="method_details ">
|
600
602
|
<h3 class="signature " id="smallest?-instance_method">
|
601
603
|
|
602
|
-
|
604
|
+
#<strong>smallest?</strong> ⇒ <tt>Boolean</tt>
|
603
605
|
|
604
606
|
|
605
607
|
|
@@ -651,7 +653,7 @@
|
|
651
653
|
<div class="method_details ">
|
652
654
|
<h3 class="signature " id="write-instance_method">
|
653
655
|
|
654
|
-
|
656
|
+
#<strong>write</strong>(stream) ⇒ <tt>Object</tt>
|
655
657
|
|
656
658
|
|
657
659
|
|
@@ -694,11 +696,12 @@
|
|
694
696
|
|
695
697
|
</div>
|
696
698
|
|
697
|
-
|
698
|
-
Generated on
|
699
|
+
<div id="footer">
|
700
|
+
Generated on Wed Oct 12 12:27:11 2016 by
|
699
701
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
700
|
-
0.
|
702
|
+
0.9.5 (ruby-2.3.1).
|
701
703
|
</div>
|
702
704
|
|
705
|
+
</div>
|
703
706
|
</body>
|
704
707
|
</html>
|