motion-game 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/build/android/armeabi/libmotion-cocos.a +0 -0
- data/build/android/motion-cocos.jar +0 -0
- data/build/android/x86/libmotion-cocos.a +0 -0
- data/build/ios/libmotion-cocos.a +0 -0
- data/build/tvos/libmotion-cocos.a +0 -0
- data/doc/MG.html +40 -38
- data/doc/MG/Action.html +402 -0
- data/doc/MG/Animate.html +281 -0
- data/doc/MG/Application.html +55 -52
- data/doc/MG/Audio.html +96 -93
- data/doc/MG/Blink.html +257 -0
- data/doc/MG/Button.html +82 -79
- data/doc/MG/Color.html +70 -67
- data/doc/MG/DelayTime.html +239 -0
- data/doc/MG/Director.html +256 -95
- data/doc/MG/Draw.html +67 -64
- data/doc/MG/Events.html +39 -37
- data/doc/MG/Events/Acceleration.html +70 -67
- data/doc/MG/Events/Touch.html +52 -49
- data/doc/MG/FadeIn.html +240 -0
- data/doc/MG/FadeOut.html +240 -0
- data/doc/MG/FadeTo.html +256 -0
- data/doc/MG/File.html +50 -47
- data/doc/MG/Follow.html +241 -0
- data/doc/MG/JumpBy.html +292 -0
- data/doc/MG/JumpTo.html +287 -0
- data/doc/MG/Layout.html +70 -67
- data/doc/MG/List.html +88 -85
- data/doc/MG/Menu.html +65 -62
- data/doc/MG/MoveBy.html +259 -0
- data/doc/MG/MoveTo.html +257 -0
- data/doc/MG/Node.html +393 -133
- data/doc/MG/Parallax.html +51 -48
- data/doc/MG/Particle.html +118 -115
- data/doc/MG/Point.html +67 -64
- data/doc/MG/Repeat.html +257 -0
- data/doc/MG/RepeatForever.html +239 -0
- data/doc/MG/RotateBy.html +259 -0
- data/doc/MG/RotateTo.html +257 -0
- data/doc/MG/ScaleBy.html +255 -0
- data/doc/MG/ScaleTo.html +255 -0
- data/doc/MG/Scene.html +110 -107
- data/doc/MG/Scroll.html +70 -67
- data/doc/MG/Sequence.html +241 -0
- data/doc/MG/Size.html +75 -72
- data/doc/MG/SkewBy.html +273 -0
- data/doc/MG/SkewTo.html +273 -0
- data/doc/MG/Slider.html +58 -55
- data/doc/MG/Spawn.html +239 -0
- data/doc/MG/Speed.html +259 -0
- data/doc/MG/Sprite.html +547 -144
- data/doc/MG/Text.html +94 -91
- data/doc/MG/TintBy.html +272 -0
- data/doc/MG/TintTo.html +274 -0
- data/doc/MG/Web.html +77 -74
- data/doc/MG/Widget.html +70 -67
- data/doc/_index.html +223 -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.README.html +29 -30
- data/doc/file_list.html +26 -30
- 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 +1096 -500
- data/doc/top-level-namespace.html +35 -35
- data/lib/motion-game/android/main_activity.rb +21 -0
- data/lib/motion-game/ios/app_delegate.rb +14 -0
- data/lib/motion-game/tvos/app_delegate.rb +16 -0
- data/template/motion-game/files/app/application.rb +8 -0
- metadata +28 -4
data/doc/MG/Color.html
CHANGED
@@ -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: MG::Color
|
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 = "MG::Color";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!MG/Color.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 (C)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../MG.html" title="MG (module)">MG</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Color</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: MG::Color
|
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">Object</span>
|
77
75
|
|
78
76
|
<ul class="fullTree">
|
@@ -83,21 +81,25 @@
|
|
83
81
|
</ul>
|
84
82
|
<a href="#" class="inheritanceTree">show all</a>
|
85
83
|
|
86
|
-
|
87
|
-
|
84
|
+
</dd>
|
85
|
+
</dl>
|
86
|
+
|
87
|
+
|
88
88
|
|
89
89
|
|
90
|
-
|
91
90
|
|
92
|
-
|
93
91
|
|
94
92
|
|
93
|
+
|
94
|
+
|
95
|
+
|
95
96
|
|
96
|
-
|
97
|
-
<
|
97
|
+
<dl>
|
98
|
+
<dt>Defined in:</dt>
|
99
|
+
<dd>motion-game</dd>
|
100
|
+
</dl>
|
98
101
|
|
99
|
-
</
|
100
|
-
<div class="clear"></div>
|
102
|
+
</div>
|
101
103
|
|
102
104
|
<h2>Overview</h2><div class="docstring">
|
103
105
|
<div class="discussion">
|
@@ -150,13 +152,13 @@ the black color.</p>
|
|
150
152
|
|
151
153
|
|
152
154
|
|
153
|
-
<h2>Properties <small
|
155
|
+
<h2>Properties <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
154
156
|
<ul class="summary">
|
155
157
|
|
156
158
|
<li class="public ">
|
157
159
|
<span class="summary_signature">
|
158
160
|
|
159
|
-
<a href="#alpha-instance_method" title="#alpha (instance method)"
|
161
|
+
<a href="#alpha-instance_method" title="#alpha (instance method)">#<strong>alpha</strong> ⇒ Float </a>
|
160
162
|
|
161
163
|
|
162
164
|
|
@@ -183,7 +185,7 @@ the black color.</p>
|
|
183
185
|
<li class="public ">
|
184
186
|
<span class="summary_signature">
|
185
187
|
|
186
|
-
<a href="#blue-instance_method" title="#blue (instance method)"
|
188
|
+
<a href="#blue-instance_method" title="#blue (instance method)">#<strong>blue</strong> ⇒ Float </a>
|
187
189
|
|
188
190
|
|
189
191
|
|
@@ -210,7 +212,7 @@ the black color.</p>
|
|
210
212
|
<li class="public ">
|
211
213
|
<span class="summary_signature">
|
212
214
|
|
213
|
-
<a href="#green-instance_method" title="#green (instance method)"
|
215
|
+
<a href="#green-instance_method" title="#green (instance method)">#<strong>green</strong> ⇒ Float </a>
|
214
216
|
|
215
217
|
|
216
218
|
|
@@ -237,7 +239,7 @@ the black color.</p>
|
|
237
239
|
<li class="public ">
|
238
240
|
<span class="summary_signature">
|
239
241
|
|
240
|
-
<a href="#red-instance_method" title="#red (instance method)"
|
242
|
+
<a href="#red-instance_method" title="#red (instance method)">#<strong>red</strong> ⇒ Float </a>
|
241
243
|
|
242
244
|
|
243
245
|
|
@@ -275,7 +277,7 @@ the black color.</p>
|
|
275
277
|
<div class="method_details first">
|
276
278
|
<h3 class="signature first" id="alpha-instance_method">
|
277
279
|
|
278
|
-
|
280
|
+
#<strong>alpha</strong> ⇒ <tt>Float</tt>
|
279
281
|
|
280
282
|
|
281
283
|
|
@@ -317,12 +319,12 @@ the black color.</p>
|
|
317
319
|
<pre class="lines">
|
318
320
|
|
319
321
|
|
320
|
-
|
321
|
-
|
322
|
-
|
322
|
+
1121
|
323
|
+
1122
|
324
|
+
1123</pre>
|
323
325
|
</td>
|
324
326
|
<td>
|
325
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
327
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1121</span>
|
326
328
|
|
327
329
|
<span class='kw'>def</span> <span class='id identifier rubyid_alpha'>alpha</span>
|
328
330
|
<span class='ivar'>@alpha</span>
|
@@ -337,7 +339,7 @@ the black color.</p>
|
|
337
339
|
<div class="method_details ">
|
338
340
|
<h3 class="signature " id="blue-instance_method">
|
339
341
|
|
340
|
-
|
342
|
+
#<strong>blue</strong> ⇒ <tt>Float</tt>
|
341
343
|
|
342
344
|
|
343
345
|
|
@@ -379,12 +381,12 @@ the black color.</p>
|
|
379
381
|
<pre class="lines">
|
380
382
|
|
381
383
|
|
382
|
-
|
383
|
-
|
384
|
-
|
384
|
+
1118
|
385
|
+
1119
|
386
|
+
1120</pre>
|
385
387
|
</td>
|
386
388
|
<td>
|
387
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
389
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1118</span>
|
388
390
|
|
389
391
|
<span class='kw'>def</span> <span class='id identifier rubyid_blue'>blue</span>
|
390
392
|
<span class='ivar'>@blue</span>
|
@@ -399,7 +401,7 @@ the black color.</p>
|
|
399
401
|
<div class="method_details ">
|
400
402
|
<h3 class="signature " id="green-instance_method">
|
401
403
|
|
402
|
-
|
404
|
+
#<strong>green</strong> ⇒ <tt>Float</tt>
|
403
405
|
|
404
406
|
|
405
407
|
|
@@ -441,12 +443,12 @@ the black color.</p>
|
|
441
443
|
<pre class="lines">
|
442
444
|
|
443
445
|
|
444
|
-
|
445
|
-
|
446
|
-
|
446
|
+
1115
|
447
|
+
1116
|
448
|
+
1117</pre>
|
447
449
|
</td>
|
448
450
|
<td>
|
449
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
451
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1115</span>
|
450
452
|
|
451
453
|
<span class='kw'>def</span> <span class='id identifier rubyid_green'>green</span>
|
452
454
|
<span class='ivar'>@green</span>
|
@@ -461,7 +463,7 @@ the black color.</p>
|
|
461
463
|
<div class="method_details ">
|
462
464
|
<h3 class="signature " id="red-instance_method">
|
463
465
|
|
464
|
-
|
466
|
+
#<strong>red</strong> ⇒ <tt>Float</tt>
|
465
467
|
|
466
468
|
|
467
469
|
|
@@ -503,12 +505,12 @@ the black color.</p>
|
|
503
505
|
<pre class="lines">
|
504
506
|
|
505
507
|
|
506
|
-
|
507
|
-
|
508
|
-
|
508
|
+
1112
|
509
|
+
1113
|
510
|
+
1114</pre>
|
509
511
|
</td>
|
510
512
|
<td>
|
511
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
513
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 1112</span>
|
512
514
|
|
513
515
|
<span class='kw'>def</span> <span class='id identifier rubyid_red'>red</span>
|
514
516
|
<span class='ivar'>@red</span>
|
@@ -523,11 +525,12 @@ the black color.</p>
|
|
523
525
|
|
524
526
|
</div>
|
525
527
|
|
526
|
-
|
527
|
-
Generated on
|
528
|
+
<div id="footer">
|
529
|
+
Generated on Sun Nov 27 15:52:19 2016 by
|
528
530
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
529
|
-
0.
|
531
|
+
0.9.5 (ruby-2.3.3).
|
530
532
|
</div>
|
531
533
|
|
534
|
+
</div>
|
532
535
|
</body>
|
533
536
|
</html>
|
@@ -0,0 +1,239 @@
|
|
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::DelayTime
|
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::DelayTime";
|
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 (D)</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">DelayTime</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::DelayTime
|
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="Action.html" title="MG::Action (class)">Action</a></span></span>
|
75
|
+
|
76
|
+
<ul class="fullTree">
|
77
|
+
<li>Object</li>
|
78
|
+
|
79
|
+
<li class="next"><span class='object_link'><a href="Action.html" title="MG::Action (class)">Action</a></span></li>
|
80
|
+
|
81
|
+
<li class="next">MG::DelayTime</li>
|
82
|
+
|
83
|
+
</ul>
|
84
|
+
<a href="#" class="inheritanceTree">show all</a>
|
85
|
+
|
86
|
+
</dd>
|
87
|
+
</dl>
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>motion-game</dd>
|
102
|
+
</dl>
|
103
|
+
|
104
|
+
</div>
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
<h2>Instance Attribute Summary</h2>
|
113
|
+
|
114
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Action.html" title="MG::Action (class)">Action</a></span></h3>
|
115
|
+
<p class="inherited"><span class='object_link'><a href="Action.html#done%3F-instance_method" title="MG::Action#done? (method)">#done?</a></span></p>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
<h2>
|
120
|
+
Constructors
|
121
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
122
|
+
</h2>
|
123
|
+
|
124
|
+
<ul class="summary">
|
125
|
+
|
126
|
+
<li class="public ">
|
127
|
+
<span class="summary_signature">
|
128
|
+
|
129
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(interval) ⇒ DelayTime </a>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
</span>
|
134
|
+
|
135
|
+
|
136
|
+
<span class="note title constructor">constructor</span>
|
137
|
+
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
<span class="summary_desc"><div class='inline'>
|
146
|
+
<p>Creates an action that delays the action a certain amount of seconds.</p>
|
147
|
+
</div></span>
|
148
|
+
|
149
|
+
</li>
|
150
|
+
|
151
|
+
|
152
|
+
</ul>
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Action.html" title="MG::Action (class)">Action</a></span></h3>
|
165
|
+
<p class="inherited"><span class='object_link'><a href="Action.html#clone-instance_method" title="MG::Action#clone (method)">#clone</a></span>, <span class='object_link'><a href="Action.html#reverse-instance_method" title="MG::Action#reverse (method)">#reverse</a></span></p>
|
166
|
+
<div id="constructor_details" class="method_details_list">
|
167
|
+
<h2>Constructor Details</h2>
|
168
|
+
|
169
|
+
<div class="method_details first">
|
170
|
+
<h3 class="signature first" id="initialize-instance_method">
|
171
|
+
|
172
|
+
#<strong>initialize</strong>(interval) ⇒ <tt><span class='object_link'><a href="" title="MG::DelayTime (class)">DelayTime</a></span></tt>
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
</h3><div class="docstring">
|
179
|
+
<div class="discussion">
|
180
|
+
|
181
|
+
<p>Creates an action that delays the action a certain amount of seconds.</p>
|
182
|
+
|
183
|
+
|
184
|
+
</div>
|
185
|
+
</div>
|
186
|
+
<div class="tags">
|
187
|
+
<p class="tag_title">Parameters:</p>
|
188
|
+
<ul class="param">
|
189
|
+
|
190
|
+
<li>
|
191
|
+
|
192
|
+
<span class='name'>interval</span>
|
193
|
+
|
194
|
+
|
195
|
+
<span class='type'>(<tt>Float</tt>)</span>
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
—
|
200
|
+
<div class='inline'>
|
201
|
+
<p>the interval to delay.</p>
|
202
|
+
</div>
|
203
|
+
|
204
|
+
</li>
|
205
|
+
|
206
|
+
</ul>
|
207
|
+
|
208
|
+
|
209
|
+
</div><table class="source_code">
|
210
|
+
<tr>
|
211
|
+
<td>
|
212
|
+
<pre class="lines">
|
213
|
+
|
214
|
+
|
215
|
+
278</pre>
|
216
|
+
</td>
|
217
|
+
<td>
|
218
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 278</span>
|
219
|
+
|
220
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
221
|
+
</td>
|
222
|
+
</tr>
|
223
|
+
</table>
|
224
|
+
</div>
|
225
|
+
|
226
|
+
</div>
|
227
|
+
|
228
|
+
|
229
|
+
</div>
|
230
|
+
|
231
|
+
<div id="footer">
|
232
|
+
Generated on Sun Nov 27 15:52:18 2016 by
|
233
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
234
|
+
0.9.5 (ruby-2.3.3).
|
235
|
+
</div>
|
236
|
+
|
237
|
+
</div>
|
238
|
+
</body>
|
239
|
+
</html>
|