dxopal 1.5.2 → 1.6.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/DEVELOPMENT.md +4 -4
- data/Gemfile +0 -1
- data/Gemfile.lock +22 -24
- data/README.md +4 -0
- data/Rakefile +6 -1
- data/build/dxopal.js +48950 -38847
- data/build/dxopal.min.js +1 -1
- data/config.ru +1 -1
- data/doc/api/DXOpal/Constants/Colors.html +4 -4
- data/doc/api/DXOpal/Constants.html +4 -4
- data/doc/api/DXOpal/Font.html +4 -4
- data/doc/api/DXOpal/Image.html +19 -19
- data/doc/api/DXOpal/Input/KeyCodes.html +6 -6
- data/doc/api/DXOpal/Input/MouseCodes.html +4 -4
- data/doc/api/DXOpal/Input/Touch.html +47 -47
- data/doc/api/DXOpal/Input.html +87 -81
- data/doc/api/DXOpal/RemoteResource.html +164 -33
- data/doc/api/DXOpal/Sound.html +22 -16
- data/doc/api/DXOpal/SoundEffect/WaveTypes.html +4 -4
- data/doc/api/DXOpal/SoundEffect.html +6 -6
- data/doc/api/DXOpal/Sprite/CollisionArea/Base.html +5 -5
- data/doc/api/DXOpal/Sprite/CollisionArea/Circle.html +4 -4
- data/doc/api/DXOpal/Sprite/CollisionArea/Point.html +4 -4
- data/doc/api/DXOpal/Sprite/CollisionArea/Rect.html +4 -4
- data/doc/api/DXOpal/Sprite/CollisionArea/Triangle.html +4 -4
- data/doc/api/DXOpal/Sprite/CollisionArea.html +4 -4
- data/doc/api/DXOpal/Sprite/CollisionCheck/ClassMethods.html +7 -7
- data/doc/api/DXOpal/Sprite/CollisionCheck.html +8 -8
- data/doc/api/DXOpal/Sprite/Physics.html +4 -4
- data/doc/api/DXOpal/Sprite.html +10 -10
- data/doc/api/DXOpal/Window.html +120 -114
- data/doc/api/DXOpal.html +5 -5
- data/doc/api/Kernel.html +4 -4
- data/doc/api/_index.html +5 -5
- data/doc/api/file.README.html +23 -20
- data/doc/api/frames.html +10 -5
- data/doc/api/index.html +23 -20
- data/doc/api/method_list.html +214 -206
- data/doc/api/top-level-namespace.html +4 -4
- data/lib/dxopal/input.rb +5 -2
- data/lib/dxopal/remote_resource.rb +33 -1
- data/lib/dxopal/sound.rb +5 -2
- data/lib/dxopal/version.rb +1 -1
- data/lib/dxopal/window.rb +6 -3
- data/lib/dxopal.rb +1 -0
- metadata +3 -3
data/config.ru
CHANGED
@@ -5,7 +5,7 @@ require 'opal/sprockets'
|
|
5
5
|
opal_server = Opal::Sprockets::Server.new{|s|
|
6
6
|
# Let javascript_include_tag to serve compiled version of lib/dxopal.rb
|
7
7
|
s.append_path 'lib'
|
8
|
-
s.main = 'dxopal
|
8
|
+
s.main = 'dxopal'
|
9
9
|
# Serve static files
|
10
10
|
s.public_root = __dir__
|
11
11
|
# Just serve static ./index.html
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DXOpal::Constants::Colors
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -162,9 +162,9 @@
|
|
162
162
|
</div>
|
163
163
|
|
164
164
|
<div id="footer">
|
165
|
-
Generated on Tue
|
166
|
-
<a href="
|
167
|
-
0.9.
|
165
|
+
Generated on Tue Jul 9 22:42:33 2024 by
|
166
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
167
|
+
0.9.36 (ruby-3.2.2).
|
168
168
|
</div>
|
169
169
|
|
170
170
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DXOpal::Constants
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -105,9 +105,9 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on Tue
|
109
|
-
<a href="
|
110
|
-
0.9.
|
108
|
+
Generated on Tue Jul 9 22:42:33 2024 by
|
109
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
|
+
0.9.36 (ruby-3.2.2).
|
111
111
|
</div>
|
112
112
|
|
113
113
|
</div>
|
data/doc/api/DXOpal/Font.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DXOpal::Font
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -540,9 +540,9 @@
|
|
540
540
|
</div>
|
541
541
|
|
542
542
|
<div id="footer">
|
543
|
-
Generated on Tue
|
544
|
-
<a href="
|
545
|
-
0.9.
|
543
|
+
Generated on Tue Jul 9 22:42:34 2024 by
|
544
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
545
|
+
0.9.36 (ruby-3.2.2).
|
546
546
|
</div>
|
547
547
|
|
548
548
|
</div>
|
data/doc/api/DXOpal/Image.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DXOpal::Image
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -562,7 +562,7 @@
|
|
562
562
|
|
563
563
|
|
564
564
|
<span class="summary_desc"><div class='inline'>
|
565
|
-
<p>Return a string like
|
565
|
+
<p>Return a string like ‘rgb(255, 255, 255)’ ‘color` is 3 or 4 numbers.</p>
|
566
566
|
</div></span>
|
567
567
|
|
568
568
|
</li>
|
@@ -586,7 +586,7 @@
|
|
586
586
|
|
587
587
|
|
588
588
|
<span class="summary_desc"><div class='inline'>
|
589
|
-
<p>Return a string like
|
589
|
+
<p>Return a string like ‘rgba(255, 255, 255, 128)’ ‘color` is 3 or 4 numbers.</p>
|
590
590
|
</div></span>
|
591
591
|
|
592
592
|
</li>
|
@@ -610,7 +610,7 @@
|
|
610
610
|
|
611
611
|
|
612
612
|
<span class="summary_desc"><div class='inline'>
|
613
|
-
<p>Return an array like
|
613
|
+
<p>Return an array like ‘[255, 255, 255, 128]`.</p>
|
614
614
|
</div></span>
|
615
615
|
|
616
616
|
</li>
|
@@ -730,7 +730,7 @@
|
|
730
730
|
|
731
731
|
|
732
732
|
<span class="summary_desc"><div class='inline'>
|
733
|
-
<p>Clear this image (i.e. fill with
|
733
|
+
<p>Clear this image (i.e. fill with ‘[0,0,0,0]`).</p>
|
734
734
|
</div></span>
|
735
735
|
|
736
736
|
</li>
|
@@ -754,7 +754,7 @@
|
|
754
754
|
|
755
755
|
|
756
756
|
<span class="summary_desc"><div class='inline'>
|
757
|
-
<p>Return true if the pixel at
|
757
|
+
<p>Return true if the pixel at ‘(x, y)` has the `color`.</p>
|
758
758
|
</div></span>
|
759
759
|
|
760
760
|
</li>
|
@@ -848,7 +848,7 @@
|
|
848
848
|
|
849
849
|
|
850
850
|
<span class="summary_desc"><div class='inline'>
|
851
|
-
<p>Draw an Image on this image with rotation - angle: Rotation angle (radian) - center_x, center_y: Rotation center in the
|
851
|
+
<p>Draw an Image on this image with rotation - angle: Rotation angle (radian) - center_x, center_y: Rotation center in the ‘image` (default: center of the `image`).</p>
|
852
852
|
</div></span>
|
853
853
|
|
854
854
|
</li>
|
@@ -896,7 +896,7 @@
|
|
896
896
|
|
897
897
|
|
898
898
|
<span class="summary_desc"><div class='inline'>
|
899
|
-
<p>Fill this image with
|
899
|
+
<p>Fill this image with ‘color`.</p>
|
900
900
|
</div></span>
|
901
901
|
|
902
902
|
</li>
|
@@ -1151,7 +1151,7 @@
|
|
1151
1151
|
|
1152
1152
|
|
1153
1153
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="RemoteResource.html" title="DXOpal::RemoteResource (class)">RemoteResource</a></span></h3>
|
1154
|
-
<p class="inherited"><span class='object_link'><a href="RemoteResource.html#[]-class_method" title="DXOpal::RemoteResource.[] (method)">[]</a></span>, <span class='object_link'><a href="RemoteResource.html#_klass_name-class_method" title="DXOpal::RemoteResource._klass_name (method)">_klass_name</a></span>, <span class='object_link'><a href="RemoteResource.html#_load_resources-class_method" title="DXOpal::RemoteResource._load_resources (method)">_load_resources</a></span>, <span class='object_link'><a href="RemoteResource.html#add_class-class_method" title="DXOpal::RemoteResource.add_class (method)">add_class</a></span>, <span class='object_link'><a href="RemoteResource.html#register-class_method" title="DXOpal::RemoteResource.register (method)">register</a></span></p>
|
1154
|
+
<p class="inherited"><span class='object_link'><a href="RemoteResource.html#[]-class_method" title="DXOpal::RemoteResource.[] (method)">[]</a></span>, <span class='object_link'><a href="RemoteResource.html#_klass_name-class_method" title="DXOpal::RemoteResource._klass_name (method)">_klass_name</a></span>, <span class='object_link'><a href="RemoteResource.html#_load_resources-class_method" title="DXOpal::RemoteResource._load_resources (method)">_load_resources</a></span>, <span class='object_link'><a href="RemoteResource.html#_update_loading_status-class_method" title="DXOpal::RemoteResource._update_loading_status (method)">_update_loading_status</a></span>, <span class='object_link'><a href="RemoteResource.html#add_class-class_method" title="DXOpal::RemoteResource.add_class (method)">add_class</a></span>, <span class='object_link'><a href="RemoteResource.html#register-class_method" title="DXOpal::RemoteResource.register (method)">register</a></span></p>
|
1155
1155
|
<div id="constructor_details" class="method_details_list">
|
1156
1156
|
<h2>Constructor Details</h2>
|
1157
1157
|
|
@@ -1950,7 +1950,7 @@
|
|
1950
1950
|
</h3><div class="docstring">
|
1951
1951
|
<div class="discussion">
|
1952
1952
|
|
1953
|
-
<p>Return a string like
|
1953
|
+
<p>Return a string like ‘rgb(255, 255, 255)’ ‘color` is 3 or 4 numbers</p>
|
1954
1954
|
|
1955
1955
|
|
1956
1956
|
</div>
|
@@ -2009,7 +2009,7 @@
|
|
2009
2009
|
</h3><div class="docstring">
|
2010
2010
|
<div class="discussion">
|
2011
2011
|
|
2012
|
-
<p>Return a string like
|
2012
|
+
<p>Return a string like ‘rgba(255, 255, 255, 128)’ ‘color` is 3 or 4 numbers</p>
|
2013
2013
|
|
2014
2014
|
|
2015
2015
|
</div>
|
@@ -2050,7 +2050,7 @@
|
|
2050
2050
|
</h3><div class="docstring">
|
2051
2051
|
<div class="discussion">
|
2052
2052
|
|
2053
|
-
<p>Return an array like
|
2053
|
+
<p>Return an array like ‘[255, 255, 255, 128]`</p>
|
2054
2054
|
|
2055
2055
|
|
2056
2056
|
</div>
|
@@ -2327,7 +2327,7 @@
|
|
2327
2327
|
</h3><div class="docstring">
|
2328
2328
|
<div class="discussion">
|
2329
2329
|
|
2330
|
-
<p>Clear this image (i.e. fill with
|
2330
|
+
<p>Clear this image (i.e. fill with ‘[0,0,0,0]`)</p>
|
2331
2331
|
|
2332
2332
|
|
2333
2333
|
</div>
|
@@ -2368,7 +2368,7 @@
|
|
2368
2368
|
</h3><div class="docstring">
|
2369
2369
|
<div class="discussion">
|
2370
2370
|
|
2371
|
-
<p>Return true if the pixel at
|
2371
|
+
<p>Return true if the pixel at ‘(x, y)` has the `color`</p>
|
2372
2372
|
|
2373
2373
|
|
2374
2374
|
</div>
|
@@ -2613,7 +2613,7 @@
|
|
2613
2613
|
<ul><li>
|
2614
2614
|
<p>angle: Rotation angle (radian)</p>
|
2615
2615
|
</li><li>
|
2616
|
-
<p>center_x, center_y: Rotation center in the
|
2616
|
+
<p>center_x, center_y: Rotation center in the ‘image` (default: center of the `image`)</p>
|
2617
2617
|
</li></ul>
|
2618
2618
|
|
2619
2619
|
|
@@ -2701,7 +2701,7 @@
|
|
2701
2701
|
</h3><div class="docstring">
|
2702
2702
|
<div class="discussion">
|
2703
2703
|
|
2704
|
-
<p>Fill this image with
|
2704
|
+
<p>Fill this image with ‘color`</p>
|
2705
2705
|
|
2706
2706
|
|
2707
2707
|
</div>
|
@@ -3218,9 +3218,9 @@
|
|
3218
3218
|
</div>
|
3219
3219
|
|
3220
3220
|
<div id="footer">
|
3221
|
-
Generated on Tue
|
3222
|
-
<a href="
|
3223
|
-
0.9.
|
3221
|
+
Generated on Tue Jul 9 22:42:34 2024 by
|
3222
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3223
|
+
0.9.36 (ruby-3.2.2).
|
3224
3224
|
</div>
|
3225
3225
|
|
3226
3226
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DXOpal::Input::KeyCodes
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -329,7 +329,7 @@
|
|
329
329
|
<div class="docstring">
|
330
330
|
<div class="discussion">
|
331
331
|
|
332
|
-
<p
|
332
|
+
<p>‘</p>
|
333
333
|
|
334
334
|
|
335
335
|
</div>
|
@@ -345,7 +345,7 @@
|
|
345
345
|
<div class="docstring">
|
346
346
|
<div class="discussion">
|
347
347
|
|
348
|
-
<p
|
348
|
+
<p>‘</p>
|
349
349
|
|
350
350
|
|
351
351
|
</div>
|
@@ -976,9 +976,9 @@
|
|
976
976
|
</div>
|
977
977
|
|
978
978
|
<div id="footer">
|
979
|
-
Generated on Tue
|
980
|
-
<a href="
|
981
|
-
0.9.
|
979
|
+
Generated on Tue Jul 9 22:42:34 2024 by
|
980
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
981
|
+
0.9.36 (ruby-3.2.2).
|
982
982
|
</div>
|
983
983
|
|
984
984
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: DXOpal::Input::MouseCodes
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -142,9 +142,9 @@
|
|
142
142
|
</div>
|
143
143
|
|
144
144
|
<div id="footer">
|
145
|
-
Generated on Tue
|
146
|
-
<a href="
|
147
|
-
0.9.
|
145
|
+
Generated on Tue Jul 9 22:42:33 2024 by
|
146
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
147
|
+
0.9.36 (ruby-3.2.2).
|
148
148
|
</div>
|
149
149
|
|
150
150
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: DXOpal::Input::Touch
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.36
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -423,15 +423,15 @@
|
|
423
423
|
<pre class="lines">
|
424
424
|
|
425
425
|
|
426
|
-
275
|
427
|
-
276
|
428
|
-
277
|
429
426
|
278
|
430
427
|
279
|
431
|
-
280
|
428
|
+
280
|
429
|
+
281
|
430
|
+
282
|
431
|
+
283</pre>
|
432
432
|
</td>
|
433
433
|
<td>
|
434
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
434
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 278</span>
|
435
435
|
|
436
436
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_id'>id</span><span class='comma'>,</span> <span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='rparen'>)</span>
|
437
437
|
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='id identifier rubyid_id'>id</span>
|
@@ -477,12 +477,12 @@
|
|
477
477
|
<pre class="lines">
|
478
478
|
|
479
479
|
|
480
|
-
|
481
|
-
|
482
|
-
|
480
|
+
284
|
481
|
+
285
|
482
|
+
286</pre>
|
483
483
|
</td>
|
484
484
|
<td>
|
485
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
485
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 284</span>
|
486
486
|
|
487
487
|
<span class='kw'>def</span> <span class='id identifier rubyid__released_at'>_released_at</span>
|
488
488
|
<span class='ivar'>@_released_at</span>
|
@@ -520,12 +520,12 @@
|
|
520
520
|
<pre class="lines">
|
521
521
|
|
522
522
|
|
523
|
-
|
524
|
-
|
525
|
-
|
523
|
+
284
|
524
|
+
285
|
525
|
+
286</pre>
|
526
526
|
</td>
|
527
527
|
<td>
|
528
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
528
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 284</span>
|
529
529
|
|
530
530
|
<span class='kw'>def</span> <span class='id identifier rubyid_data'>data</span>
|
531
531
|
<span class='ivar'>@data</span>
|
@@ -563,12 +563,12 @@
|
|
563
563
|
<pre class="lines">
|
564
564
|
|
565
565
|
|
566
|
-
|
567
|
-
|
568
|
-
|
566
|
+
284
|
567
|
+
285
|
568
|
+
286</pre>
|
569
569
|
</td>
|
570
570
|
<td>
|
571
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
571
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 284</span>
|
572
572
|
|
573
573
|
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
574
574
|
<span class='ivar'>@id</span>
|
@@ -606,12 +606,12 @@
|
|
606
606
|
<pre class="lines">
|
607
607
|
|
608
608
|
|
609
|
-
|
610
|
-
|
611
|
-
|
609
|
+
284
|
610
|
+
285
|
611
|
+
286</pre>
|
612
612
|
</td>
|
613
613
|
<td>
|
614
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
614
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 284</span>
|
615
615
|
|
616
616
|
<span class='kw'>def</span> <span class='id identifier rubyid_x'>x</span>
|
617
617
|
<span class='ivar'>@x</span>
|
@@ -649,12 +649,12 @@
|
|
649
649
|
<pre class="lines">
|
650
650
|
|
651
651
|
|
652
|
-
|
653
|
-
|
654
|
-
|
652
|
+
284
|
653
|
+
285
|
654
|
+
286</pre>
|
655
655
|
</td>
|
656
656
|
<td>
|
657
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
657
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 284</span>
|
658
658
|
|
659
659
|
<span class='kw'>def</span> <span class='id identifier rubyid_y'>y</span>
|
660
660
|
<span class='ivar'>@y</span>
|
@@ -686,13 +686,13 @@
|
|
686
686
|
<pre class="lines">
|
687
687
|
|
688
688
|
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
689
|
+
296
|
690
|
+
297
|
691
|
+
298
|
692
|
+
299</pre>
|
693
693
|
</td>
|
694
694
|
<td>
|
695
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
695
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 296</span>
|
696
696
|
|
697
697
|
<span class='kw'>def</span> <span class='id identifier rubyid__move'>_move</span><span class='lparen'>(</span><span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='rparen'>)</span>
|
698
698
|
<span class='ivar'>@x</span> <span class='op'>=</span> <span class='id identifier rubyid_x'>x</span>
|
@@ -718,12 +718,12 @@
|
|
718
718
|
<pre class="lines">
|
719
719
|
|
720
720
|
|
721
|
-
|
722
|
-
|
723
|
-
|
721
|
+
301
|
722
|
+
302
|
723
|
+
303</pre>
|
724
724
|
</td>
|
725
725
|
<td>
|
726
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
726
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 301</span>
|
727
727
|
|
728
728
|
<span class='kw'>def</span> <span class='id identifier rubyid__released'>_released</span><span class='lparen'>(</span><span class='id identifier rubyid_tick'>tick</span><span class='rparen'>)</span>
|
729
729
|
<span class='ivar'>@_released_at</span> <span class='op'>=</span> <span class='id identifier rubyid_tick'>tick</span>
|
@@ -748,13 +748,13 @@
|
|
748
748
|
<pre class="lines">
|
749
749
|
|
750
750
|
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
751
|
+
291
|
752
|
+
292
|
753
|
+
293
|
754
|
+
294</pre>
|
755
755
|
</td>
|
756
756
|
<td>
|
757
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
757
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 291</span>
|
758
758
|
|
759
759
|
<span class='kw'>def</span> <span class='id identifier rubyid_inspect'>inspect</span>
|
760
760
|
<span class='id identifier rubyid_rel'>rel</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_released_at'>released_at</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> released_at=</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_released_at'>released_at</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> <span class='op'>:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
@@ -804,12 +804,12 @@
|
|
804
804
|
<pre class="lines">
|
805
805
|
|
806
806
|
|
807
|
-
|
808
|
-
|
809
|
-
|
807
|
+
287
|
808
|
+
288
|
809
|
+
289</pre>
|
810
810
|
</td>
|
811
811
|
<td>
|
812
|
-
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line
|
812
|
+
<pre class="code"><span class="info file"># File 'lib/dxopal/input.rb', line 287</span>
|
813
813
|
|
814
814
|
<span class='kw'>def</span> <span class='id identifier rubyid_released?'>released?</span>
|
815
815
|
<span class='op'>!</span><span class='op'>!</span><span class='ivar'>@_released_at</span>
|
@@ -824,9 +824,9 @@
|
|
824
824
|
</div>
|
825
825
|
|
826
826
|
<div id="footer">
|
827
|
-
Generated on Tue
|
828
|
-
<a href="
|
829
|
-
0.9.
|
827
|
+
Generated on Tue Jul 9 22:42:34 2024 by
|
828
|
+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
829
|
+
0.9.36 (ruby-3.2.2).
|
830
830
|
</div>
|
831
831
|
|
832
832
|
</div>
|