motion-game 1.1 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) 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/libchipmunk.a +0 -0
  7. data/build/tvos/libcrypto.a +0 -0
  8. data/build/tvos/libcurl.a +0 -0
  9. data/build/tvos/libfreetype.a +0 -0
  10. data/build/tvos/libjpeg.a +0 -0
  11. data/build/tvos/libmotion-cocos.a +0 -0
  12. data/build/tvos/libpng.a +0 -0
  13. data/build/tvos/libssl.a +0 -0
  14. data/build/tvos/libtiff.a +0 -0
  15. data/build/tvos/libwebp.a +0 -0
  16. data/doc/MG.html +3 -3
  17. data/doc/MG/Application.html +8 -8
  18. data/doc/MG/Audio.html +2 -2
  19. data/doc/MG/Button.html +27 -27
  20. data/doc/MG/Color.html +28 -23
  21. data/doc/MG/Director.html +2 -2
  22. data/doc/MG/Draw.html +6 -6
  23. data/doc/MG/Events.html +2 -2
  24. data/doc/MG/Events/Acceleration.html +2 -2
  25. data/doc/MG/Events/Touch.html +2 -2
  26. data/doc/MG/File.html +216 -0
  27. data/doc/MG/Layout.html +16 -16
  28. data/doc/MG/List.html +22 -22
  29. data/doc/MG/Node.html +58 -57
  30. data/doc/MG/Parallax.html +4 -4
  31. data/doc/MG/Particle.html +48 -48
  32. data/doc/MG/Point.html +18 -16
  33. data/doc/MG/Scene.html +319 -28
  34. data/doc/MG/Scroll.html +16 -16
  35. data/doc/MG/Size.html +22 -20
  36. data/doc/MG/Slider.html +8 -8
  37. data/doc/MG/Sprite.html +60 -60
  38. data/doc/MG/Text.html +32 -32
  39. data/doc/MG/Web.html +16 -16
  40. data/doc/MG/Widget.html +12 -12
  41. data/doc/_index.html +20 -5
  42. data/doc/class_list.html +1 -1
  43. data/doc/file.README.html +63 -16
  44. data/doc/index.html +63 -16
  45. data/doc/method_list.html +104 -80
  46. data/doc/top-level-namespace.html +2 -2
  47. data/template/motion-game/files/config/tvos.rb.erb +1 -1
  48. metadata +55 -44
@@ -298,10 +298,10 @@
298
298
  <pre class="lines">
299
299
 
300
300
 
301
- 788</pre>
301
+ 814</pre>
302
302
  </td>
303
303
  <td>
304
- <pre class="code"><span class="info file"># File 'motion-game', line 788</span>
304
+ <pre class="code"><span class="info file"># File 'motion-game', line 814</span>
305
305
 
306
306
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
307
307
  </td>
@@ -360,12 +360,12 @@
360
360
  <pre class="lines">
361
361
 
362
362
 
363
- 797
364
- 798
365
- 799</pre>
363
+ 823
364
+ 824
365
+ 825</pre>
366
366
  </td>
367
367
  <td>
368
- <pre class="code"><span class="info file"># File 'motion-game', line 797</span>
368
+ <pre class="code"><span class="info file"># File 'motion-game', line 823</span>
369
369
 
370
370
  <span class='kw'>def</span> <span class='id identifier rubyid_background_color'>background_color</span>
371
371
  <span class='ivar'>@background_color</span>
@@ -422,12 +422,12 @@ false).</p>
422
422
  <pre class="lines">
423
423
 
424
424
 
425
- 801
426
- 802
427
- 803</pre>
425
+ 827
426
+ 828
427
+ 829</pre>
428
428
  </td>
429
429
  <td>
430
- <pre class="code"><span class="info file"># File 'motion-game', line 801</span>
430
+ <pre class="code"><span class="info file"># File 'motion-game', line 827</span>
431
431
 
432
432
  def clipping?
433
433
  @clipping?
@@ -483,12 +483,12 @@ end</pre>
483
483
  <pre class="lines">
484
484
 
485
485
 
486
- 794
487
- 795
488
- 796</pre>
486
+ 820
487
+ 821
488
+ 822</pre>
489
489
  </td>
490
490
  <td>
491
- <pre class="code"><span class="info file"># File 'motion-game', line 794</span>
491
+ <pre class="code"><span class="info file"># File 'motion-game', line 820</span>
492
492
 
493
493
  <span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
494
494
  <span class='ivar'>@type</span>
@@ -504,9 +504,9 @@ end</pre>
504
504
  </div>
505
505
 
506
506
  <div id="footer">
507
- Generated on Mon Sep 7 14:28:55 2015 by
507
+ Generated on Sun Feb 28 09:23:31 2016 by
508
508
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
509
- 0.8.7.6 (ruby-2.0.0).
509
+ 0.8.7.6 (ruby-2.2.3).
510
510
  </div>
511
511
 
512
512
  </body>
@@ -452,10 +452,10 @@
452
452
  <pre class="lines">
453
453
 
454
454
 
455
- 833</pre>
455
+ 859</pre>
456
456
  </td>
457
457
  <td>
458
- <pre class="code"><span class="info file"># File 'motion-game', line 833</span>
458
+ <pre class="code"><span class="info file"># File 'motion-game', line 859</span>
459
459
 
460
460
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
461
461
  </td>
@@ -514,12 +514,12 @@
514
514
  <pre class="lines">
515
515
 
516
516
 
517
- 879
518
- 880
519
- 881</pre>
517
+ 905
518
+ 906
519
+ 907</pre>
520
520
  </td>
521
521
  <td>
522
- <pre class="code"><span class="info file"># File 'motion-game', line 879</span>
522
+ <pre class="code"><span class="info file"># File 'motion-game', line 905</span>
523
523
 
524
524
  <span class='kw'>def</span> <span class='id identifier rubyid_items_margin'>items_margin</span>
525
525
  <span class='ivar'>@items_margin</span>
@@ -600,10 +600,10 @@
600
600
  <pre class="lines">
601
601
 
602
602
 
603
- 841</pre>
603
+ 867</pre>
604
604
  </td>
605
605
  <td>
606
- <pre class="code"><span class="info file"># File 'motion-game', line 841</span>
606
+ <pre class="code"><span class="info file"># File 'motion-game', line 867</span>
607
607
 
608
608
  <span class='kw'>def</span> <span class='id identifier rubyid_add_item'>add_item</span><span class='lparen'>(</span><span class='id identifier rubyid_widget'>widget</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
609
609
  </td>
@@ -655,10 +655,10 @@
655
655
  <pre class="lines">
656
656
 
657
657
 
658
- 861</pre>
658
+ 887</pre>
659
659
  </td>
660
660
  <td>
661
- <pre class="code"><span class="info file"># File 'motion-game', line 861</span>
661
+ <pre class="code"><span class="info file"># File 'motion-game', line 887</span>
662
662
 
663
663
  <span class='kw'>def</span> <span class='id identifier rubyid_clear_items'>clear_items</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
664
664
  </td>
@@ -730,10 +730,10 @@
730
730
  <pre class="lines">
731
731
 
732
732
 
733
- 857</pre>
733
+ 883</pre>
734
734
  </td>
735
735
  <td>
736
- <pre class="code"><span class="info file"># File 'motion-game', line 857</span>
736
+ <pre class="code"><span class="info file"># File 'motion-game', line 883</span>
737
737
 
738
738
  <span class='kw'>def</span> <span class='id identifier rubyid_delete_item'>delete_item</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
739
739
  </td>
@@ -821,10 +821,10 @@
821
821
  <pre class="lines">
822
822
 
823
823
 
824
- 847</pre>
824
+ 873</pre>
825
825
  </td>
826
826
  <td>
827
- <pre class="code"><span class="info file"># File 'motion-game', line 847</span>
827
+ <pre class="code"><span class="info file"># File 'motion-game', line 873</span>
828
828
 
829
829
  <span class='kw'>def</span> <span class='id identifier rubyid_insert_item'>insert_item</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='comma'>,</span> <span class='id identifier rubyid_widget'>widget</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
830
830
  </td>
@@ -896,10 +896,10 @@
896
896
  <pre class="lines">
897
897
 
898
898
 
899
- 852</pre>
899
+ 878</pre>
900
900
  </td>
901
901
  <td>
902
- <pre class="code"><span class="info file"># File 'motion-game', line 852</span>
902
+ <pre class="code"><span class="info file"># File 'motion-game', line 878</span>
903
903
 
904
904
  <span class='kw'>def</span> <span class='id identifier rubyid_item_at'>item_at</span><span class='lparen'>(</span><span class='id identifier rubyid_index'>index</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
905
905
  </td>
@@ -970,10 +970,10 @@ of the selection as the argument.</p>
970
970
  <pre class="lines">
971
971
 
972
972
 
973
- 870</pre>
973
+ 896</pre>
974
974
  </td>
975
975
  <td>
976
- <pre class="code"><span class="info file"># File 'motion-game', line 870</span>
976
+ <pre class="code"><span class="info file"># File 'motion-game', line 896</span>
977
977
 
978
978
  <span class='kw'>def</span> <span class='id identifier rubyid_on_selection'>on_selection</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
979
979
  </td>
@@ -1025,10 +1025,10 @@ of the selection as the argument.</p>
1025
1025
  <pre class="lines">
1026
1026
 
1027
1027
 
1028
- 873</pre>
1028
+ 899</pre>
1029
1029
  </td>
1030
1030
  <td>
1031
- <pre class="code"><span class="info file"># File 'motion-game', line 873</span>
1031
+ <pre class="code"><span class="info file"># File 'motion-game', line 899</span>
1032
1032
 
1033
1033
  <span class='kw'>def</span> <span class='id identifier rubyid_selected_item'>selected_item</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1034
1034
  </td>
@@ -1041,9 +1041,9 @@ of the selection as the argument.</p>
1041
1041
  </div>
1042
1042
 
1043
1043
  <div id="footer">
1044
- Generated on Mon Sep 7 14:28:56 2015 by
1044
+ Generated on Sun Feb 28 09:23:31 2016 by
1045
1045
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1046
- 0.8.7.6 (ruby-2.0.0).
1046
+ 0.8.7.6 (ruby-2.2.3).
1047
1047
  </div>
1048
1048
 
1049
1049
  </body>
@@ -641,12 +641,12 @@ to <code>1.0</code> range.</p>
641
641
  <pre class="lines">
642
642
 
643
643
 
644
- 281
645
- 282
646
- 283</pre>
644
+ 306
645
+ 307
646
+ 308</pre>
647
647
  </td>
648
648
  <td>
649
- <pre class="code"><span class="info file"># File 'motion-game', line 281</span>
649
+ <pre class="code"><span class="info file"># File 'motion-game', line 306</span>
650
650
 
651
651
  <span class='kw'>def</span> <span class='id identifier rubyid_alpha'>alpha</span>
652
652
  <span class='ivar'>@alpha</span>
@@ -707,12 +707,12 @@ value is <tt>[0.5, 0.5]</tt>, which means the center of the parent.</p>
707
707
  <pre class="lines">
708
708
 
709
709
 
710
- 266
711
- 267
712
- 268</pre>
710
+ 291
711
+ 292
712
+ 293</pre>
713
713
  </td>
714
714
  <td>
715
- <pre class="code"><span class="info file"># File 'motion-game', line 266</span>
715
+ <pre class="code"><span class="info file"># File 'motion-game', line 291</span>
716
716
 
717
717
  <span class='kw'>def</span> <span class='id identifier rubyid_anchor_point'>anchor_point</span>
718
718
  <span class='ivar'>@anchor_point</span>
@@ -768,12 +768,12 @@ value is <tt>[0.5, 0.5]</tt>, which means the center of the parent.</p>
768
768
  <pre class="lines">
769
769
 
770
770
 
771
- 288
772
- 289
773
- 290</pre>
771
+ 313
772
+ 314
773
+ 315</pre>
774
774
  </td>
775
775
  <td>
776
- <pre class="code"><span class="info file"># File 'motion-game', line 288</span>
776
+ <pre class="code"><span class="info file"># File 'motion-game', line 313</span>
777
777
 
778
778
  <span class='kw'>def</span> <span class='id identifier rubyid_color'>color</span>
779
779
  <span class='ivar'>@color</span>
@@ -829,12 +829,12 @@ value is <tt>[0.5, 0.5]</tt>, which means the center of the parent.</p>
829
829
  <pre class="lines">
830
830
 
831
831
 
832
- 302
833
- 303
834
- 304</pre>
832
+ 327
833
+ 328
834
+ 329</pre>
835
835
  </td>
836
836
  <td>
837
- <pre class="code"><span class="info file"># File 'motion-game', line 302</span>
837
+ <pre class="code"><span class="info file"># File 'motion-game', line 327</span>
838
838
 
839
839
  <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
840
840
  <span class='ivar'>@name</span>
@@ -891,12 +891,12 @@ system.</p>
891
891
  <pre class="lines">
892
892
 
893
893
 
894
- 270
895
- 271
896
- 272</pre>
894
+ 295
895
+ 296
896
+ 297</pre>
897
897
  </td>
898
898
  <td>
899
- <pre class="code"><span class="info file"># File 'motion-game', line 270</span>
899
+ <pre class="code"><span class="info file"># File 'motion-game', line 295</span>
900
900
 
901
901
  <span class='kw'>def</span> <span class='id identifier rubyid_position'>position</span>
902
902
  <span class='ivar'>@position</span>
@@ -954,12 +954,12 @@ anti-clockwise</p>
954
954
  <pre class="lines">
955
955
 
956
956
 
957
- 294
958
- 295
959
- 296</pre>
957
+ 319
958
+ 320
959
+ 321</pre>
960
960
  </td>
961
961
  <td>
962
- <pre class="code"><span class="info file"># File 'motion-game', line 294</span>
962
+ <pre class="code"><span class="info file"># File 'motion-game', line 319</span>
963
963
 
964
964
  <span class='kw'>def</span> <span class='id identifier rubyid_rotation'>rotation</span>
965
965
  <span class='ivar'>@rotation</span>
@@ -1016,12 +1016,12 @@ and depth.</p>
1016
1016
  <pre class="lines">
1017
1017
 
1018
1018
 
1019
- 299
1020
- 300
1021
- 301</pre>
1019
+ 324
1020
+ 325
1021
+ 326</pre>
1022
1022
  </td>
1023
1023
  <td>
1024
- <pre class="code"><span class="info file"># File 'motion-game', line 299</span>
1024
+ <pre class="code"><span class="info file"># File 'motion-game', line 324</span>
1025
1025
 
1026
1026
  <span class='kw'>def</span> <span class='id identifier rubyid_scale'>scale</span>
1027
1027
  <span class='ivar'>@scale</span>
@@ -1077,12 +1077,12 @@ and depth.</p>
1077
1077
  <pre class="lines">
1078
1078
 
1079
1079
 
1080
- 273
1081
- 274
1082
- 275</pre>
1080
+ 298
1081
+ 299
1082
+ 300</pre>
1083
1083
  </td>
1084
1084
  <td>
1085
- <pre class="code"><span class="info file"># File 'motion-game', line 273</span>
1085
+ <pre class="code"><span class="info file"># File 'motion-game', line 298</span>
1086
1086
 
1087
1087
  <span class='kw'>def</span> <span class='id identifier rubyid_size'>size</span>
1088
1088
  <span class='ivar'>@size</span>
@@ -1138,12 +1138,12 @@ and depth.</p>
1138
1138
  <pre class="lines">
1139
1139
 
1140
1140
 
1141
- 277
1142
- 278
1143
- 279</pre>
1141
+ 302
1142
+ 303
1143
+ 304</pre>
1144
1144
  </td>
1145
1145
  <td>
1146
- <pre class="code"><span class="info file"># File 'motion-game', line 277</span>
1146
+ <pre class="code"><span class="info file"># File 'motion-game', line 302</span>
1147
1147
 
1148
1148
  def visible?
1149
1149
  @visible?
@@ -1201,12 +1201,12 @@ determine its priority when rendering the scene.</p>
1201
1201
  <pre class="lines">
1202
1202
 
1203
1203
 
1204
- 285
1205
- 286
1206
- 287</pre>
1204
+ 310
1205
+ 311
1206
+ 312</pre>
1207
1207
  </td>
1208
1208
  <td>
1209
- <pre class="code"><span class="info file"># File 'motion-game', line 285</span>
1209
+ <pre class="code"><span class="info file"># File 'motion-game', line 310</span>
1210
1210
 
1211
1211
  <span class='kw'>def</span> <span class='id identifier rubyid_z_index'>z_index</span>
1212
1212
  <span class='ivar'>@z_index</span>
@@ -1305,10 +1305,10 @@ determine its priority when rendering the scene.</p>
1305
1305
  <pre class="lines">
1306
1306
 
1307
1307
 
1308
- 319</pre>
1308
+ 344</pre>
1309
1309
  </td>
1310
1310
  <td>
1311
- <pre class="code"><span class="info file"># File 'motion-game', line 319</span>
1311
+ <pre class="code"><span class="info file"># File 'motion-game', line 344</span>
1312
1312
 
1313
1313
  <span class='kw'>def</span> <span class='id identifier rubyid_add'>add</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_zpos'>zpos</span><span class='op'>=</span><span class='int'>0</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1314
1314
  </td>
@@ -1361,10 +1361,10 @@ receiver.</p>
1361
1361
  <pre class="lines">
1362
1362
 
1363
1363
 
1364
- 338</pre>
1364
+ 363</pre>
1365
1365
  </td>
1366
1366
  <td>
1367
- <pre class="code"><span class="info file"># File 'motion-game', line 338</span>
1367
+ <pre class="code"><span class="info file"># File 'motion-game', line 363</span>
1368
1368
 
1369
1369
  <span class='kw'>def</span> <span class='id identifier rubyid_children'>children</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1370
1370
  </td>
@@ -1438,10 +1438,10 @@ receiver.</p>
1438
1438
  <pre class="lines">
1439
1439
 
1440
1440
 
1441
- 325</pre>
1441
+ 350</pre>
1442
1442
  </td>
1443
1443
  <td>
1444
- <pre class="code"><span class="info file"># File 'motion-game', line 325</span>
1444
+ <pre class="code"><span class="info file"># File 'motion-game', line 350</span>
1445
1445
 
1446
1446
  <span class='kw'>def</span> <span class='id identifier rubyid_clear'>clear</span><span class='lparen'>(</span><span class='id identifier rubyid_cleanup'>cleanup</span><span class='op'>=</span><span class='kw'>true</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1447
1447
  </td>
@@ -1515,10 +1515,10 @@ receiver.</p>
1515
1515
  <pre class="lines">
1516
1516
 
1517
1517
 
1518
- 331</pre>
1518
+ 356</pre>
1519
1519
  </td>
1520
1520
  <td>
1521
- <pre class="code"><span class="info file"># File 'motion-game', line 331</span>
1521
+ <pre class="code"><span class="info file"># File 'motion-game', line 356</span>
1522
1522
 
1523
1523
  <span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_cleanup'>cleanup</span><span class='op'>=</span><span class='kw'>true</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1524
1524
  </td>
@@ -1540,7 +1540,8 @@ receiver.</p>
1540
1540
 
1541
1541
  <p>Removes the receiver node from its parent. Same as:</p>
1542
1542
 
1543
- <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_parent'>parent</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_cleanup'>cleanup</span><span class='rparen'>)</span></code></pre>
1543
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_parent'>parent</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='comma'>,</span> <span class='id identifier rubyid_cleanup'>cleanup</span><span class='rparen'>)</span>
1544
+ </code></pre>
1544
1545
 
1545
1546
 
1546
1547
  </div>
@@ -1595,10 +1596,10 @@ parent.</p>
1595
1596
  <pre class="lines">
1596
1597
 
1597
1598
 
1598
- 346</pre>
1599
+ 371</pre>
1599
1600
  </td>
1600
1601
  <td>
1601
- <pre class="code"><span class="info file"># File 'motion-game', line 346</span>
1602
+ <pre class="code"><span class="info file"># File 'motion-game', line 371</span>
1602
1603
 
1603
1604
  <span class='kw'>def</span> <span class='id identifier rubyid_delete_from_parent'>delete_from_parent</span><span class='lparen'>(</span><span class='id identifier rubyid_cleanup'>cleanup</span><span class='op'>=</span><span class='kw'>true</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1604
1605
  </td>
@@ -1672,10 +1673,10 @@ node&#39;s bounding box.</p>
1672
1673
  <pre class="lines">
1673
1674
 
1674
1675
 
1675
- 310</pre>
1676
+ 335</pre>
1676
1677
  </td>
1677
1678
  <td>
1678
- <pre class="code"><span class="info file"># File 'motion-game', line 310</span>
1679
+ <pre class="code"><span class="info file"># File 'motion-game', line 335</span>
1679
1680
 
1680
1681
  <span class='kw'>def</span> <span class='id identifier rubyid_intersects?'>intersects?</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1681
1682
  </td>
@@ -1727,10 +1728,10 @@ node&#39;s bounding box.</p>
1727
1728
  <pre class="lines">
1728
1729
 
1729
1730
 
1730
- 334</pre>
1731
+ 359</pre>
1731
1732
  </td>
1732
1733
  <td>
1733
- <pre class="code"><span class="info file"># File 'motion-game', line 334</span>
1734
+ <pre class="code"><span class="info file"># File 'motion-game', line 359</span>
1734
1735
 
1735
1736
  <span class='kw'>def</span> <span class='id identifier rubyid_parent'>parent</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1736
1737
  </td>
@@ -1743,9 +1744,9 @@ node&#39;s bounding box.</p>
1743
1744
  </div>
1744
1745
 
1745
1746
  <div id="footer">
1746
- Generated on Mon Sep 7 14:28:55 2015 by
1747
+ Generated on Sun Feb 28 09:23:30 2016 by
1747
1748
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1748
- 0.8.7.6 (ruby-2.0.0).
1749
+ 0.8.7.6 (ruby-2.2.3).
1749
1750
  </div>
1750
1751
 
1751
1752
  </body>