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/Audio.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::Audio
|
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::Audio";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!MG/Audio.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 (A)</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">Audio</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::Audio
|
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,33 +81,37 @@
|
|
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
|
|
103
105
|
|
104
106
|
|
105
107
|
|
106
|
-
<h2>Properties <small
|
108
|
+
<h2>Properties <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
107
109
|
<ul class="summary">
|
108
110
|
|
109
111
|
<li class="public ">
|
110
112
|
<span class="summary_signature">
|
111
113
|
|
112
|
-
<a href="#current_position-instance_method" title="#current_position (instance method)"
|
114
|
+
<a href="#current_position-instance_method" title="#current_position (instance method)">#<strong>current_position</strong> ⇒ Float </a>
|
113
115
|
|
114
116
|
|
115
117
|
|
@@ -136,7 +138,7 @@
|
|
136
138
|
<li class="public ">
|
137
139
|
<span class="summary_signature">
|
138
140
|
|
139
|
-
<a href="#duration-instance_method" title="#duration (instance method)"
|
141
|
+
<a href="#duration-instance_method" title="#duration (instance method)">#<strong>duration</strong> ⇒ Float </a>
|
140
142
|
|
141
143
|
|
142
144
|
|
@@ -165,7 +167,7 @@
|
|
165
167
|
<li class="public ">
|
166
168
|
<span class="summary_signature">
|
167
169
|
|
168
|
-
<a href="#loop%3F-instance_method" title="#loop? (instance method)"
|
170
|
+
<a href="#loop%3F-instance_method" title="#loop? (instance method)">#<strong>loop?</strong> ⇒ Boolean </a>
|
169
171
|
|
170
172
|
|
171
173
|
|
@@ -192,7 +194,7 @@
|
|
192
194
|
<li class="public ">
|
193
195
|
<span class="summary_signature">
|
194
196
|
|
195
|
-
<a href="#volume-instance_method" title="#volume (instance method)"
|
197
|
+
<a href="#volume-instance_method" title="#volume (instance method)">#<strong>volume</strong> ⇒ Float </a>
|
196
198
|
|
197
199
|
|
198
200
|
|
@@ -224,7 +226,7 @@
|
|
224
226
|
|
225
227
|
<h2>
|
226
228
|
Constructors
|
227
|
-
<small
|
229
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
228
230
|
</h2>
|
229
231
|
|
230
232
|
<ul class="summary">
|
@@ -232,7 +234,7 @@
|
|
232
234
|
<li class="public ">
|
233
235
|
<span class="summary_signature">
|
234
236
|
|
235
|
-
<a href="#play-class_method" title="play (class method)"
|
237
|
+
<a href="#play-class_method" title="play (class method)">.<strong>play</strong>(path, loop = false, volume = 1.0) ⇒ Audio </a>
|
236
238
|
|
237
239
|
|
238
240
|
|
@@ -258,7 +260,7 @@ immediately plays it.</p>
|
|
258
260
|
|
259
261
|
<h2>
|
260
262
|
Playback
|
261
|
-
<small
|
263
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
262
264
|
</h2>
|
263
265
|
|
264
266
|
<ul class="summary">
|
@@ -266,7 +268,7 @@ immediately plays it.</p>
|
|
266
268
|
<li class="public ">
|
267
269
|
<span class="summary_signature">
|
268
270
|
|
269
|
-
<a href="#pause-instance_method" title="#pause (instance method)"
|
271
|
+
<a href="#pause-instance_method" title="#pause (instance method)">#<strong>pause</strong> ⇒ Audio </a>
|
270
272
|
|
271
273
|
|
272
274
|
|
@@ -290,7 +292,7 @@ immediately plays it.</p>
|
|
290
292
|
<li class="public ">
|
291
293
|
<span class="summary_signature">
|
292
294
|
|
293
|
-
<a href="#paused%3F-instance_method" title="#paused? (instance method)"
|
295
|
+
<a href="#paused%3F-instance_method" title="#paused? (instance method)">#<strong>paused?</strong> ⇒ Boolean </a>
|
294
296
|
|
295
297
|
|
296
298
|
|
@@ -314,7 +316,7 @@ immediately plays it.</p>
|
|
314
316
|
<li class="public ">
|
315
317
|
<span class="summary_signature">
|
316
318
|
|
317
|
-
<a href="#playing%3F-instance_method" title="#playing? (instance method)"
|
319
|
+
<a href="#playing%3F-instance_method" title="#playing? (instance method)">#<strong>playing?</strong> ⇒ Boolean </a>
|
318
320
|
|
319
321
|
|
320
322
|
|
@@ -338,7 +340,7 @@ immediately plays it.</p>
|
|
338
340
|
<li class="public ">
|
339
341
|
<span class="summary_signature">
|
340
342
|
|
341
|
-
<a href="#resume-instance_method" title="#resume (instance method)"
|
343
|
+
<a href="#resume-instance_method" title="#resume (instance method)">#<strong>resume</strong> ⇒ Audio </a>
|
342
344
|
|
343
345
|
|
344
346
|
|
@@ -362,7 +364,7 @@ immediately plays it.</p>
|
|
362
364
|
<li class="public ">
|
363
365
|
<span class="summary_signature">
|
364
366
|
|
365
|
-
<a href="#stop-instance_method" title="#stop (instance method)"
|
367
|
+
<a href="#stop-instance_method" title="#stop (instance method)">#<strong>stop</strong> ⇒ Audio </a>
|
366
368
|
|
367
369
|
|
368
370
|
|
@@ -395,7 +397,7 @@ immediately plays it.</p>
|
|
395
397
|
<div class="method_details first">
|
396
398
|
<h3 class="signature first" id="current_position-instance_method">
|
397
399
|
|
398
|
-
|
400
|
+
#<strong>current_position</strong> ⇒ <tt>Float</tt>
|
399
401
|
|
400
402
|
|
401
403
|
|
@@ -436,12 +438,12 @@ immediately plays it.</p>
|
|
436
438
|
<pre class="lines">
|
437
439
|
|
438
440
|
|
439
|
-
|
440
|
-
|
441
|
-
|
441
|
+
386
|
442
|
+
387
|
443
|
+
388</pre>
|
442
444
|
</td>
|
443
445
|
<td>
|
444
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
446
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 386</span>
|
445
447
|
|
446
448
|
<span class='kw'>def</span> <span class='id identifier rubyid_current_position'>current_position</span>
|
447
449
|
<span class='ivar'>@current_position</span>
|
@@ -456,7 +458,7 @@ immediately plays it.</p>
|
|
456
458
|
<div class="method_details ">
|
457
459
|
<h3 class="signature " id="duration-instance_method">
|
458
460
|
|
459
|
-
|
461
|
+
#<strong>duration</strong> ⇒ <tt>Float</tt> <span class="extras">(readonly)</span>
|
460
462
|
|
461
463
|
|
462
464
|
|
@@ -497,12 +499,12 @@ immediately plays it.</p>
|
|
497
499
|
<pre class="lines">
|
498
500
|
|
499
501
|
|
500
|
-
|
501
|
-
|
502
|
-
|
502
|
+
389
|
503
|
+
390
|
504
|
+
391</pre>
|
503
505
|
</td>
|
504
506
|
<td>
|
505
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
507
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 389</span>
|
506
508
|
|
507
509
|
<span class='kw'>def</span> <span class='id identifier rubyid_duration'>duration</span>
|
508
510
|
<span class='ivar'>@duration</span>
|
@@ -517,7 +519,7 @@ immediately plays it.</p>
|
|
517
519
|
<div class="method_details ">
|
518
520
|
<h3 class="signature " id="loop?-instance_method">
|
519
521
|
|
520
|
-
|
522
|
+
#<strong>loop?</strong> ⇒ <tt>Boolean</tt>
|
521
523
|
|
522
524
|
|
523
525
|
|
@@ -558,12 +560,12 @@ immediately plays it.</p>
|
|
558
560
|
<pre class="lines">
|
559
561
|
|
560
562
|
|
561
|
-
|
562
|
-
|
563
|
-
|
563
|
+
380
|
564
|
+
381
|
565
|
+
382</pre>
|
564
566
|
</td>
|
565
567
|
<td>
|
566
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
568
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 380</span>
|
567
569
|
|
568
570
|
def loop?
|
569
571
|
@loop?
|
@@ -578,7 +580,7 @@ end</pre>
|
|
578
580
|
<div class="method_details ">
|
579
581
|
<h3 class="signature " id="volume-instance_method">
|
580
582
|
|
581
|
-
|
583
|
+
#<strong>volume</strong> ⇒ <tt>Float</tt>
|
582
584
|
|
583
585
|
|
584
586
|
|
@@ -619,12 +621,12 @@ end</pre>
|
|
619
621
|
<pre class="lines">
|
620
622
|
|
621
623
|
|
622
|
-
|
623
|
-
|
624
|
-
|
624
|
+
383
|
625
|
+
384
|
626
|
+
385</pre>
|
625
627
|
</td>
|
626
628
|
<td>
|
627
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
629
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 383</span>
|
628
630
|
|
629
631
|
<span class='kw'>def</span> <span class='id identifier rubyid_volume'>volume</span>
|
630
632
|
<span class='ivar'>@volume</span>
|
@@ -644,7 +646,7 @@ end</pre>
|
|
644
646
|
<div class="method_details first">
|
645
647
|
<h3 class="signature first" id="play-class_method">
|
646
648
|
|
647
|
-
|
649
|
+
.<strong>play</strong>(path, loop = false, volume = 1.0) ⇒ <tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>
|
648
650
|
|
649
651
|
|
650
652
|
|
@@ -743,10 +745,10 @@ immediately plays it.</p>
|
|
743
745
|
<pre class="lines">
|
744
746
|
|
745
747
|
|
746
|
-
|
748
|
+
374</pre>
|
747
749
|
</td>
|
748
750
|
<td>
|
749
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
751
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 374</span>
|
750
752
|
|
751
753
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_play'>play</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_loop'>loop</span><span class='op'>=</span><span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_volume'>volume</span><span class='op'>=</span><span class='float'>1.0</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
752
754
|
</td>
|
@@ -763,7 +765,7 @@ immediately plays it.</p>
|
|
763
765
|
<div class="method_details first">
|
764
766
|
<h3 class="signature first" id="pause-instance_method">
|
765
767
|
|
766
|
-
|
768
|
+
#<strong>pause</strong> ⇒ <tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>
|
767
769
|
|
768
770
|
|
769
771
|
|
@@ -804,10 +806,10 @@ immediately plays it.</p>
|
|
804
806
|
<pre class="lines">
|
805
807
|
|
806
808
|
|
807
|
-
|
809
|
+
400</pre>
|
808
810
|
</td>
|
809
811
|
<td>
|
810
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
812
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 400</span>
|
811
813
|
|
812
814
|
<span class='kw'>def</span> <span class='id identifier rubyid_pause'>pause</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
813
815
|
</td>
|
@@ -818,7 +820,7 @@ immediately plays it.</p>
|
|
818
820
|
<div class="method_details ">
|
819
821
|
<h3 class="signature " id="paused?-instance_method">
|
820
822
|
|
821
|
-
|
823
|
+
#<strong>paused?</strong> ⇒ <tt>Boolean</tt>
|
822
824
|
|
823
825
|
|
824
826
|
|
@@ -859,10 +861,10 @@ immediately plays it.</p>
|
|
859
861
|
<pre class="lines">
|
860
862
|
|
861
863
|
|
862
|
-
|
864
|
+
410</pre>
|
863
865
|
</td>
|
864
866
|
<td>
|
865
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
867
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 410</span>
|
866
868
|
|
867
869
|
<span class='kw'>def</span> <span class='id identifier rubyid_paused?'>paused?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
868
870
|
</td>
|
@@ -873,7 +875,7 @@ immediately plays it.</p>
|
|
873
875
|
<div class="method_details ">
|
874
876
|
<h3 class="signature " id="playing?-instance_method">
|
875
877
|
|
876
|
-
|
878
|
+
#<strong>playing?</strong> ⇒ <tt>Boolean</tt>
|
877
879
|
|
878
880
|
|
879
881
|
|
@@ -914,10 +916,10 @@ immediately plays it.</p>
|
|
914
916
|
<pre class="lines">
|
915
917
|
|
916
918
|
|
917
|
-
|
919
|
+
407</pre>
|
918
920
|
</td>
|
919
921
|
<td>
|
920
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
922
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 407</span>
|
921
923
|
|
922
924
|
<span class='kw'>def</span> <span class='id identifier rubyid_playing?'>playing?</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
923
925
|
</td>
|
@@ -928,7 +930,7 @@ immediately plays it.</p>
|
|
928
930
|
<div class="method_details ">
|
929
931
|
<h3 class="signature " id="resume-instance_method">
|
930
932
|
|
931
|
-
|
933
|
+
#<strong>resume</strong> ⇒ <tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>
|
932
934
|
|
933
935
|
|
934
936
|
|
@@ -969,10 +971,10 @@ immediately plays it.</p>
|
|
969
971
|
<pre class="lines">
|
970
972
|
|
971
973
|
|
972
|
-
|
974
|
+
396</pre>
|
973
975
|
</td>
|
974
976
|
<td>
|
975
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
977
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 396</span>
|
976
978
|
|
977
979
|
<span class='kw'>def</span> <span class='id identifier rubyid_resume'>resume</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
978
980
|
</td>
|
@@ -983,7 +985,7 @@ immediately plays it.</p>
|
|
983
985
|
<div class="method_details ">
|
984
986
|
<h3 class="signature " id="stop-instance_method">
|
985
987
|
|
986
|
-
|
988
|
+
#<strong>stop</strong> ⇒ <tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>
|
987
989
|
|
988
990
|
|
989
991
|
|
@@ -1024,10 +1026,10 @@ immediately plays it.</p>
|
|
1024
1026
|
<pre class="lines">
|
1025
1027
|
|
1026
1028
|
|
1027
|
-
|
1029
|
+
404</pre>
|
1028
1030
|
</td>
|
1029
1031
|
<td>
|
1030
|
-
<pre class="code"><span class="info file"># File 'motion-game', line
|
1032
|
+
<pre class="code"><span class="info file"># File 'motion-game', line 404</span>
|
1031
1033
|
|
1032
1034
|
<span class='kw'>def</span> <span class='id identifier rubyid_stop'>stop</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
|
1033
1035
|
</td>
|
@@ -1039,11 +1041,12 @@ immediately plays it.</p>
|
|
1039
1041
|
|
1040
1042
|
</div>
|
1041
1043
|
|
1042
|
-
|
1043
|
-
Generated on
|
1044
|
+
<div id="footer">
|
1045
|
+
Generated on Sun Nov 27 15:52:18 2016 by
|
1044
1046
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1045
|
-
0.
|
1047
|
+
0.9.5 (ruby-2.3.3).
|
1046
1048
|
</div>
|
1047
1049
|
|
1050
|
+
</div>
|
1048
1051
|
</body>
|
1049
1052
|
</html>
|