como 0.1.6 → 0.1.7
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.
- data/doc/Como/ArgsParseState.html +50 -50
- data/doc/Como/ComoCommon.html +1 -1
- data/doc/Como/MainOpt.html +46 -46
- data/doc/Como/Opt/ErrorWithData.html +1 -1
- data/doc/Como/Opt/InvalidOption.html +1 -1
- data/doc/Como/Opt/MissingArgument.html +1 -1
- data/doc/Como/Opt.html +117 -24
- data/doc/Como/RuleCheck.html +79 -79
- data/doc/Como/RuleDisplay.html +79 -79
- data/doc/Como/Spec.html +1 -1
- data/doc/Como.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.CHANGELOG.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +19 -13
- data/doc/top-level-namespace.html +1 -1
- data/lib/como.rb +21 -0
- data/lib/version.rb +1 -1
- metadata +1 -1
data/doc/Como/Opt.html
CHANGED
@@ -2087,6 +2087,30 @@ subcommands.</p>
|
|
2087
2087
|
<p>Convert to hash representation.</p>
|
2088
2088
|
</div></span>
|
2089
2089
|
|
2090
|
+
</li>
|
2091
|
+
|
2092
|
+
|
2093
|
+
<li class="public ">
|
2094
|
+
<span class="summary_signature">
|
2095
|
+
|
2096
|
+
<a href="#to_hopt-instance_method" title="#to_hopt (instance method)">- (Object) <strong>to_hopt</strong> </a>
|
2097
|
+
|
2098
|
+
|
2099
|
+
|
2100
|
+
</span>
|
2101
|
+
|
2102
|
+
|
2103
|
+
|
2104
|
+
|
2105
|
+
|
2106
|
+
|
2107
|
+
|
2108
|
+
|
2109
|
+
|
2110
|
+
<span class="summary_desc"><div class='inline'>
|
2111
|
+
<p>Convert to hash representation with opt name keys.</p>
|
2112
|
+
</div></span>
|
2113
|
+
|
2090
2114
|
</li>
|
2091
2115
|
|
2092
2116
|
|
@@ -5258,13 +5282,13 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p>
|
|
5258
5282
|
<pre class="lines">
|
5259
5283
|
|
5260
5284
|
|
5261
|
-
|
5262
|
-
|
5263
|
-
|
5264
|
-
|
5285
|
+
1893
|
5286
|
+
1894
|
5287
|
+
1895
|
5288
|
+
1896</pre>
|
5265
5289
|
</td>
|
5266
5290
|
<td>
|
5267
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
5291
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 1893</span>
|
5268
5292
|
|
5269
5293
|
<span class='kw'>def</span> <span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span><span class='comma'>,</span> <span class='id identifier rubyid_nl'>nl</span> <span class='op'>=</span> <span class='kw'>false</span> <span class='rparen'>)</span>
|
5270
5294
|
<span class='id identifier rubyid_nl'>nl</span> <span class='op'>=</span> <span class='id identifier rubyid_nl'>nl</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</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>
|
@@ -5301,12 +5325,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p>
|
|
5301
5325
|
<pre class="lines">
|
5302
5326
|
|
5303
5327
|
|
5304
|
-
|
5305
|
-
|
5306
|
-
|
5328
|
+
1900
|
5329
|
+
1901
|
5330
|
+
1902</pre>
|
5307
5331
|
</td>
|
5308
5332
|
<td>
|
5309
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
5333
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 1900</span>
|
5310
5334
|
|
5311
5335
|
<span class='kw'>def</span> <span class='id identifier rubyid_errornl'>errornl</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
|
5312
5336
|
<span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span><span class='comma'>,</span> <span class='kw'>true</span> <span class='rparen'>)</span>
|
@@ -5342,12 +5366,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p>
|
|
5342
5366
|
<pre class="lines">
|
5343
5367
|
|
5344
5368
|
|
5345
|
-
|
5346
|
-
|
5347
|
-
|
5369
|
+
1924
|
5370
|
+
1925
|
5371
|
+
1926</pre>
|
5348
5372
|
</td>
|
5349
5373
|
<td>
|
5350
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
5374
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 1924</span>
|
5351
5375
|
|
5352
5376
|
<span class='kw'>def</span> <span class='id identifier rubyid_evalCheck'>evalCheck</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_check'>check</span> <span class='rparen'>)</span>
|
5353
5377
|
<span class='id identifier rubyid_instance_eval'>instance_eval</span> <span class='op'>&</span><span class='id identifier rubyid_check'>check</span>
|
@@ -5383,13 +5407,13 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p>
|
|
5383
5407
|
<pre class="lines">
|
5384
5408
|
|
5385
5409
|
|
5386
|
-
|
5387
|
-
|
5388
|
-
|
5389
|
-
|
5410
|
+
1906
|
5411
|
+
1907
|
5412
|
+
1908
|
5413
|
+
1909</pre>
|
5390
5414
|
</td>
|
5391
5415
|
<td>
|
5392
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
5416
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 1906</span>
|
5393
5417
|
|
5394
5418
|
<span class='kw'>def</span> <span class='id identifier rubyid_fatal'>fatal</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
|
5395
5419
|
<span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
|
@@ -6625,6 +6649,75 @@ exclusive.</p>
|
|
6625
6649
|
</td>
|
6626
6650
|
</tr>
|
6627
6651
|
</table>
|
6652
|
+
</div>
|
6653
|
+
|
6654
|
+
<div class="method_details ">
|
6655
|
+
<h3 class="signature " id="to_hopt-instance_method">
|
6656
|
+
|
6657
|
+
- (<tt>Object</tt>) <strong>to_hopt</strong>
|
6658
|
+
|
6659
|
+
|
6660
|
+
|
6661
|
+
|
6662
|
+
|
6663
|
+
</h3><div class="docstring">
|
6664
|
+
<div class="discussion">
|
6665
|
+
|
6666
|
+
<p>Convert to hash representation with opt name keys.</p>
|
6667
|
+
|
6668
|
+
<p>Keys are symbols: name, type, given, value, subopt, subcmd.</p>
|
6669
|
+
|
6670
|
+
|
6671
|
+
</div>
|
6672
|
+
</div>
|
6673
|
+
<div class="tags">
|
6674
|
+
|
6675
|
+
|
6676
|
+
</div><table class="source_code">
|
6677
|
+
<tr>
|
6678
|
+
<td>
|
6679
|
+
<pre class="lines">
|
6680
|
+
|
6681
|
+
|
6682
|
+
1871
|
6683
|
+
1872
|
6684
|
+
1873
|
6685
|
+
1874
|
6686
|
+
1875
|
6687
|
+
1876
|
6688
|
+
1877
|
6689
|
+
1878
|
6690
|
+
1879
|
6691
|
+
1880
|
6692
|
+
1881
|
6693
|
+
1882
|
6694
|
+
1883
|
6695
|
+
1884
|
6696
|
+
1885
|
6697
|
+
1886</pre>
|
6698
|
+
</td>
|
6699
|
+
<td>
|
6700
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 1871</span>
|
6701
|
+
|
6702
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_hopt'>to_hopt</span>
|
6703
|
+
<span class='id identifier rubyid_h'>h</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
6704
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:name</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='ivar'>@name</span>
|
6705
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:type</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='ivar'>@type</span>
|
6706
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:given</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='ivar'>@given</span>
|
6707
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:value</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='ivar'>@value</span>
|
6708
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:subopt</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
6709
|
+
<span class='ivar'>@subopt</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
|
6710
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:subopt</span> <span class='rbracket'>]</span><span class='lbracket'>[</span> <span class='id identifier rubyid_i'>i</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_i'>i</span><span class='period'>.</span><span class='id identifier rubyid_to_hopt'>to_hopt</span>
|
6711
|
+
<span class='kw'>end</span>
|
6712
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:subcmd</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
|
6713
|
+
<span class='ivar'>@subcmd</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span>
|
6714
|
+
<span class='id identifier rubyid_h'>h</span><span class='lbracket'>[</span> <span class='symbol'>:subcmd</span> <span class='rbracket'>]</span><span class='lbracket'>[</span> <span class='id identifier rubyid_i'>i</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_i'>i</span><span class='period'>.</span><span class='id identifier rubyid_to_hopt'>to_hopt</span>
|
6715
|
+
<span class='kw'>end</span>
|
6716
|
+
<span class='id identifier rubyid_h'>h</span>
|
6717
|
+
<span class='kw'>end</span></pre>
|
6718
|
+
</td>
|
6719
|
+
</tr>
|
6720
|
+
</table>
|
6628
6721
|
</div>
|
6629
6722
|
|
6630
6723
|
<div class="method_details ">
|
@@ -6971,13 +7064,13 @@ exclusive.</p>
|
|
6971
7064
|
<pre class="lines">
|
6972
7065
|
|
6973
7066
|
|
6974
|
-
|
6975
|
-
|
6976
|
-
|
6977
|
-
|
7067
|
+
1916
|
7068
|
+
1917
|
7069
|
+
1918
|
7070
|
+
1919</pre>
|
6978
7071
|
</td>
|
6979
7072
|
<td>
|
6980
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
7073
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 1916</span>
|
6981
7074
|
|
6982
7075
|
<span class='kw'>def</span> <span class='id identifier rubyid_warn'>warn</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span><span class='comma'>,</span> <span class='id identifier rubyid_nl'>nl</span> <span class='op'>=</span> <span class='kw'>false</span> <span class='rparen'>)</span>
|
6983
7076
|
<span class='id identifier rubyid_nl'>nl</span> <span class='op'>=</span> <span class='id identifier rubyid_nl'>nl</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</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>
|
@@ -7034,7 +7127,7 @@ exclusive.</p>
|
|
7034
7127
|
</div>
|
7035
7128
|
|
7036
7129
|
<div id="footer">
|
7037
|
-
Generated on Tue Jun 21
|
7130
|
+
Generated on Tue Jun 21 19:41:09 2016 by
|
7038
7131
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
7039
7132
|
0.8.7.6 (ruby-2.3.1).
|
7040
7133
|
</div>
|
data/doc/Como/RuleCheck.html
CHANGED
@@ -445,12 +445,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
445
445
|
<pre class="lines">
|
446
446
|
|
447
447
|
|
448
|
-
|
449
|
-
|
450
|
-
|
448
|
+
2160
|
449
|
+
2161
|
450
|
+
2162</pre>
|
451
451
|
</td>
|
452
452
|
<td>
|
453
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
453
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2160</span>
|
454
454
|
|
455
455
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
|
456
456
|
<span class='ivar'>@opt</span> <span class='op'>=</span> <span class='id identifier rubyid_opt'>opt</span>
|
@@ -531,13 +531,13 @@ is a meta language (DSL) for option combinations.</p>
|
|
531
531
|
<pre class="lines">
|
532
532
|
|
533
533
|
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
534
|
+
2153
|
535
|
+
2154
|
536
|
+
2155
|
537
|
+
2156</pre>
|
538
538
|
</td>
|
539
539
|
<td>
|
540
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
540
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2153</span>
|
541
541
|
|
542
542
|
<span class='kw'>def</span> <span class='const'>RuleCheck</span><span class='period'>.</span><span class='id identifier rubyid_check'>check</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
|
543
543
|
<span class='id identifier rubyid_rc'>rc</span> <span class='op'>=</span> <span class='const'>RuleCheck</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span>
|
@@ -580,12 +580,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
580
580
|
<pre class="lines">
|
581
581
|
|
582
582
|
|
583
|
-
|
584
|
-
|
585
|
-
|
583
|
+
2238
|
584
|
+
2239
|
585
|
+
2240</pre>
|
586
586
|
</td>
|
587
587
|
<td>
|
588
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
588
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2238</span>
|
589
589
|
|
590
590
|
<span class='kw'>def</span> <span class='id identifier rubyid_all'>all</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
591
591
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>==</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span>
|
@@ -621,12 +621,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
621
621
|
<pre class="lines">
|
622
622
|
|
623
623
|
|
624
|
-
|
625
|
-
|
626
|
-
|
624
|
+
2233
|
625
|
+
2234
|
626
|
+
2235</pre>
|
627
627
|
</td>
|
628
628
|
<td>
|
629
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
629
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2233</span>
|
630
630
|
|
631
631
|
<span class='kw'>def</span> <span class='id identifier rubyid_any'>any</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
632
632
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>></span> <span class='int'>0</span>
|
@@ -662,16 +662,16 @@ is a meta language (DSL) for option combinations.</p>
|
|
662
662
|
<pre class="lines">
|
663
663
|
|
664
664
|
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
665
|
+
2219
|
666
|
+
2220
|
667
|
+
2221
|
668
|
+
2222
|
669
|
+
2223
|
670
|
+
2224
|
671
|
+
2225</pre>
|
672
672
|
</td>
|
673
673
|
<td>
|
674
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
674
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2219</span>
|
675
675
|
|
676
676
|
<span class='kw'>def</span> <span class='id identifier rubyid_follow'>follow</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
677
677
|
<span class='kw'>if</span> <span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='id identifier rubyid_args'>args</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span> <span class='rparen'>)</span>
|
@@ -711,22 +711,22 @@ is a meta language (DSL) for option combinations.</p>
|
|
711
711
|
<pre class="lines">
|
712
712
|
|
713
713
|
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
714
|
+
2166
|
715
|
+
2167
|
716
|
+
2168
|
717
|
+
2169
|
718
|
+
2170
|
719
|
+
2171
|
720
|
+
2172
|
721
|
+
2173
|
722
|
+
2174
|
723
|
+
2175
|
724
|
+
2176
|
725
|
+
2177
|
726
|
+
2178</pre>
|
727
727
|
</td>
|
728
728
|
<td>
|
729
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
729
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2166</span>
|
730
730
|
|
731
731
|
<span class='kw'>def</span> <span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
732
732
|
|
@@ -772,27 +772,6 @@ is a meta language (DSL) for option combinations.</p>
|
|
772
772
|
<pre class="lines">
|
773
773
|
|
774
774
|
|
775
|
-
2166
|
776
|
-
2167
|
777
|
-
2168
|
778
|
-
2169
|
779
|
-
2170
|
780
|
-
2171
|
781
|
-
2172
|
782
|
-
2173
|
783
|
-
2174
|
784
|
-
2175
|
785
|
-
2176
|
786
|
-
2177
|
787
|
-
2178
|
788
|
-
2179
|
789
|
-
2180
|
790
|
-
2181
|
791
|
-
2182
|
792
|
-
2183
|
793
|
-
2184
|
794
|
-
2185
|
795
|
-
2186
|
796
775
|
2187
|
797
776
|
2188
|
798
777
|
2189
|
@@ -800,10 +779,31 @@ is a meta language (DSL) for option combinations.</p>
|
|
800
779
|
2191
|
801
780
|
2192
|
802
781
|
2193
|
803
|
-
2194
|
782
|
+
2194
|
783
|
+
2195
|
784
|
+
2196
|
785
|
+
2197
|
786
|
+
2198
|
787
|
+
2199
|
788
|
+
2200
|
789
|
+
2201
|
790
|
+
2202
|
791
|
+
2203
|
792
|
+
2204
|
793
|
+
2205
|
794
|
+
2206
|
795
|
+
2207
|
796
|
+
2208
|
797
|
+
2209
|
798
|
+
2210
|
799
|
+
2211
|
800
|
+
2212
|
801
|
+
2213
|
802
|
+
2214
|
803
|
+
2215</pre>
|
804
804
|
</td>
|
805
805
|
<td>
|
806
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
806
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2187</span>
|
807
807
|
|
808
808
|
<span class='kw'>def</span> <span class='id identifier rubyid_incr'>incr</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
809
809
|
|
@@ -865,12 +865,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
865
865
|
<pre class="lines">
|
866
866
|
|
867
867
|
|
868
|
-
|
869
|
-
|
870
|
-
|
868
|
+
2243
|
869
|
+
2244
|
870
|
+
2245</pre>
|
871
871
|
</td>
|
872
872
|
<td>
|
873
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
873
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2243</span>
|
874
874
|
|
875
875
|
<span class='kw'>def</span> <span class='id identifier rubyid_inv'>inv</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
876
876
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>==</span> <span class='int'>0</span>
|
@@ -906,12 +906,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
906
906
|
<pre class="lines">
|
907
907
|
|
908
908
|
|
909
|
-
|
910
|
-
|
911
|
-
|
909
|
+
2248
|
910
|
+
2249
|
911
|
+
2250</pre>
|
912
912
|
</td>
|
913
913
|
<td>
|
914
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
914
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2248</span>
|
915
915
|
|
916
916
|
<span class='kw'>def</span> <span class='id identifier rubyid_meh'>meh</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
917
917
|
<span class='kw'>true</span>
|
@@ -947,12 +947,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
947
947
|
<pre class="lines">
|
948
948
|
|
949
949
|
|
950
|
-
|
951
|
-
|
952
|
-
|
950
|
+
2181
|
951
|
+
2182
|
952
|
+
2183</pre>
|
953
953
|
</td>
|
954
954
|
<td>
|
955
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
955
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2181</span>
|
956
956
|
|
957
957
|
<span class='kw'>def</span> <span class='id identifier rubyid_none'>none</span>
|
958
958
|
<span class='ivar'>@opt</span><span class='period'>.</span><span class='id identifier rubyid_givenCount'>givenCount</span> <span class='op'>==</span> <span class='int'>0</span>
|
@@ -988,12 +988,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
988
988
|
<pre class="lines">
|
989
989
|
|
990
990
|
|
991
|
-
|
992
|
-
|
993
|
-
|
991
|
+
2228
|
992
|
+
2229
|
993
|
+
2230</pre>
|
994
994
|
</td>
|
995
995
|
<td>
|
996
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
996
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2228</span>
|
997
997
|
|
998
998
|
<span class='kw'>def</span> <span class='id identifier rubyid_one'>one</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
999
999
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>==</span> <span class='int'>1</span>
|
@@ -1008,7 +1008,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
1008
1008
|
</div>
|
1009
1009
|
|
1010
1010
|
<div id="footer">
|
1011
|
-
Generated on Tue Jun 21
|
1011
|
+
Generated on Tue Jun 21 19:41:09 2016 by
|
1012
1012
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1013
1013
|
0.8.7.6 (ruby-2.3.1).
|
1014
1014
|
</div>
|