motion-game 1.1.5 → 1.1.6

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.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/build/android/armeabi/libmotion-cocos.a +0 -0
  3. data/build/android/motion-cocos.jar +0 -0
  4. data/build/android/x86/libmotion-cocos.a +0 -0
  5. data/build/ios/libmotion-cocos.a +0 -0
  6. data/build/tvos/libmotion-cocos.a +0 -0
  7. data/doc/MG.html +40 -38
  8. data/doc/MG/Action.html +402 -0
  9. data/doc/MG/Animate.html +281 -0
  10. data/doc/MG/Application.html +55 -52
  11. data/doc/MG/Audio.html +96 -93
  12. data/doc/MG/Blink.html +257 -0
  13. data/doc/MG/Button.html +82 -79
  14. data/doc/MG/Color.html +70 -67
  15. data/doc/MG/DelayTime.html +239 -0
  16. data/doc/MG/Director.html +256 -95
  17. data/doc/MG/Draw.html +67 -64
  18. data/doc/MG/Events.html +39 -37
  19. data/doc/MG/Events/Acceleration.html +70 -67
  20. data/doc/MG/Events/Touch.html +52 -49
  21. data/doc/MG/FadeIn.html +240 -0
  22. data/doc/MG/FadeOut.html +240 -0
  23. data/doc/MG/FadeTo.html +256 -0
  24. data/doc/MG/File.html +50 -47
  25. data/doc/MG/Follow.html +241 -0
  26. data/doc/MG/JumpBy.html +292 -0
  27. data/doc/MG/JumpTo.html +287 -0
  28. data/doc/MG/Layout.html +70 -67
  29. data/doc/MG/List.html +88 -85
  30. data/doc/MG/Menu.html +65 -62
  31. data/doc/MG/MoveBy.html +259 -0
  32. data/doc/MG/MoveTo.html +257 -0
  33. data/doc/MG/Node.html +393 -133
  34. data/doc/MG/Parallax.html +51 -48
  35. data/doc/MG/Particle.html +118 -115
  36. data/doc/MG/Point.html +67 -64
  37. data/doc/MG/Repeat.html +257 -0
  38. data/doc/MG/RepeatForever.html +239 -0
  39. data/doc/MG/RotateBy.html +259 -0
  40. data/doc/MG/RotateTo.html +257 -0
  41. data/doc/MG/ScaleBy.html +255 -0
  42. data/doc/MG/ScaleTo.html +255 -0
  43. data/doc/MG/Scene.html +110 -107
  44. data/doc/MG/Scroll.html +70 -67
  45. data/doc/MG/Sequence.html +241 -0
  46. data/doc/MG/Size.html +75 -72
  47. data/doc/MG/SkewBy.html +273 -0
  48. data/doc/MG/SkewTo.html +273 -0
  49. data/doc/MG/Slider.html +58 -55
  50. data/doc/MG/Spawn.html +239 -0
  51. data/doc/MG/Speed.html +259 -0
  52. data/doc/MG/Sprite.html +547 -144
  53. data/doc/MG/Text.html +94 -91
  54. data/doc/MG/TintBy.html +272 -0
  55. data/doc/MG/TintTo.html +274 -0
  56. data/doc/MG/Web.html +77 -74
  57. data/doc/MG/Widget.html +70 -67
  58. data/doc/_index.html +223 -33
  59. data/doc/class_list.html +24 -31
  60. data/doc/css/full_list.css +32 -31
  61. data/doc/css/style.css +220 -78
  62. data/doc/file.README.html +29 -30
  63. data/doc/file_list.html +26 -30
  64. data/doc/frames.html +7 -16
  65. data/doc/index.html +29 -30
  66. data/doc/js/app.js +100 -76
  67. data/doc/js/full_list.js +170 -135
  68. data/doc/method_list.html +1096 -500
  69. data/doc/top-level-namespace.html +35 -35
  70. data/lib/motion-game/android/main_activity.rb +21 -0
  71. data/lib/motion-game/ios/app_delegate.rb +14 -0
  72. data/lib/motion-game/tvos/app_delegate.rb +16 -0
  73. data/template/motion-game/files/app/application.rb +8 -0
  74. metadata +28 -4
@@ -1,12 +1,12 @@
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>
4
3
  <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">
6
6
  <title>
7
7
  Class: MG::Audio
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
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> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../MG.html" title="MG (module)">MG</a></span></span>
36
41
  &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  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>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
62
+ <iframe id="search_frame" src="../class_list.html"></iframe>
65
63
 
66
- <div id="content"><h1>Class: MG::Audio
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
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
- </dd>
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
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">motion-game</dd>
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>motion-game</dd>
100
+ </dl>
98
101
 
99
- </dl>
100
- <div class="clear"></div>
102
+ </div>
101
103
 
102
104
 
103
105
 
104
106
 
105
107
 
106
- <h2>Properties <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
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)">- (Float) <strong>current_position</strong> </a>
114
+ <a href="#current_position-instance_method" title="#current_position (instance method)">#<strong>current_position</strong> &#x21d2; 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)">- (Float) <strong>duration</strong> </a>
141
+ <a href="#duration-instance_method" title="#duration (instance method)">#<strong>duration</strong> &#x21d2; 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)">- (Boolean) <strong>loop?</strong> </a>
170
+ <a href="#loop%3F-instance_method" title="#loop? (instance method)">#<strong>loop?</strong> &#x21d2; 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)">- (Float) <strong>volume</strong> </a>
197
+ <a href="#volume-instance_method" title="#volume (instance method)">#<strong>volume</strong> &#x21d2; Float </a>
196
198
 
197
199
 
198
200
 
@@ -224,7 +226,7 @@
224
226
 
225
227
  <h2>
226
228
  Constructors
227
- <small>(<a href="#" class="summary_toggle">collapse</a>)</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)">+ (Audio) <strong>play</strong>(path, loop = false, volume = 1.0) </a>
237
+ <a href="#play-class_method" title="play (class method)">.<strong>play</strong>(path, loop = false, volume = 1.0) &#x21d2; 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>(<a href="#" class="summary_toggle">collapse</a>)</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)">- (Audio) <strong>pause</strong> </a>
271
+ <a href="#pause-instance_method" title="#pause (instance method)">#<strong>pause</strong> &#x21d2; 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)">- (Boolean) <strong>paused?</strong> </a>
295
+ <a href="#paused%3F-instance_method" title="#paused? (instance method)">#<strong>paused?</strong> &#x21d2; 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)">- (Boolean) <strong>playing?</strong> </a>
319
+ <a href="#playing%3F-instance_method" title="#playing? (instance method)">#<strong>playing?</strong> &#x21d2; 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)">- (Audio) <strong>resume</strong> </a>
343
+ <a href="#resume-instance_method" title="#resume (instance method)">#<strong>resume</strong> &#x21d2; 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)">- (Audio) <strong>stop</strong> </a>
367
+ <a href="#stop-instance_method" title="#stop (instance method)">#<strong>stop</strong> &#x21d2; 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
- - (<tt>Float</tt>) <strong>current_position</strong>
400
+ #<strong>current_position</strong> &#x21d2; <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
- 54
440
- 55
441
- 56</pre>
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 54</span>
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
- - (<tt>Float</tt>) <strong>duration</strong> <span class="extras">(readonly)</span>
461
+ #<strong>duration</strong> &#x21d2; <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
- 57
501
- 58
502
- 59</pre>
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 57</span>
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
- - (<tt>Boolean</tt>) <strong>loop?</strong>
522
+ #<strong>loop?</strong> &#x21d2; <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
- 48
562
- 49
563
- 50</pre>
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 48</span>
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
- - (<tt>Float</tt>) <strong>volume</strong>
583
+ #<strong>volume</strong> &#x21d2; <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
- 51
623
- 52
624
- 53</pre>
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 51</span>
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
- + (<tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>) <strong>play</strong>(path, loop = false, volume = 1.0)
649
+ .<strong>play</strong>(path, loop = false, volume = 1.0) &#x21d2; <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
- 42</pre>
748
+ 374</pre>
747
749
  </td>
748
750
  <td>
749
- <pre class="code"><span class="info file"># File 'motion-game', line 42</span>
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
- - (<tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>) <strong>pause</strong>
768
+ #<strong>pause</strong> &#x21d2; <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
- 68</pre>
809
+ 400</pre>
808
810
  </td>
809
811
  <td>
810
- <pre class="code"><span class="info file"># File 'motion-game', line 68</span>
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
- - (<tt>Boolean</tt>) <strong>paused?</strong>
823
+ #<strong>paused?</strong> &#x21d2; <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
- 78</pre>
864
+ 410</pre>
863
865
  </td>
864
866
  <td>
865
- <pre class="code"><span class="info file"># File 'motion-game', line 78</span>
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
- - (<tt>Boolean</tt>) <strong>playing?</strong>
878
+ #<strong>playing?</strong> &#x21d2; <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
- 75</pre>
919
+ 407</pre>
918
920
  </td>
919
921
  <td>
920
- <pre class="code"><span class="info file"># File 'motion-game', line 75</span>
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
- - (<tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>) <strong>resume</strong>
933
+ #<strong>resume</strong> &#x21d2; <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
- 64</pre>
974
+ 396</pre>
973
975
  </td>
974
976
  <td>
975
- <pre class="code"><span class="info file"># File 'motion-game', line 64</span>
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
- - (<tt><span class='object_link'><a href="" title="MG::Audio (class)">Audio</a></span></tt>) <strong>stop</strong>
988
+ #<strong>stop</strong> &#x21d2; <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
- 72</pre>
1029
+ 404</pre>
1028
1030
  </td>
1029
1031
  <td>
1030
- <pre class="code"><span class="info file"># File 'motion-game', line 72</span>
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
- <div id="footer">
1043
- Generated on Wed Aug 31 17:59:07 2016 by
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.8.7.6 (ruby-2.3.1).
1047
+ 0.9.5 (ruby-2.3.3).
1046
1048
  </div>
1047
1049
 
1050
+ </div>
1048
1051
  </body>
1049
1052
  </html>