como 0.2.1 → 0.2.2
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 +7 -0
- data/CHANGELOG.rdoc +2 -0
- data/doc/Como/ArgsParseState.html +50 -50
- data/doc/Como/ComoCommon.html +2 -2
- data/doc/Como/MainOpt.html +32 -32
- data/doc/Como/Opt/ErrorWithData.html +11 -11
- data/doc/Como/Opt/InvalidOption.html +2 -2
- data/doc/Como/Opt/MissingArgument.html +2 -2
- data/doc/Como/Opt.html +402 -402
- data/doc/Como/RuleCheck.html +56 -56
- data/doc/Como/RuleDisplay.html +70 -70
- data/doc/Como/Spec.html +73 -74
- data/doc/Como.html +2 -2
- data/doc/_index.html +2 -2
- data/doc/file.CHANGELOG.html +6 -3
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/top-level-namespace.html +2 -2
- data/lib/como.rb +18 -13
- data/lib/version.rb +1 -1
- data/test/golden/subcmd.txt +16 -0
- data/test/test_subcmd +1 -0
- metadata +63 -68
    
        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 | 
            +
            2222
         | 
| 449 | 
            +
            2223
         | 
| 450 | 
            +
            2224</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 2222</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 | 
            +
            2215
         | 
| 535 | 
            +
            2216
         | 
| 536 | 
            +
            2217
         | 
| 537 | 
            +
            2218</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 2215</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 | 
            +
            2300
         | 
| 584 | 
            +
            2301
         | 
| 585 | 
            +
            2302</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 2300</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 | 
            +
            2295
         | 
| 625 | 
            +
            2296
         | 
| 626 | 
            +
            2297</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 2295</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 | 
            -
            2276
         | 
| 666 | 
            -
            2277
         | 
| 667 | 
            -
            2278
         | 
| 668 | 
            -
            2279
         | 
| 669 | 
            -
            2280
         | 
| 670 665 | 
             
            2281
         | 
| 671 | 
            -
            2282 | 
| 666 | 
            +
            2282
         | 
| 667 | 
            +
            2283
         | 
| 668 | 
            +
            2284
         | 
| 669 | 
            +
            2285
         | 
| 670 | 
            +
            2286
         | 
| 671 | 
            +
            2287</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 2281</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,11 +711,6 @@ is a meta language (DSL) for option combinations.</p> | |
| 711 711 | 
             
                  <pre class="lines">
         | 
| 712 712 |  | 
| 713 713 |  | 
| 714 | 
            -
            2223
         | 
| 715 | 
            -
            2224
         | 
| 716 | 
            -
            2225
         | 
| 717 | 
            -
            2226
         | 
| 718 | 
            -
            2227
         | 
| 719 714 | 
             
            2228
         | 
| 720 715 | 
             
            2229
         | 
| 721 716 | 
             
            2230
         | 
| @@ -723,10 +718,15 @@ is a meta language (DSL) for option combinations.</p> | |
| 723 718 | 
             
            2232
         | 
| 724 719 | 
             
            2233
         | 
| 725 720 | 
             
            2234
         | 
| 726 | 
            -
            2235 | 
| 721 | 
            +
            2235
         | 
| 722 | 
            +
            2236
         | 
| 723 | 
            +
            2237
         | 
| 724 | 
            +
            2238
         | 
| 725 | 
            +
            2239
         | 
| 726 | 
            +
            2240</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 2228</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,11 +772,6 @@ is a meta language (DSL) for option combinations.</p> | |
| 772 772 | 
             
                  <pre class="lines">
         | 
| 773 773 |  | 
| 774 774 |  | 
| 775 | 
            -
            2244
         | 
| 776 | 
            -
            2245
         | 
| 777 | 
            -
            2246
         | 
| 778 | 
            -
            2247
         | 
| 779 | 
            -
            2248
         | 
| 780 775 | 
             
            2249
         | 
| 781 776 | 
             
            2250
         | 
| 782 777 | 
             
            2251
         | 
| @@ -800,10 +795,15 @@ is a meta language (DSL) for option combinations.</p> | |
| 800 795 | 
             
            2269
         | 
| 801 796 | 
             
            2270
         | 
| 802 797 | 
             
            2271
         | 
| 803 | 
            -
            2272 | 
| 798 | 
            +
            2272
         | 
| 799 | 
            +
            2273
         | 
| 800 | 
            +
            2274
         | 
| 801 | 
            +
            2275
         | 
| 802 | 
            +
            2276
         | 
| 803 | 
            +
            2277</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 2249</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 | 
            +
            2305
         | 
| 869 | 
            +
            2306
         | 
| 870 | 
            +
            2307</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 2305</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 | 
            +
            2310
         | 
| 910 | 
            +
            2311
         | 
| 911 | 
            +
            2312</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 2310</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 | 
            +
            2243
         | 
| 951 | 
            +
            2244
         | 
| 952 | 
            +
            2245</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 2243</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 | 
            +
            2290
         | 
| 992 | 
            +
            2291
         | 
| 993 | 
            +
            2292</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 2290</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,9 +1008,9 @@ is a meta language (DSL) for option combinations.</p> | |
| 1008 1008 | 
             
            </div>
         | 
| 1009 1009 |  | 
| 1010 1010 | 
             
                <div id="footer">
         | 
| 1011 | 
            -
              Generated on  | 
| 1011 | 
            +
              Generated on Fri Feb 17 00:05:17 2017 by
         | 
| 1012 1012 | 
             
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 1013 | 
            -
              0.8.7.6 (ruby-2.3. | 
| 1013 | 
            +
              0.8.7.6 (ruby-2.3.3).
         | 
| 1014 1014 | 
             
            </div>
         | 
| 1015 1015 |  | 
| 1016 1016 | 
             
              </body>
         | 
    
        data/doc/Como/RuleDisplay.html
    CHANGED
    
    | @@ -554,13 +554,13 @@ Example expansion of options: | |
| 554 554 | 
             
                  <pre class="lines">
         | 
| 555 555 |  | 
| 556 556 |  | 
| 557 | 
            -
             | 
| 558 | 
            -
             | 
| 559 | 
            -
             | 
| 560 | 
            -
             | 
| 557 | 
            +
            2341
         | 
| 558 | 
            +
            2342
         | 
| 559 | 
            +
            2343
         | 
| 560 | 
            +
            2344</pre>
         | 
| 561 561 | 
             
                </td>
         | 
| 562 562 | 
             
                <td>
         | 
| 563 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 563 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2341</span>
         | 
| 564 564 |  | 
| 565 565 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_prefixStr'>prefixStr</span> <span class='rparen'>)</span>
         | 
| 566 566 | 
             
                <span class='comment'># Prefix string for lines. Rules add/rm from it.
         | 
| @@ -604,13 +604,13 @@ Example expansion of options: | |
| 604 604 | 
             
                  <pre class="lines">
         | 
| 605 605 |  | 
| 606 606 |  | 
| 607 | 
            -
             | 
| 608 | 
            -
             | 
| 609 | 
            -
             | 
| 610 | 
            -
             | 
| 607 | 
            +
            2335
         | 
| 608 | 
            +
            2336
         | 
| 609 | 
            +
            2337
         | 
| 610 | 
            +
            2338</pre>
         | 
| 611 611 | 
             
                </td>
         | 
| 612 612 | 
             
                <td>
         | 
| 613 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 613 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2335</span>
         | 
| 614 614 |  | 
| 615 615 | 
             
            <span class='kw'>def</span> <span class='const'>RuleDisplay</span><span class='period'>.</span><span class='id identifier rubyid_print'>print</span><span class='lparen'>(</span> <span class='id identifier rubyid_prefixStr'>prefixStr</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>    </span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
         | 
| 616 616 | 
             
                <span class='id identifier rubyid_rd'>rd</span> <span class='op'>=</span> <span class='const'>RuleDisplay</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_prefixStr'>prefixStr</span> <span class='rparen'>)</span>
         | 
| @@ -653,12 +653,12 @@ Example expansion of options: | |
| 653 653 | 
             
                  <pre class="lines">
         | 
| 654 654 |  | 
| 655 655 |  | 
| 656 | 
            -
             | 
| 657 | 
            -
             | 
| 658 | 
            -
             | 
| 656 | 
            +
            2352
         | 
| 657 | 
            +
            2353
         | 
| 658 | 
            +
            2354</pre>
         | 
| 659 659 | 
             
                </td>
         | 
| 660 660 | 
             
                <td>
         | 
| 661 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 661 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2352</span>
         | 
| 662 662 |  | 
| 663 663 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_addPrefix'>addPrefix</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 664 664 | 
             
                <span class='ivar'>@prefixStr</span> <span class='op'>+=</span> <span class='id identifier rubyid_str'>str</span>
         | 
| @@ -694,12 +694,12 @@ Example expansion of options: | |
| 694 694 | 
             
                  <pre class="lines">
         | 
| 695 695 |  | 
| 696 696 |  | 
| 697 | 
            -
             | 
| 698 | 
            -
             | 
| 699 | 
            -
             | 
| 697 | 
            +
            2416
         | 
| 698 | 
            +
            2417
         | 
| 699 | 
            +
            2418</pre>
         | 
| 700 700 | 
             
                </td>
         | 
| 701 701 | 
             
                <td>
         | 
| 702 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 702 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2416</span>
         | 
| 703 703 |  | 
| 704 704 | 
             
            <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>
         | 
| 705 705 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>All of</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rbracket'>]</span>
         | 
| @@ -735,12 +735,12 @@ Example expansion of options: | |
| 735 735 | 
             
                  <pre class="lines">
         | 
| 736 736 |  | 
| 737 737 |  | 
| 738 | 
            -
             | 
| 739 | 
            -
             | 
| 740 | 
            -
             | 
| 738 | 
            +
            2411
         | 
| 739 | 
            +
            2412
         | 
| 740 | 
            +
            2413</pre>
         | 
| 741 741 | 
             
                </td>
         | 
| 742 742 | 
             
                <td>
         | 
| 743 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 743 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2411</span>
         | 
| 744 744 |  | 
| 745 745 | 
             
            <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>
         | 
| 746 746 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>One or more of</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rbracket'>]</span>
         | 
| @@ -776,12 +776,12 @@ Example expansion of options: | |
| 776 776 | 
             
                  <pre class="lines">
         | 
| 777 777 |  | 
| 778 778 |  | 
| 779 | 
            -
             | 
| 780 | 
            -
             | 
| 781 | 
            -
             | 
| 779 | 
            +
            2347
         | 
| 780 | 
            +
            2348
         | 
| 781 | 
            +
            2349</pre>
         | 
| 782 782 | 
             
                </td>
         | 
| 783 783 | 
             
                <td>
         | 
| 784 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 784 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2347</span>
         | 
| 785 785 |  | 
| 786 786 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_evalAndDisplay'>evalAndDisplay</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
         | 
| 787 787 | 
             
                <span class='id identifier rubyid_printRule'>printRule</span><span class='lparen'>(</span> <span class='id identifier rubyid_instance_eval'>instance_eval</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span> <span class='rparen'>)</span>
         | 
| @@ -817,12 +817,12 @@ Example expansion of options: | |
| 817 817 | 
             
                  <pre class="lines">
         | 
| 818 818 |  | 
| 819 819 |  | 
| 820 | 
            -
             | 
| 821 | 
            -
             | 
| 822 | 
            -
             | 
| 820 | 
            +
            2401
         | 
| 821 | 
            +
            2402
         | 
| 822 | 
            +
            2403</pre>
         | 
| 823 823 | 
             
                </td>
         | 
| 824 824 | 
             
                <td>
         | 
| 825 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 825 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2401</span>
         | 
| 826 826 |  | 
| 827 827 | 
             
            <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>
         | 
| 828 828 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>If first then rest</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rbracket'>]</span>
         | 
| @@ -858,12 +858,12 @@ Example expansion of options: | |
| 858 858 | 
             
                  <pre class="lines">
         | 
| 859 859 |  | 
| 860 860 |  | 
| 861 | 
            -
             | 
| 862 | 
            -
             | 
| 863 | 
            -
             | 
| 861 | 
            +
            2395
         | 
| 862 | 
            +
            2396
         | 
| 863 | 
            +
            2397</pre>
         | 
| 864 864 | 
             
                </td>
         | 
| 865 865 | 
             
                <td>
         | 
| 866 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 866 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2395</span>
         | 
| 867 867 |  | 
| 868 868 | 
             
            <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>
         | 
| 869 869 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Adding in order</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rbracket'>]</span>
         | 
| @@ -899,12 +899,12 @@ Example expansion of options: | |
| 899 899 | 
             
                  <pre class="lines">
         | 
| 900 900 |  | 
| 901 901 |  | 
| 902 | 
            -
             | 
| 903 | 
            -
             | 
| 904 | 
            -
             | 
| 902 | 
            +
            2421
         | 
| 903 | 
            +
            2422
         | 
| 904 | 
            +
            2423</pre>
         | 
| 905 905 | 
             
                </td>
         | 
| 906 906 | 
             
                <td>
         | 
| 907 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 907 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2421</span>
         | 
| 908 908 |  | 
| 909 909 | 
             
            <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>
         | 
| 910 910 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Not</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rbracket'>]</span>
         | 
| @@ -940,12 +940,12 @@ Example expansion of options: | |
| 940 940 | 
             
                  <pre class="lines">
         | 
| 941 941 |  | 
| 942 942 |  | 
| 943 | 
            -
             | 
| 944 | 
            -
             | 
| 945 | 
            -
             | 
| 943 | 
            +
            2426
         | 
| 944 | 
            +
            2427
         | 
| 945 | 
            +
            2428</pre>
         | 
| 946 946 | 
             
                </td>
         | 
| 947 947 | 
             
                <td>
         | 
| 948 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 948 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2426</span>
         | 
| 949 949 |  | 
| 950 950 | 
             
            <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>
         | 
| 951 951 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Ignoring</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rbracket'>]</span>
         | 
| @@ -981,12 +981,12 @@ Example expansion of options: | |
| 981 981 | 
             
                  <pre class="lines">
         | 
| 982 982 |  | 
| 983 983 |  | 
| 984 | 
            -
             | 
| 985 | 
            -
             | 
| 986 | 
            -
             | 
| 984 | 
            +
            2389
         | 
| 985 | 
            +
            2390
         | 
| 986 | 
            +
            2391</pre>
         | 
| 987 987 | 
             
                </td>
         | 
| 988 988 | 
             
                <td>
         | 
| 989 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 989 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2389</span>
         | 
| 990 990 |  | 
| 991 991 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_none'>none</span>
         | 
| 992 992 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>NONE</span><span class='tstring_end'>"</span></span> <span class='rbracket'>]</span>
         | 
| @@ -1022,12 +1022,12 @@ Example expansion of options: | |
| 1022 1022 | 
             
                  <pre class="lines">
         | 
| 1023 1023 |  | 
| 1024 1024 |  | 
| 1025 | 
            -
             | 
| 1026 | 
            -
             | 
| 1027 | 
            -
             | 
| 1025 | 
            +
            2406
         | 
| 1026 | 
            +
            2407
         | 
| 1027 | 
            +
            2408</pre>
         | 
| 1028 1028 | 
             
                </td>
         | 
| 1029 1029 | 
             
                <td>
         | 
| 1030 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 1030 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2406</span>
         | 
| 1031 1031 |  | 
| 1032 1032 | 
             
            <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>
         | 
| 1033 1033 | 
             
                <span class='lbracket'>[</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>One of</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rbracket'>]</span>
         | 
| @@ -1063,12 +1063,12 @@ Example expansion of options: | |
| 1063 1063 | 
             
                  <pre class="lines">
         | 
| 1064 1064 |  | 
| 1065 1065 |  | 
| 1066 | 
            -
             | 
| 1067 | 
            -
             | 
| 1068 | 
            -
             | 
| 1066 | 
            +
            2367
         | 
| 1067 | 
            +
            2368
         | 
| 1068 | 
            +
            2369</pre>
         | 
| 1069 1069 | 
             
                </td>
         | 
| 1070 1070 | 
             
                <td>
         | 
| 1071 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 1071 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2367</span>
         | 
| 1072 1072 |  | 
| 1073 1073 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_p'>p</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 1074 1074 | 
             
                <span class='cvar'>@@io</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span><span class='lparen'>(</span> <span class='ivar'>@prefixStr</span> <span class='op'>+</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| @@ -1104,11 +1104,6 @@ Example expansion of options: | |
| 1104 1104 | 
             
                  <pre class="lines">
         | 
| 1105 1105 |  | 
| 1106 1106 |  | 
| 1107 | 
            -
            2368
         | 
| 1108 | 
            -
            2369
         | 
| 1109 | 
            -
            2370
         | 
| 1110 | 
            -
            2371
         | 
| 1111 | 
            -
            2372
         | 
| 1112 1107 | 
             
            2373
         | 
| 1113 1108 | 
             
            2374
         | 
| 1114 1109 | 
             
            2375
         | 
| @@ -1117,10 +1112,15 @@ Example expansion of options: | |
| 1117 1112 | 
             
            2378
         | 
| 1118 1113 | 
             
            2379
         | 
| 1119 1114 | 
             
            2380
         | 
| 1120 | 
            -
            2381 | 
| 1115 | 
            +
            2381
         | 
| 1116 | 
            +
            2382
         | 
| 1117 | 
            +
            2383
         | 
| 1118 | 
            +
            2384
         | 
| 1119 | 
            +
            2385
         | 
| 1120 | 
            +
            2386</pre>
         | 
| 1121 1121 | 
             
                </td>
         | 
| 1122 1122 | 
             
                <td>
         | 
| 1123 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 1123 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2373</span>
         | 
| 1124 1124 |  | 
| 1125 1125 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_printRule'>printRule</span><span class='lparen'>(</span> <span class='id identifier rubyid_arr'>arr</span> <span class='rparen'>)</span>
         | 
| 1126 1126 | 
             
                <span class='id identifier rubyid_p'>p</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>|--# </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_arr'>arr</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span><span class='embexpr_end'>}</span><span class='tstring_content'>:</span><span class='tstring_end'>"</span></span> <span class='rparen'>)</span>
         | 
| @@ -1167,17 +1167,17 @@ Example expansion of options: | |
| 1167 1167 | 
             
                  <pre class="lines">
         | 
| 1168 1168 |  | 
| 1169 1169 |  | 
| 1170 | 
            -
            2352
         | 
| 1171 | 
            -
            2353
         | 
| 1172 | 
            -
            2354
         | 
| 1173 | 
            -
            2355
         | 
| 1174 | 
            -
            2356
         | 
| 1175 1170 | 
             
            2357
         | 
| 1176 1171 | 
             
            2358
         | 
| 1177 | 
            -
            2359 | 
| 1172 | 
            +
            2359
         | 
| 1173 | 
            +
            2360
         | 
| 1174 | 
            +
            2361
         | 
| 1175 | 
            +
            2362
         | 
| 1176 | 
            +
            2363
         | 
| 1177 | 
            +
            2364</pre>
         | 
| 1178 1178 | 
             
                </td>
         | 
| 1179 1179 | 
             
                <td>
         | 
| 1180 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 1180 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 2357</span>
         | 
| 1181 1181 |  | 
| 1182 1182 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_rmPrefix'>rmPrefix</span><span class='lparen'>(</span> <span class='id identifier rubyid_item'>item</span> <span class='rparen'>)</span>
         | 
| 1183 1183 | 
             
                <span class='kw'>if</span> <span class='id identifier rubyid_item'>item</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span> <span class='op'>==</span> <span class='const'>String</span>
         | 
| @@ -1197,9 +1197,9 @@ Example expansion of options: | |
| 1197 1197 | 
             
            </div>
         | 
| 1198 1198 |  | 
| 1199 1199 | 
             
                <div id="footer">
         | 
| 1200 | 
            -
              Generated on  | 
| 1200 | 
            +
              Generated on Fri Feb 17 00:05:18 2017 by
         | 
| 1201 1201 | 
             
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 1202 | 
            -
              0.8.7.6 (ruby-2.3. | 
| 1202 | 
            +
              0.8.7.6 (ruby-2.3.3).
         | 
| 1203 1203 | 
             
            </div>
         | 
| 1204 1204 |  | 
| 1205 1205 | 
             
              </body>
         |