motion-game 1.1.7 → 1.1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +2 -0
- data/build/android/motion-cocos.jar +0 -0
- metadata +2 -66
- data/doc/MG.html +0 -131
- data/doc/MG/Action.html +0 -402
- data/doc/MG/Animate.html +0 -281
- data/doc/MG/Application.html +0 -335
- data/doc/MG/Audio.html +0 -1268
- data/doc/MG/Blink.html +0 -257
- data/doc/MG/Button.html +0 -725
- data/doc/MG/Color.html +0 -535
- data/doc/MG/DelayTime.html +0 -239
- data/doc/MG/Director.html +0 -1301
- data/doc/MG/Draw.html +0 -813
- data/doc/MG/Events.html +0 -129
- data/doc/MG/Events/Acceleration.html +0 -505
- data/doc/MG/Events/Touch.html +0 -235
- data/doc/MG/FadeIn.html +0 -240
- data/doc/MG/FadeOut.html +0 -240
- data/doc/MG/FadeTo.html +0 -256
- data/doc/MG/File.html +0 -219
- data/doc/MG/Follow.html +0 -241
- data/doc/MG/JumpBy.html +0 -292
- data/doc/MG/JumpTo.html +0 -287
- data/doc/MG/Layout.html +0 -516
- data/doc/MG/List.html +0 -1053
- data/doc/MG/Menu.html +0 -458
- data/doc/MG/MoveBy.html +0 -259
- data/doc/MG/MoveTo.html +0 -257
- data/doc/MG/Node.html +0 -2013
- data/doc/MG/Parallax.html +0 -297
- data/doc/MG/Particle.html +0 -1224
- data/doc/MG/Point.html +0 -543
- data/doc/MG/Repeat.html +0 -257
- data/doc/MG/RepeatForever.html +0 -239
- data/doc/MG/RotateBy.html +0 -259
- data/doc/MG/RotateTo.html +0 -257
- data/doc/MG/ScaleBy.html +0 -255
- data/doc/MG/ScaleTo.html +0 -255
- data/doc/MG/Scene.html +0 -1544
- data/doc/MG/Scroll.html +0 -533
- data/doc/MG/Sequence.html +0 -241
- data/doc/MG/Size.html +0 -741
- data/doc/MG/SkewBy.html +0 -273
- data/doc/MG/SkewTo.html +0 -273
- data/doc/MG/Slider.html +0 -338
- data/doc/MG/Spawn.html +0 -239
- data/doc/MG/Speed.html +0 -259
- data/doc/MG/Sprite.html +0 -2591
- data/doc/MG/Text.html +0 -921
- data/doc/MG/TintBy.html +0 -272
- data/doc/MG/TintTo.html +0 -274
- data/doc/MG/Web.html +0 -831
- data/doc/MG/Widget.html +0 -552
- data/doc/_index.html +0 -574
- data/doc/class_list.html +0 -51
- data/doc/css/common.css +0 -1
- data/doc/css/full_list.css +0 -58
- data/doc/css/style.css +0 -481
- data/doc/file.README.html +0 -192
- data/doc/file_list.html +0 -56
- data/doc/frames.html +0 -17
- data/doc/index.html +0 -192
- data/doc/js/app.js +0 -243
- data/doc/js/full_list.js +0 -216
- data/doc/js/jquery.js +0 -4
- data/doc/method_list.html +0 -1635
- data/doc/top-level-namespace.html +0 -112
data/doc/MG/Layout.html
DELETED
@@ -1,516 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
Class: MG::Layout
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.5
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "MG::Layout";
|
19
|
-
relpath = '../';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
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">
|
38
|
-
|
39
|
-
<a href="../_index.html">Index (L)</a> »
|
40
|
-
<span class='title'><span class='object_link'><a href="../MG.html" title="MG (module)">MG</a></span></span>
|
41
|
-
»
|
42
|
-
<span class="title">Layout</span>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
|
46
|
-
<div id="search">
|
47
|
-
|
48
|
-
<a class="full_list_link" id="class_list_link"
|
49
|
-
href="../class_list.html">
|
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>
|
56
|
-
</a>
|
57
|
-
|
58
|
-
</div>
|
59
|
-
<div class="clear"></div>
|
60
|
-
</div>
|
61
|
-
|
62
|
-
<iframe id="search_frame" src="../class_list.html"></iframe>
|
63
|
-
|
64
|
-
<div id="content"><h1>Class: MG::Layout
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
</h1>
|
69
|
-
<div class="box_info">
|
70
|
-
|
71
|
-
<dl>
|
72
|
-
<dt>Inherits:</dt>
|
73
|
-
<dd>
|
74
|
-
<span class="inheritName"><span class='object_link'><a href="Widget.html" title="MG::Widget (class)">Widget</a></span></span>
|
75
|
-
|
76
|
-
<ul class="fullTree">
|
77
|
-
<li>Object</li>
|
78
|
-
|
79
|
-
<li class="next"><span class='object_link'><a href="Node.html" title="MG::Node (class)">Node</a></span></li>
|
80
|
-
|
81
|
-
<li class="next"><span class='object_link'><a href="Widget.html" title="MG::Widget (class)">Widget</a></span></li>
|
82
|
-
|
83
|
-
<li class="next">MG::Layout</li>
|
84
|
-
|
85
|
-
</ul>
|
86
|
-
<a href="#" class="inheritanceTree">show all</a>
|
87
|
-
|
88
|
-
</dd>
|
89
|
-
</dl>
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
<dl>
|
102
|
-
<dt>Defined in:</dt>
|
103
|
-
<dd>motion-game</dd>
|
104
|
-
</dl>
|
105
|
-
|
106
|
-
</div>
|
107
|
-
|
108
|
-
<div id="subclasses">
|
109
|
-
<h2>Direct Known Subclasses</h2>
|
110
|
-
<p class="children"><span class='object_link'><a href="Scroll.html" title="MG::Scroll (class)">Scroll</a></span></p>
|
111
|
-
</div>
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
<h2>Properties <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
117
|
-
<ul class="summary">
|
118
|
-
|
119
|
-
<li class="public ">
|
120
|
-
<span class="summary_signature">
|
121
|
-
|
122
|
-
<a href="#background_color-instance_method" title="#background_color (instance method)">#<strong>background_color</strong> ⇒ Color </a>
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
</span>
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
<span class="summary_desc"><div class='inline'>
|
140
|
-
<p>The background color of the widget.</p>
|
141
|
-
</div></span>
|
142
|
-
|
143
|
-
</li>
|
144
|
-
|
145
|
-
|
146
|
-
<li class="public ">
|
147
|
-
<span class="summary_signature">
|
148
|
-
|
149
|
-
<a href="#clipping%3F-instance_method" title="#clipping? (instance method)">#<strong>clipping?</strong> ⇒ Boolean </a>
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
</span>
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
<span class="summary_desc"><div class='inline'>
|
167
|
-
<p>Whether the layout can clip its content and children (default is false).</p>
|
168
|
-
</div></span>
|
169
|
-
|
170
|
-
</li>
|
171
|
-
|
172
|
-
|
173
|
-
<li class="public ">
|
174
|
-
<span class="summary_signature">
|
175
|
-
|
176
|
-
<a href="#type-instance_method" title="#type (instance method)">#<strong>type</strong> ⇒ :absolute, ... </a>
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
</span>
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
<span class="summary_desc"><div class='inline'>
|
194
|
-
<p>The layout type.</p>
|
195
|
-
</div></span>
|
196
|
-
|
197
|
-
</li>
|
198
|
-
|
199
|
-
|
200
|
-
</ul>
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Widget.html" title="MG::Widget (class)">Widget</a></span></h3>
|
207
|
-
<p class="inherited"><span class='object_link'><a href="Widget.html#enabled%3F-instance_method" title="MG::Widget#enabled? (method)">#enabled?</a></span>, <span class='object_link'><a href="Widget.html#highlighted%3F-instance_method" title="MG::Widget#highlighted? (method)">#highlighted?</a></span>, <span class='object_link'><a href="Widget.html#touch_enabled%3F-instance_method" title="MG::Widget#touch_enabled? (method)">#touch_enabled?</a></span></p>
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Node.html" title="MG::Node (class)">Node</a></span></h3>
|
212
|
-
<p class="inherited"><span class='object_link'><a href="Node.html#alpha-instance_method" title="MG::Node#alpha (method)">#alpha</a></span>, <span class='object_link'><a href="Node.html#anchor_point-instance_method" title="MG::Node#anchor_point (method)">#anchor_point</a></span>, <span class='object_link'><a href="Node.html#color-instance_method" title="MG::Node#color (method)">#color</a></span>, <span class='object_link'><a href="Node.html#name-instance_method" title="MG::Node#name (method)">#name</a></span>, <span class='object_link'><a href="Node.html#position-instance_method" title="MG::Node#position (method)">#position</a></span>, <span class='object_link'><a href="Node.html#rotation-instance_method" title="MG::Node#rotation (method)">#rotation</a></span>, <span class='object_link'><a href="Node.html#scale-instance_method" title="MG::Node#scale (method)">#scale</a></span>, <span class='object_link'><a href="Node.html#size-instance_method" title="MG::Node#size (method)">#size</a></span>, <span class='object_link'><a href="Node.html#visible%3F-instance_method" title="MG::Node#visible? (method)">#visible?</a></span>, <span class='object_link'><a href="Node.html#z_index-instance_method" title="MG::Node#z_index (method)">#z_index</a></span></p>
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
<h2>
|
217
|
-
Constructors
|
218
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
219
|
-
</h2>
|
220
|
-
|
221
|
-
<ul class="summary">
|
222
|
-
|
223
|
-
<li class="public ">
|
224
|
-
<span class="summary_signature">
|
225
|
-
|
226
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> ⇒ Layout </a>
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
</span>
|
231
|
-
|
232
|
-
|
233
|
-
<span class="note title constructor">constructor</span>
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
<span class="summary_desc"><div class='inline'>
|
243
|
-
<p>Creates a new List widget.</p>
|
244
|
-
</div></span>
|
245
|
-
|
246
|
-
</li>
|
247
|
-
|
248
|
-
|
249
|
-
</ul>
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Widget.html" title="MG::Widget (class)">Widget</a></span></h3>
|
262
|
-
<p class="inherited"><span class='object_link'><a href="Widget.html#on_touch-instance_method" title="MG::Widget#on_touch (method)">#on_touch</a></span></p>
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Node.html" title="MG::Node (class)">Node</a></span></h3>
|
273
|
-
<p class="inherited"><span class='object_link'><a href="Node.html#add-instance_method" title="MG::Node#add (method)">#add</a></span>, <span class='object_link'><a href="Node.html#children-instance_method" title="MG::Node#children (method)">#children</a></span>, <span class='object_link'><a href="Node.html#clear-instance_method" title="MG::Node#clear (method)">#clear</a></span>, <span class='object_link'><a href="Node.html#delete-instance_method" title="MG::Node#delete (method)">#delete</a></span>, <span class='object_link'><a href="Node.html#delete_from_parent-instance_method" title="MG::Node#delete_from_parent (method)">#delete_from_parent</a></span>, <span class='object_link'><a href="Node.html#intersects%3F-instance_method" title="MG::Node#intersects? (method)">#intersects?</a></span>, <span class='object_link'><a href="Node.html#parent-instance_method" title="MG::Node#parent (method)">#parent</a></span>, <span class='object_link'><a href="Node.html#run_action-instance_method" title="MG::Node#run_action (method)">#run_action</a></span>, <span class='object_link'><a href="Node.html#stop_action-instance_method" title="MG::Node#stop_action (method)">#stop_action</a></span>, <span class='object_link'><a href="Node.html#stop_all_actions-instance_method" title="MG::Node#stop_all_actions (method)">#stop_all_actions</a></span></p>
|
274
|
-
<div id="constructor_details" class="method_details_list">
|
275
|
-
<h2>Constructor Details</h2>
|
276
|
-
|
277
|
-
<div class="method_details first">
|
278
|
-
<h3 class="signature first" id="initialize-instance_method">
|
279
|
-
|
280
|
-
#<strong>initialize</strong> ⇒ <tt><span class='object_link'><a href="" title="MG::Layout (class)">Layout</a></span></tt>
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
</h3><div class="docstring">
|
287
|
-
<div class="discussion">
|
288
|
-
|
289
|
-
<p>Creates a new List widget.</p>
|
290
|
-
|
291
|
-
|
292
|
-
</div>
|
293
|
-
</div>
|
294
|
-
<div class="tags">
|
295
|
-
|
296
|
-
|
297
|
-
</div><table class="source_code">
|
298
|
-
<tr>
|
299
|
-
<td>
|
300
|
-
<pre class="lines">
|
301
|
-
|
302
|
-
|
303
|
-
1269</pre>
|
304
|
-
</td>
|
305
|
-
<td>
|
306
|
-
<pre class="code"><span class="info file"># File 'motion-game', line 1269</span>
|
307
|
-
|
308
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
309
|
-
</td>
|
310
|
-
</tr>
|
311
|
-
</table>
|
312
|
-
</div>
|
313
|
-
|
314
|
-
</div>
|
315
|
-
|
316
|
-
<div id="instance_attr_details" class="attr_details">
|
317
|
-
<h2>Instance Attribute Details</h2>
|
318
|
-
|
319
|
-
|
320
|
-
<span id="background_color=-instance_method"></span>
|
321
|
-
<div class="method_details first">
|
322
|
-
<h3 class="signature first" id="background_color-instance_method">
|
323
|
-
|
324
|
-
#<strong>background_color</strong> ⇒ <tt><span class='object_link'><a href="Color.html" title="MG::Color (class)">Color</a></span></tt>
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
</h3><div class="docstring">
|
331
|
-
<div class="discussion">
|
332
|
-
|
333
|
-
<p>Returns the background color of the widget.</p>
|
334
|
-
|
335
|
-
|
336
|
-
</div>
|
337
|
-
</div>
|
338
|
-
<div class="tags">
|
339
|
-
|
340
|
-
<p class="tag_title">Returns:</p>
|
341
|
-
<ul class="return">
|
342
|
-
|
343
|
-
<li>
|
344
|
-
|
345
|
-
|
346
|
-
<span class='type'>(<tt><span class='object_link'><a href="Color.html" title="MG::Color (class)">Color</a></span></tt>)</span>
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
—
|
351
|
-
<div class='inline'>
|
352
|
-
<p>the background color of the widget.</p>
|
353
|
-
</div>
|
354
|
-
|
355
|
-
</li>
|
356
|
-
|
357
|
-
</ul>
|
358
|
-
|
359
|
-
</div><table class="source_code">
|
360
|
-
<tr>
|
361
|
-
<td>
|
362
|
-
<pre class="lines">
|
363
|
-
|
364
|
-
|
365
|
-
1278
|
366
|
-
1279
|
367
|
-
1280</pre>
|
368
|
-
</td>
|
369
|
-
<td>
|
370
|
-
<pre class="code"><span class="info file"># File 'motion-game', line 1278</span>
|
371
|
-
|
372
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_background_color'>background_color</span>
|
373
|
-
<span class='ivar'>@background_color</span>
|
374
|
-
<span class='kw'>end</span></pre>
|
375
|
-
</td>
|
376
|
-
</tr>
|
377
|
-
</table>
|
378
|
-
</div>
|
379
|
-
|
380
|
-
|
381
|
-
<span id="clipping?=-instance_method"></span>
|
382
|
-
<div class="method_details ">
|
383
|
-
<h3 class="signature " id="clipping?-instance_method">
|
384
|
-
|
385
|
-
#<strong>clipping?</strong> ⇒ <tt>Boolean</tt>
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
</h3><div class="docstring">
|
392
|
-
<div class="discussion">
|
393
|
-
|
394
|
-
<p>Returns whether the layout can clip its content and children (default is
|
395
|
-
false).</p>
|
396
|
-
|
397
|
-
|
398
|
-
</div>
|
399
|
-
</div>
|
400
|
-
<div class="tags">
|
401
|
-
|
402
|
-
<p class="tag_title">Returns:</p>
|
403
|
-
<ul class="return">
|
404
|
-
|
405
|
-
<li>
|
406
|
-
|
407
|
-
|
408
|
-
<span class='type'>(<tt>Boolean</tt>)</span>
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
—
|
413
|
-
<div class='inline'>
|
414
|
-
<p>whether the layout can clip its content and children (default is false).</p>
|
415
|
-
</div>
|
416
|
-
|
417
|
-
</li>
|
418
|
-
|
419
|
-
</ul>
|
420
|
-
|
421
|
-
</div><table class="source_code">
|
422
|
-
<tr>
|
423
|
-
<td>
|
424
|
-
<pre class="lines">
|
425
|
-
|
426
|
-
|
427
|
-
1282
|
428
|
-
1283
|
429
|
-
1284</pre>
|
430
|
-
</td>
|
431
|
-
<td>
|
432
|
-
<pre class="code"><span class="info file"># File 'motion-game', line 1282</span>
|
433
|
-
|
434
|
-
def clipping?
|
435
|
-
@clipping?
|
436
|
-
end</pre>
|
437
|
-
</td>
|
438
|
-
</tr>
|
439
|
-
</table>
|
440
|
-
</div>
|
441
|
-
|
442
|
-
|
443
|
-
<span id="type=-instance_method"></span>
|
444
|
-
<div class="method_details ">
|
445
|
-
<h3 class="signature " id="type-instance_method">
|
446
|
-
|
447
|
-
#<strong>type</strong> ⇒ <tt>:absolute</tt>, ...
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
</h3><div class="docstring">
|
454
|
-
<div class="discussion">
|
455
|
-
|
456
|
-
<p>Returns the layout type.</p>
|
457
|
-
|
458
|
-
|
459
|
-
</div>
|
460
|
-
</div>
|
461
|
-
<div class="tags">
|
462
|
-
|
463
|
-
<p class="tag_title">Returns:</p>
|
464
|
-
<ul class="return">
|
465
|
-
|
466
|
-
<li>
|
467
|
-
|
468
|
-
|
469
|
-
<span class='type'>(<tt>:absolute</tt>, <tt>:vertical</tt>, <tt>:horizontal</tt>, <tt>:relative</tt>)</span>
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
—
|
474
|
-
<div class='inline'>
|
475
|
-
<p>the layout type.</p>
|
476
|
-
</div>
|
477
|
-
|
478
|
-
</li>
|
479
|
-
|
480
|
-
</ul>
|
481
|
-
|
482
|
-
</div><table class="source_code">
|
483
|
-
<tr>
|
484
|
-
<td>
|
485
|
-
<pre class="lines">
|
486
|
-
|
487
|
-
|
488
|
-
1275
|
489
|
-
1276
|
490
|
-
1277</pre>
|
491
|
-
</td>
|
492
|
-
<td>
|
493
|
-
<pre class="code"><span class="info file"># File 'motion-game', line 1275</span>
|
494
|
-
|
495
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
|
496
|
-
<span class='ivar'>@type</span>
|
497
|
-
<span class='kw'>end</span></pre>
|
498
|
-
</td>
|
499
|
-
</tr>
|
500
|
-
</table>
|
501
|
-
</div>
|
502
|
-
|
503
|
-
</div>
|
504
|
-
|
505
|
-
|
506
|
-
</div>
|
507
|
-
|
508
|
-
<div id="footer">
|
509
|
-
Generated on Sun Dec 11 16:38:30 2016 by
|
510
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
511
|
-
0.9.5 (ruby-2.3.3).
|
512
|
-
</div>
|
513
|
-
|
514
|
-
</div>
|
515
|
-
</body>
|
516
|
-
</html>
|