Skip to content

Commit dade05c

Browse files
committed
update with latest README
1 parent 3e040e1 commit dade05c

36 files changed

+1383
-1280
lines changed

Money.html

Lines changed: 441 additions & 410 deletions
Large diffs are not rendered by default.

Money/Allocation.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,18 +235,18 @@ <h3 class="signature first" id="convert_to_big_decimal-class_method">
235235
<pre class="lines">
236236

237237

238-
62
239238
63
240239
64
241240
65
242241
66
243242
67
244243
68
245244
69
246-
70</pre>
245+
70
246+
71</pre>
247247
</td>
248248
<td>
249-
<pre class="code"><span class="info file"># File 'lib/money/money/allocation.rb', line 62</span>
249+
<pre class="code"><span class="info file"># File 'lib/money/money/allocation.rb', line 63</span>
250250

251251
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_convert_to_big_decimal'>convert_to_big_decimal</span><span class='lparen'>(</span><span class='id identifier rubyid_number'>number</span><span class='rparen'>)</span>
252252
<span class='kw'>if</span> <span class='id identifier rubyid_number'>number</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span> <span class='const'>BigDecimal</span>
@@ -420,7 +420,8 @@ <h3 class="signature " id="generate-class_method">
420420
51
421421
52
422422
53
423-
54</pre>
423+
54
424+
55</pre>
424425
</td>
425426
<td>
426427
<pre class="code"><span class="info file"># File 'lib/money/money/allocation.rb', line 20</span>
@@ -443,9 +444,9 @@ <h3 class="signature " id="generate-class_method">
443444

444445
<span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
445446
<span class='id identifier rubyid_remaining_amount'>remaining_amount</span> <span class='op'>=</span> <span class='id identifier rubyid_amount'>amount</span>
447+
<span class='id identifier rubyid_parts_sum'>parts_sum</span> <span class='op'>=</span> <span class='id identifier rubyid_parts'>parts</span><span class='period'>.</span><span class='id identifier rubyid_sum'>sum</span>
446448

447449
<span class='kw'>until</span> <span class='id identifier rubyid_parts'>parts</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='kw'>do</span>
448-
<span class='id identifier rubyid_parts_sum'>parts_sum</span> <span class='op'>=</span> <span class='id identifier rubyid_parts'>parts</span><span class='period'>.</span><span class='id identifier rubyid_inject'>inject</span><span class='lparen'>(</span><span class='int'>0</span><span class='comma'>,</span> <span class='symbol'>:+</span><span class='rparen'>)</span>
449450
<span class='id identifier rubyid_part'>part</span> <span class='op'>=</span> <span class='id identifier rubyid_parts'>parts</span><span class='period'>.</span><span class='id identifier rubyid_pop'>pop</span>
450451

451452
<span class='id identifier rubyid_current_split'>current_split</span> <span class='op'>=</span> <span class='int'>0</span>
@@ -456,6 +457,7 @@ <h3 class="signature " id="generate-class_method">
456457

457458
<span class='id identifier rubyid_result'>result</span><span class='period'>.</span><span class='id identifier rubyid_unshift'>unshift</span> <span class='id identifier rubyid_current_split'>current_split</span>
458459
<span class='id identifier rubyid_remaining_amount'>remaining_amount</span> <span class='op'>-=</span> <span class='id identifier rubyid_current_split'>current_split</span>
460+
<span class='id identifier rubyid_parts_sum'>parts_sum</span> <span class='op'>-=</span> <span class='id identifier rubyid_part'>part</span>
459461
<span class='kw'>end</span>
460462

461463
<span class='id identifier rubyid_result'>result</span>
@@ -470,9 +472,9 @@ <h3 class="signature " id="generate-class_method">
470472
</div>
471473

472474
<div id="footer">
473-
Generated on Sat Jul 12 16:26:11 2025 by
475+
Generated on Thu Jul 24 12:12:17 2025 by
474476
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
475-
0.9.37 (ruby-3.4.1).
477+
0.9.37 (ruby-3.4.5).
476478
</div>
477479

478480
</div>

Money/Arithmetic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2266,9 +2266,9 @@ <h4 class="tag_title">Examples:</h4>
22662266
</div>
22672267

22682268
<div id="footer">
2269-
Generated on Sat Jul 12 16:26:11 2025 by
2269+
Generated on Thu Jul 24 12:12:16 2025 by
22702270
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2271-
0.9.37 (ruby-3.4.1).
2271+
0.9.37 (ruby-3.4.5).
22722272
</div>
22732273

22742274
</div>

Money/Arithmetic/CoercedNumeric.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ <h3 class="signature first" id="zero?-instance_method">
318318
</div>
319319

320320
<div id="footer">
321-
Generated on Sat Jul 12 16:26:11 2025 by
321+
Generated on Thu Jul 24 12:12:17 2025 by
322322
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
323-
0.9.37 (ruby-3.4.1).
323+
0.9.37 (ruby-3.4.5).
324324
</div>
325325

326326
</div>

Money/Bank.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ <h2>Overview</h2><div class="docstring">
118118
</div>
119119

120120
<div id="footer">
121-
Generated on Sat Jul 12 16:26:10 2025 by
121+
Generated on Thu Jul 24 12:12:16 2025 by
122122
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123-
0.9.37 (ruby-3.4.1).
123+
0.9.37 (ruby-3.4.5).
124124
</div>
125125

126126
</div>

Money/Bank/Base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,9 @@ <h3 class="signature " id="setup-instance_method">
879879
</div>
880880

881881
<div id="footer">
882-
Generated on Sat Jul 12 16:26:11 2025 by
882+
Generated on Thu Jul 24 12:12:16 2025 by
883883
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
884-
0.9.37 (ruby-3.4.1).
884+
0.9.37 (ruby-3.4.5).
885885
</div>
886886

887887
</div>

Money/Bank/DifferentCurrencyError.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ <h2>Overview</h2><div class="docstring">
133133
</div>
134134

135135
<div id="footer">
136-
Generated on Sat Jul 12 16:26:11 2025 by
136+
Generated on Thu Jul 24 12:12:17 2025 by
137137
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138-
0.9.37 (ruby-3.4.1).
138+
0.9.37 (ruby-3.4.5).
139139
</div>
140140

141141
</div>

Money/Bank/Error.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ <h2>Direct Known Subclasses</h2>
129129
</div>
130130

131131
<div id="footer">
132-
Generated on Sat Jul 12 16:26:11 2025 by
132+
Generated on Thu Jul 24 12:12:16 2025 by
133133
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134-
0.9.37 (ruby-3.4.1).
134+
0.9.37 (ruby-3.4.5).
135135
</div>
136136

137137
</div>

Money/Bank/SingleCurrency.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ <h3 class="signature first" id="exchange_with-instance_method">
243243
</div>
244244

245245
<div id="footer">
246-
Generated on Sat Jul 12 16:26:11 2025 by
246+
Generated on Thu Jul 24 12:12:17 2025 by
247247
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
248-
0.9.37 (ruby-3.4.1).
248+
0.9.37 (ruby-3.4.5).
249249
</div>
250250

251251
</div>

Money/Bank/UnknownRate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ <h2>Overview</h2><div class="docstring">
133133
</div>
134134

135135
<div id="footer">
136-
Generated on Sat Jul 12 16:26:11 2025 by
136+
Generated on Thu Jul 24 12:12:16 2025 by
137137
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
138-
0.9.37 (ruby-3.4.1).
138+
0.9.37 (ruby-3.4.5).
139139
</div>
140140

141141
</div>

0 commit comments

Comments
 (0)