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.
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
@@ -0,0 +1,274 @@
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::TintTo
8
+
9
+ &mdash; 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::TintTo";
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 (T)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../MG.html" title="MG (module)">MG</a></span></span>
41
+ &raquo;
42
+ <span class="title">TintTo</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::TintTo
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::TintTo</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>(red, green, blue, interval) &#x21d2; TintTo </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 tints the receiver from its current tint to a custom
147
+ one.</p>
148
+ </div></span>
149
+
150
+ </li>
151
+
152
+
153
+ </ul>
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Action.html" title="MG::Action (class)">Action</a></span></h3>
166
+ <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>
167
+ <div id="constructor_details" class="method_details_list">
168
+ <h2>Constructor Details</h2>
169
+
170
+ <div class="method_details first">
171
+ <h3 class="signature first" id="initialize-instance_method">
172
+
173
+ #<strong>initialize</strong>(red, green, blue, interval) &#x21d2; <tt><span class='object_link'><a href="" title="MG::TintTo (class)">TintTo</a></span></tt>
174
+
175
+
176
+
177
+
178
+
179
+ </h3><div class="docstring">
180
+ <div class="discussion">
181
+
182
+ <p>Creates an action that tints the receiver from its current tint to a custom
183
+ one.</p>
184
+
185
+
186
+ </div>
187
+ </div>
188
+ <div class="tags">
189
+ <p class="tag_title">Parameters:</p>
190
+ <ul class="param">
191
+
192
+ <li>
193
+
194
+ <span class='name'>red</span>
195
+
196
+
197
+ <span class='type'>(<tt>Float</tt>)</span>
198
+
199
+
200
+
201
+ </li>
202
+
203
+ <li>
204
+
205
+ <span class='name'>green</span>
206
+
207
+
208
+ <span class='type'>(<tt>Float</tt>)</span>
209
+
210
+
211
+
212
+ </li>
213
+
214
+ <li>
215
+
216
+ <span class='name'>blue</span>
217
+
218
+
219
+ <span class='type'>(<tt>Float</tt>)</span>
220
+
221
+
222
+
223
+ </li>
224
+
225
+ <li>
226
+
227
+ <span class='name'>interval</span>
228
+
229
+
230
+ <span class='type'>(<tt>Float</tt>)</span>
231
+
232
+
233
+
234
+ &mdash;
235
+ <div class='inline'>
236
+ <p>the animation interval.</p>
237
+ </div>
238
+
239
+ </li>
240
+
241
+ </ul>
242
+
243
+
244
+ </div><table class="source_code">
245
+ <tr>
246
+ <td>
247
+ <pre class="lines">
248
+
249
+
250
+ 186</pre>
251
+ </td>
252
+ <td>
253
+ <pre class="code"><span class="info file"># File 'motion-game', line 186</span>
254
+
255
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_red'>red</span><span class='comma'>,</span> <span class='id identifier rubyid_green'>green</span><span class='comma'>,</span> <span class='id identifier rubyid_blue'>blue</span><span class='comma'>,</span> <span class='id identifier rubyid_interval'>interval</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
256
+ </td>
257
+ </tr>
258
+ </table>
259
+ </div>
260
+
261
+ </div>
262
+
263
+
264
+ </div>
265
+
266
+ <div id="footer">
267
+ Generated on Sun Nov 27 15:52:18 2016 by
268
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
269
+ 0.9.5 (ruby-2.3.3).
270
+ </div>
271
+
272
+ </div>
273
+ </body>
274
+ </html>
@@ -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::Web
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::Web";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!MG/Web.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 (W)</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">Web</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::Web
64
+ <div id="content"><h1>Class: MG::Web
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"><span class='object_link'><a href="Widget.html" title="MG::Widget (class)">Widget</a></span></span>
77
75
 
78
76
  <ul class="fullTree">
@@ -87,21 +85,25 @@
87
85
  </ul>
88
86
  <a href="#" class="inheritanceTree">show all</a>
89
87
 
90
- </dd>
91
-
88
+ </dd>
89
+ </dl>
90
+
91
+
92
92
 
93
93
 
94
-
95
94
 
96
-
97
95
 
98
96
 
97
+
98
+
99
+
99
100
 
100
- <dt class="r2 last">Defined in:</dt>
101
- <dd class="r2 last">motion-game</dd>
101
+ <dl>
102
+ <dt>Defined in:</dt>
103
+ <dd>motion-game</dd>
104
+ </dl>
102
105
 
103
- </dl>
104
- <div class="clear"></div>
106
+ </div>
105
107
 
106
108
 
107
109
 
@@ -123,7 +125,7 @@
123
125
 
124
126
  <h2>
125
127
  Constructors
126
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
128
+ <small><a href="#" class="summary_toggle">collapse</a></small>
127
129
  </h2>
128
130
 
129
131
  <ul class="summary">
@@ -131,7 +133,7 @@
131
133
  <li class="public ">
132
134
  <span class="summary_signature">
133
135
 
134
- <a href="#initialize-instance_method" title="#initialize (instance method)">- (Web) <strong>initialize</strong> </a>
136
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> &#x21d2; Web </a>
135
137
 
136
138
 
137
139
 
@@ -158,7 +160,7 @@
158
160
 
159
161
  <h2>
160
162
  Loading Data
161
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
163
+ <small><a href="#" class="summary_toggle">collapse</a></small>
162
164
  </h2>
163
165
 
164
166
  <ul class="summary">
@@ -166,7 +168,7 @@
166
168
  <li class="public ">
167
169
  <span class="summary_signature">
168
170
 
169
- <a href="#load_file-instance_method" title="#load_file (instance method)">- (Web) <strong>load_file</strong>(path) </a>
171
+ <a href="#load_file-instance_method" title="#load_file (instance method)">#<strong>load_file</strong>(path) &#x21d2; Web </a>
170
172
 
171
173
 
172
174
 
@@ -190,7 +192,7 @@
190
192
  <li class="public ">
191
193
  <span class="summary_signature">
192
194
 
193
- <a href="#load_html-instance_method" title="#load_html (instance method)">- (Web) <strong>load_html</strong>(str, baseurl) </a>
195
+ <a href="#load_html-instance_method" title="#load_html (instance method)">#<strong>load_html</strong>(str, baseurl) &#x21d2; Web </a>
194
196
 
195
197
 
196
198
 
@@ -214,7 +216,7 @@
214
216
  <li class="public ">
215
217
  <span class="summary_signature">
216
218
 
217
- <a href="#load_url-instance_method" title="#load_url (instance method)">- (Web) <strong>load_url</strong>(url) </a>
219
+ <a href="#load_url-instance_method" title="#load_url (instance method)">#<strong>load_url</strong>(url) &#x21d2; Web </a>
218
220
 
219
221
 
220
222
 
@@ -238,7 +240,7 @@
238
240
  <li class="public ">
239
241
  <span class="summary_signature">
240
242
 
241
- <a href="#reload-instance_method" title="#reload (instance method)">- (Web) <strong>reload</strong> </a>
243
+ <a href="#reload-instance_method" title="#reload (instance method)">#<strong>reload</strong> &#x21d2; Web </a>
242
244
 
243
245
 
244
246
 
@@ -262,7 +264,7 @@
262
264
  <li class="public ">
263
265
  <span class="summary_signature">
264
266
 
265
- <a href="#stop-instance_method" title="#stop (instance method)">- (Web) <strong>stop</strong> </a>
267
+ <a href="#stop-instance_method" title="#stop (instance method)">#<strong>stop</strong> &#x21d2; Web </a>
266
268
 
267
269
 
268
270
 
@@ -287,7 +289,7 @@
287
289
 
288
290
  <h2>
289
291
  JavaScript Interface
290
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
292
+ <small><a href="#" class="summary_toggle">collapse</a></small>
291
293
  </h2>
292
294
 
293
295
  <ul class="summary">
@@ -295,7 +297,7 @@
295
297
  <li class="public ">
296
298
  <span class="summary_signature">
297
299
 
298
- <a href="#evaluate-instance_method" title="#evaluate (instance method)">- (Web) <strong>evaluate</strong>(expr) </a>
300
+ <a href="#evaluate-instance_method" title="#evaluate (instance method)">#<strong>evaluate</strong>(expr) &#x21d2; Web </a>
299
301
 
300
302
 
301
303
 
@@ -340,14 +342,14 @@
340
342
 
341
343
 
342
344
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Node.html" title="MG::Node (class)">Node</a></span></h3>
343
- <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></p>
345
+ <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>
344
346
  <div id="constructor_details" class="method_details_list">
345
347
  <h2>Constructor Details</h2>
346
348
 
347
349
  <div class="method_details first">
348
350
  <h3 class="signature first" id="initialize-instance_method">
349
351
 
350
- - (<tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>) <strong>initialize</strong>
352
+ #<strong>initialize</strong> &#x21d2; <tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>
351
353
 
352
354
 
353
355
 
@@ -370,10 +372,10 @@
370
372
  <pre class="lines">
371
373
 
372
374
 
373
- 967</pre>
375
+ 1346</pre>
374
376
  </td>
375
377
  <td>
376
- <pre class="code"><span class="info file"># File 'motion-game', line 967</span>
378
+ <pre class="code"><span class="info file"># File 'motion-game', line 1346</span>
377
379
 
378
380
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
379
381
  </td>
@@ -391,7 +393,7 @@
391
393
  <div class="method_details first">
392
394
  <h3 class="signature first" id="evaluate-instance_method">
393
395
 
394
- - (<tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>) <strong>evaluate</strong>(expr)
396
+ #<strong>evaluate</strong>(expr) &#x21d2; <tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>
395
397
 
396
398
 
397
399
 
@@ -452,10 +454,10 @@
452
454
  <pre class="lines">
453
455
 
454
456
 
455
- 1002</pre>
457
+ 1381</pre>
456
458
  </td>
457
459
  <td>
458
- <pre class="code"><span class="info file"># File 'motion-game', line 1002</span>
460
+ <pre class="code"><span class="info file"># File 'motion-game', line 1381</span>
459
461
 
460
462
  <span class='kw'>def</span> <span class='id identifier rubyid_evaluate'>evaluate</span><span class='lparen'>(</span><span class='id identifier rubyid_expr'>expr</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
461
463
  </td>
@@ -466,7 +468,7 @@
466
468
  <div class="method_details ">
467
469
  <h3 class="signature " id="load_file-instance_method">
468
470
 
469
- - (<tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>) <strong>load_file</strong>(path)
471
+ #<strong>load_file</strong>(path) &#x21d2; <tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>
470
472
 
471
473
 
472
474
 
@@ -527,10 +529,10 @@
527
529
  <pre class="lines">
528
530
 
529
531
 
530
- 986</pre>
532
+ 1365</pre>
531
533
  </td>
532
534
  <td>
533
- <pre class="code"><span class="info file"># File 'motion-game', line 986</span>
535
+ <pre class="code"><span class="info file"># File 'motion-game', line 1365</span>
534
536
 
535
537
  <span class='kw'>def</span> <span class='id identifier rubyid_load_file'>load_file</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
536
538
  </td>
@@ -541,7 +543,7 @@
541
543
  <div class="method_details ">
542
544
  <h3 class="signature " id="load_html-instance_method">
543
545
 
544
- - (<tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>) <strong>load_html</strong>(str, baseurl)
546
+ #<strong>load_html</strong>(str, baseurl) &#x21d2; <tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>
545
547
 
546
548
 
547
549
 
@@ -618,10 +620,10 @@
618
620
  <pre class="lines">
619
621
 
620
622
 
621
- 976</pre>
623
+ 1355</pre>
622
624
  </td>
623
625
  <td>
624
- <pre class="code"><span class="info file"># File 'motion-game', line 976</span>
626
+ <pre class="code"><span class="info file"># File 'motion-game', line 1355</span>
625
627
 
626
628
  <span class='kw'>def</span> <span class='id identifier rubyid_load_html'>load_html</span><span class='lparen'>(</span><span class='id identifier rubyid_str'>str</span><span class='comma'>,</span> <span class='id identifier rubyid_baseurl'>baseurl</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
627
629
  </td>
@@ -632,7 +634,7 @@
632
634
  <div class="method_details ">
633
635
  <h3 class="signature " id="load_url-instance_method">
634
636
 
635
- - (<tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>) <strong>load_url</strong>(url)
637
+ #<strong>load_url</strong>(url) &#x21d2; <tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>
636
638
 
637
639
 
638
640
 
@@ -693,10 +695,10 @@
693
695
  <pre class="lines">
694
696
 
695
697
 
696
- 981</pre>
698
+ 1360</pre>
697
699
  </td>
698
700
  <td>
699
- <pre class="code"><span class="info file"># File 'motion-game', line 981</span>
701
+ <pre class="code"><span class="info file"># File 'motion-game', line 1360</span>
700
702
 
701
703
  <span class='kw'>def</span> <span class='id identifier rubyid_load_url'>load_url</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='rparen'>)</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
702
704
  </td>
@@ -707,7 +709,7 @@
707
709
  <div class="method_details ">
708
710
  <h3 class="signature " id="reload-instance_method">
709
711
 
710
- - (<tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>) <strong>reload</strong>
712
+ #<strong>reload</strong> &#x21d2; <tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>
711
713
 
712
714
 
713
715
 
@@ -748,10 +750,10 @@
748
750
  <pre class="lines">
749
751
 
750
752
 
751
- 994</pre>
753
+ 1373</pre>
752
754
  </td>
753
755
  <td>
754
- <pre class="code"><span class="info file"># File 'motion-game', line 994</span>
756
+ <pre class="code"><span class="info file"># File 'motion-game', line 1373</span>
755
757
 
756
758
  <span class='kw'>def</span> <span class='id identifier rubyid_reload'>reload</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
757
759
  </td>
@@ -762,7 +764,7 @@
762
764
  <div class="method_details ">
763
765
  <h3 class="signature " id="stop-instance_method">
764
766
 
765
- - (<tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>) <strong>stop</strong>
767
+ #<strong>stop</strong> &#x21d2; <tt><span class='object_link'><a href="" title="MG::Web (class)">Web</a></span></tt>
766
768
 
767
769
 
768
770
 
@@ -803,10 +805,10 @@
803
805
  <pre class="lines">
804
806
 
805
807
 
806
- 990</pre>
808
+ 1369</pre>
807
809
  </td>
808
810
  <td>
809
- <pre class="code"><span class="info file"># File 'motion-game', line 990</span>
811
+ <pre class="code"><span class="info file"># File 'motion-game', line 1369</span>
810
812
 
811
813
  <span class='kw'>def</span> <span class='id identifier rubyid_stop'>stop</span><span class='semicolon'>;</span> <span class='kw'>end</span></pre>
812
814
  </td>
@@ -818,11 +820,12 @@
818
820
 
819
821
  </div>
820
822
 
821
- <div id="footer">
822
- Generated on Wed Aug 31 17:59:08 2016 by
823
+ <div id="footer">
824
+ Generated on Sun Nov 27 15:52:20 2016 by
823
825
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
824
- 0.8.7.6 (ruby-2.3.1).
826
+ 0.9.5 (ruby-2.3.3).
825
827
  </div>
826
828
 
829
+ </div>
827
830
  </body>
828
831
  </html>