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/Opt.html
    CHANGED
    
    | @@ -2291,11 +2291,6 @@ subcommands.</p> | |
| 2291 2291 | 
             
                  <pre class="lines">
         | 
| 2292 2292 |  | 
| 2293 2293 |  | 
| 2294 | 
            -
            1199
         | 
| 2295 | 
            -
            1200
         | 
| 2296 | 
            -
            1201
         | 
| 2297 | 
            -
            1202
         | 
| 2298 | 
            -
            1203
         | 
| 2299 2294 | 
             
            1204
         | 
| 2300 2295 | 
             
            1205
         | 
| 2301 2296 | 
             
            1206
         | 
| @@ -2316,10 +2311,15 @@ subcommands.</p> | |
| 2316 2311 | 
             
            1221
         | 
| 2317 2312 | 
             
            1222
         | 
| 2318 2313 | 
             
            1223
         | 
| 2319 | 
            -
            1224 | 
| 2314 | 
            +
            1224
         | 
| 2315 | 
            +
            1225
         | 
| 2316 | 
            +
            1226
         | 
| 2317 | 
            +
            1227
         | 
| 2318 | 
            +
            1228
         | 
| 2319 | 
            +
            1229</pre>
         | 
| 2320 2320 | 
             
                </td>
         | 
| 2321 2321 | 
             
                <td>
         | 
| 2322 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2322 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1204</span>
         | 
| 2323 2323 |  | 
| 2324 2324 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='id identifier rubyid_type'>type</span><span class='comma'>,</span> <span class='id identifier rubyid_doc'>doc</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
         | 
| 2325 2325 | 
             
                <span class='ivar'>@parent</span> <span class='op'>=</span> <span class='kw'>nil</span>
         | 
| @@ -2385,12 +2385,12 @@ subcommands.</p> | |
| 2385 2385 | 
             
                  <pre class="lines">
         | 
| 2386 2386 |  | 
| 2387 2387 |  | 
| 2388 | 
            -
             | 
| 2389 | 
            -
             | 
| 2390 | 
            -
             | 
| 2388 | 
            +
            1191
         | 
| 2389 | 
            +
            1192
         | 
| 2390 | 
            +
            1193</pre>
         | 
| 2391 2391 | 
             
                </td>
         | 
| 2392 2392 | 
             
                <td>
         | 
| 2393 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2393 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1191</span>
         | 
| 2394 2394 |  | 
| 2395 2395 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_config'>config</span>
         | 
| 2396 2396 | 
             
              <span class='ivar'>@config</span>
         | 
| @@ -2428,12 +2428,12 @@ subcommands.</p> | |
| 2428 2428 | 
             
                  <pre class="lines">
         | 
| 2429 2429 |  | 
| 2430 2430 |  | 
| 2431 | 
            -
             | 
| 2432 | 
            -
             | 
| 2433 | 
            -
             | 
| 2431 | 
            +
            1179
         | 
| 2432 | 
            +
            1180
         | 
| 2433 | 
            +
            1181</pre>
         | 
| 2434 2434 | 
             
                </td>
         | 
| 2435 2435 | 
             
                <td>
         | 
| 2436 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2436 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1179</span>
         | 
| 2437 2437 |  | 
| 2438 2438 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_doc'>doc</span>
         | 
| 2439 2439 | 
             
              <span class='ivar'>@doc</span>
         | 
| @@ -2499,11 +2499,6 @@ given.</p> | |
| 2499 2499 | 
             
                  <pre class="lines">
         | 
| 2500 2500 |  | 
| 2501 2501 |  | 
| 2502 | 
            -
            1635
         | 
| 2503 | 
            -
            1636
         | 
| 2504 | 
            -
            1637
         | 
| 2505 | 
            -
            1638
         | 
| 2506 | 
            -
            1639
         | 
| 2507 2502 | 
             
            1640
         | 
| 2508 2503 | 
             
            1641
         | 
| 2509 2504 | 
             
            1642
         | 
| @@ -2513,10 +2508,15 @@ given.</p> | |
| 2513 2508 | 
             
            1646
         | 
| 2514 2509 | 
             
            1647
         | 
| 2515 2510 | 
             
            1648
         | 
| 2516 | 
            -
            1649 | 
| 2511 | 
            +
            1649
         | 
| 2512 | 
            +
            1650
         | 
| 2513 | 
            +
            1651
         | 
| 2514 | 
            +
            1652
         | 
| 2515 | 
            +
            1653
         | 
| 2516 | 
            +
            1654</pre>
         | 
| 2517 2517 | 
             
                </td>
         | 
| 2518 2518 | 
             
                <td>
         | 
| 2519 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2519 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1640</span>
         | 
| 2520 2520 |  | 
| 2521 2521 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_given'>given</span><span class='lparen'>(</span> <span class='id identifier rubyid_optArg'>optArg</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_prog'>prog</span> <span class='rparen'>)</span>
         | 
| 2522 2522 | 
             
                <span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
         | 
| @@ -2566,12 +2566,12 @@ given.</p> | |
| 2566 2566 | 
             
                  <pre class="lines">
         | 
| 2567 2567 |  | 
| 2568 2568 |  | 
| 2569 | 
            -
             | 
| 2570 | 
            -
             | 
| 2571 | 
            -
             | 
| 2569 | 
            +
            1170
         | 
| 2570 | 
            +
            1171
         | 
| 2571 | 
            +
            1172</pre>
         | 
| 2572 2572 | 
             
                </td>
         | 
| 2573 2573 | 
             
                <td>
         | 
| 2574 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2574 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1170</span>
         | 
| 2575 2575 |  | 
| 2576 2576 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_longOpt'>longOpt</span>
         | 
| 2577 2577 | 
             
              <span class='ivar'>@longOpt</span>
         | 
| @@ -2609,12 +2609,12 @@ given.</p> | |
| 2609 2609 | 
             
                  <pre class="lines">
         | 
| 2610 2610 |  | 
| 2611 2611 |  | 
| 2612 | 
            -
             | 
| 2613 | 
            -
             | 
| 2614 | 
            -
             | 
| 2612 | 
            +
            1164
         | 
| 2613 | 
            +
            1165
         | 
| 2614 | 
            +
            1166</pre>
         | 
| 2615 2615 | 
             
                </td>
         | 
| 2616 2616 | 
             
                <td>
         | 
| 2617 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2617 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1164</span>
         | 
| 2618 2618 |  | 
| 2619 2619 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
         | 
| 2620 2620 | 
             
              <span class='ivar'>@name</span>
         | 
| @@ -2652,12 +2652,12 @@ given.</p> | |
| 2652 2652 | 
             
                  <pre class="lines">
         | 
| 2653 2653 |  | 
| 2654 2654 |  | 
| 2655 | 
            -
             | 
| 2656 | 
            -
             | 
| 2657 | 
            -
             | 
| 2655 | 
            +
            1160
         | 
| 2656 | 
            +
            1161
         | 
| 2657 | 
            +
            1162</pre>
         | 
| 2658 2658 | 
             
                </td>
         | 
| 2659 2659 | 
             
                <td>
         | 
| 2660 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2660 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1160</span>
         | 
| 2661 2661 |  | 
| 2662 2662 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_parent'>parent</span>
         | 
| 2663 2663 | 
             
              <span class='ivar'>@parent</span>
         | 
| @@ -2695,12 +2695,12 @@ given.</p> | |
| 2695 2695 | 
             
                  <pre class="lines">
         | 
| 2696 2696 |  | 
| 2697 2697 |  | 
| 2698 | 
            -
             | 
| 2699 | 
            -
             | 
| 2700 | 
            -
             | 
| 2698 | 
            +
            1194
         | 
| 2699 | 
            +
            1195
         | 
| 2700 | 
            +
            1196</pre>
         | 
| 2701 2701 | 
             
                </td>
         | 
| 2702 2702 | 
             
                <td>
         | 
| 2703 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2703 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1194</span>
         | 
| 2704 2704 |  | 
| 2705 2705 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_rules'>rules</span>
         | 
| 2706 2706 | 
             
              <span class='ivar'>@rules</span>
         | 
| @@ -2738,12 +2738,12 @@ given.</p> | |
| 2738 2738 | 
             
                  <pre class="lines">
         | 
| 2739 2739 |  | 
| 2740 2740 |  | 
| 2741 | 
            -
             | 
| 2742 | 
            -
             | 
| 2743 | 
            -
             | 
| 2741 | 
            +
            1167
         | 
| 2742 | 
            +
            1168
         | 
| 2743 | 
            +
            1169</pre>
         | 
| 2744 2744 | 
             
                </td>
         | 
| 2745 2745 | 
             
                <td>
         | 
| 2746 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2746 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1167</span>
         | 
| 2747 2747 |  | 
| 2748 2748 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_shortOpt'>shortOpt</span>
         | 
| 2749 2749 | 
             
              <span class='ivar'>@shortOpt</span>
         | 
| @@ -2781,12 +2781,12 @@ given.</p> | |
| 2781 2781 | 
             
                  <pre class="lines">
         | 
| 2782 2782 |  | 
| 2783 2783 |  | 
| 2784 | 
            -
             | 
| 2785 | 
            -
             | 
| 2786 | 
            -
             | 
| 2784 | 
            +
            1188
         | 
| 2785 | 
            +
            1189
         | 
| 2786 | 
            +
            1190</pre>
         | 
| 2787 2787 | 
             
                </td>
         | 
| 2788 2788 | 
             
                <td>
         | 
| 2789 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2789 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1188</span>
         | 
| 2790 2790 |  | 
| 2791 2791 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_subcmd'>subcmd</span>
         | 
| 2792 2792 | 
             
              <span class='ivar'>@subcmd</span>
         | 
| @@ -2824,12 +2824,12 @@ given.</p> | |
| 2824 2824 | 
             
                  <pre class="lines">
         | 
| 2825 2825 |  | 
| 2826 2826 |  | 
| 2827 | 
            -
             | 
| 2828 | 
            -
             | 
| 2829 | 
            -
             | 
| 2827 | 
            +
            1185
         | 
| 2828 | 
            +
            1186
         | 
| 2829 | 
            +
            1187</pre>
         | 
| 2830 2830 | 
             
                </td>
         | 
| 2831 2831 | 
             
                <td>
         | 
| 2832 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2832 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1185</span>
         | 
| 2833 2833 |  | 
| 2834 2834 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_subopt'>subopt</span>
         | 
| 2835 2835 | 
             
              <span class='ivar'>@subopt</span>
         | 
| @@ -2867,12 +2867,12 @@ given.</p> | |
| 2867 2867 | 
             
                  <pre class="lines">
         | 
| 2868 2868 |  | 
| 2869 2869 |  | 
| 2870 | 
            -
             | 
| 2871 | 
            -
             | 
| 2872 | 
            -
             | 
| 2870 | 
            +
            1173
         | 
| 2871 | 
            +
            1174
         | 
| 2872 | 
            +
            1175</pre>
         | 
| 2873 2873 | 
             
                </td>
         | 
| 2874 2874 | 
             
                <td>
         | 
| 2875 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2875 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1173</span>
         | 
| 2876 2876 |  | 
| 2877 2877 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
         | 
| 2878 2878 | 
             
              <span class='ivar'>@type</span>
         | 
| @@ -2910,12 +2910,12 @@ given.</p> | |
| 2910 2910 | 
             
                  <pre class="lines">
         | 
| 2911 2911 |  | 
| 2912 2912 |  | 
| 2913 | 
            -
             | 
| 2914 | 
            -
             | 
| 2915 | 
            -
             | 
| 2913 | 
            +
            1176
         | 
| 2914 | 
            +
            1177
         | 
| 2915 | 
            +
            1178</pre>
         | 
| 2916 2916 | 
             
                </td>
         | 
| 2917 2917 | 
             
                <td>
         | 
| 2918 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2918 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1176</span>
         | 
| 2919 2919 |  | 
| 2920 2920 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_value'>value</span>
         | 
| 2921 2921 | 
             
              <span class='ivar'>@value</span>
         | 
| @@ -2959,11 +2959,6 @@ list of all options.</p> | |
| 2959 2959 | 
             
                  <pre class="lines">
         | 
| 2960 2960 |  | 
| 2961 2961 |  | 
| 2962 | 
            -
            1038
         | 
| 2963 | 
            -
            1039
         | 
| 2964 | 
            -
            1040
         | 
| 2965 | 
            -
            1041
         | 
| 2966 | 
            -
            1042
         | 
| 2967 2962 | 
             
            1043
         | 
| 2968 2963 | 
             
            1044
         | 
| 2969 2964 | 
             
            1045
         | 
| @@ -2972,10 +2967,15 @@ list of all options.</p> | |
| 2972 2967 | 
             
            1048
         | 
| 2973 2968 | 
             
            1049
         | 
| 2974 2969 | 
             
            1050
         | 
| 2975 | 
            -
            1051 | 
| 2970 | 
            +
            1051
         | 
| 2971 | 
            +
            1052
         | 
| 2972 | 
            +
            1053
         | 
| 2973 | 
            +
            1054
         | 
| 2974 | 
            +
            1055
         | 
| 2975 | 
            +
            1056</pre>
         | 
| 2976 2976 | 
             
                </td>
         | 
| 2977 2977 | 
             
                <td>
         | 
| 2978 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 2978 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1043</span>
         | 
| 2979 2979 |  | 
| 2980 2980 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='op'>[]</span><span class='lparen'>(</span><span class='id identifier rubyid_str'>str</span><span class='rparen'>)</span>
         | 
| 2981 2981 |  | 
| @@ -3022,12 +3022,12 @@ list of all options.</p> | |
| 3022 3022 | 
             
                  <pre class="lines">
         | 
| 3023 3023 |  | 
| 3024 3024 |  | 
| 3025 | 
            -
             | 
| 3026 | 
            -
             | 
| 3027 | 
            -
             | 
| 3025 | 
            +
            1007
         | 
| 3026 | 
            +
            1008
         | 
| 3027 | 
            +
            1009</pre>
         | 
| 3028 3028 | 
             
                </td>
         | 
| 3029 3029 | 
             
                <td>
         | 
| 3030 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3030 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1007</span>
         | 
| 3031 3031 |  | 
| 3032 3032 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_addOpt'>addOpt</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span>
         | 
| 3033 3033 | 
             
                <span class='cvar'>@@opts</span><span class='period'>.</span><span class='id identifier rubyid_push'>push</span> <span class='id identifier rubyid_opt'>opt</span>
         | 
| @@ -3063,12 +3063,12 @@ list of all options.</p> | |
| 3063 3063 | 
             
                  <pre class="lines">
         | 
| 3064 3064 |  | 
| 3065 3065 |  | 
| 3066 | 
            -
             | 
| 3067 | 
            -
             | 
| 3068 | 
            -
             | 
| 3066 | 
            +
            1072
         | 
| 3067 | 
            +
            1073
         | 
| 3068 | 
            +
            1074</pre>
         | 
| 3069 3069 | 
             
                </td>
         | 
| 3070 3070 | 
             
                <td>
         | 
| 3071 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3071 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1072</span>
         | 
| 3072 3072 |  | 
| 3073 3073 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_author'>author</span>
         | 
| 3074 3074 | 
             
                <span class='cvar'>@@main</span><span class='period'>.</span><span class='id identifier rubyid_author'>author</span>
         | 
| @@ -3104,12 +3104,12 @@ list of all options.</p> | |
| 3104 3104 | 
             
                  <pre class="lines">
         | 
| 3105 3105 |  | 
| 3106 3106 |  | 
| 3107 | 
            -
             | 
| 3108 | 
            -
             | 
| 3109 | 
            -
             | 
| 3107 | 
            +
            1125
         | 
| 3108 | 
            +
            1126
         | 
| 3109 | 
            +
            1127</pre>
         | 
| 3110 3110 | 
             
                </td>
         | 
| 3111 3111 | 
             
                <td>
         | 
| 3112 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3112 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1125</span>
         | 
| 3113 3113 |  | 
| 3114 3114 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_configGet'>configGet</span>
         | 
| 3115 3115 | 
             
                <span class='cvar'>@@config</span>
         | 
| @@ -3145,12 +3145,12 @@ list of all options.</p> | |
| 3145 3145 | 
             
                  <pre class="lines">
         | 
| 3146 3146 |  | 
| 3147 3147 |  | 
| 3148 | 
            -
             | 
| 3149 | 
            -
             | 
| 3150 | 
            -
             | 
| 3148 | 
            +
            1119
         | 
| 3149 | 
            +
            1120
         | 
| 3150 | 
            +
            1121</pre>
         | 
| 3151 3151 | 
             
                </td>
         | 
| 3152 3152 | 
             
                <td>
         | 
| 3153 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3153 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1119</span>
         | 
| 3154 3154 |  | 
| 3155 3155 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_configOverlay'>configOverlay</span><span class='lparen'>(</span> <span class='id identifier rubyid_config'>config</span> <span class='rparen'>)</span>
         | 
| 3156 3156 | 
             
                <span class='cvar'>@@config</span><span class='period'>.</span><span class='id identifier rubyid_merge!'>merge!</span><span class='lparen'>(</span> <span class='id identifier rubyid_config'>config</span> <span class='rparen'>)</span>
         | 
| @@ -3187,12 +3187,12 @@ list of all options.</p> | |
| 3187 3187 | 
             
                  <pre class="lines">
         | 
| 3188 3188 |  | 
| 3189 3189 |  | 
| 3190 | 
            -
             | 
| 3191 | 
            -
             | 
| 3192 | 
            -
             | 
| 3190 | 
            +
            1132
         | 
| 3191 | 
            +
            1133
         | 
| 3192 | 
            +
            1134</pre>
         | 
| 3193 3193 | 
             
                </td>
         | 
| 3194 3194 | 
             
                <td>
         | 
| 3195 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3195 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1132</span>
         | 
| 3196 3196 |  | 
| 3197 3197 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_configSet'>configSet</span><span class='lparen'>(</span> <span class='id identifier rubyid_config'>config</span> <span class='rparen'>)</span>
         | 
| 3198 3198 | 
             
                <span class='cvar'>@@config</span> <span class='op'>=</span> <span class='id identifier rubyid_config'>config</span>
         | 
| @@ -3228,12 +3228,12 @@ list of all options.</p> | |
| 3228 3228 | 
             
                  <pre class="lines">
         | 
| 3229 3229 |  | 
| 3230 3230 |  | 
| 3231 | 
            -
             | 
| 3232 | 
            -
             | 
| 3233 | 
            -
             | 
| 3231 | 
            +
            1019
         | 
| 3232 | 
            +
            1020
         | 
| 3233 | 
            +
            1021</pre>
         | 
| 3234 3234 | 
             
                </td>
         | 
| 3235 3235 | 
             
                <td>
         | 
| 3236 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3236 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1019</span>
         | 
| 3237 3237 |  | 
| 3238 3238 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_current'>current</span>
         | 
| 3239 3239 | 
             
                <span class='cvar'>@@subcmd</span>
         | 
| @@ -3269,12 +3269,12 @@ list of all options.</p> | |
| 3269 3269 | 
             
                  <pre class="lines">
         | 
| 3270 3270 |  | 
| 3271 3271 |  | 
| 3272 | 
            -
             | 
| 3273 | 
            -
             | 
| 3274 | 
            -
             | 
| 3272 | 
            +
            1085
         | 
| 3273 | 
            +
            1086
         | 
| 3274 | 
            +
            1087</pre>
         | 
| 3275 3275 | 
             
                </td>
         | 
| 3276 3276 | 
             
                <td>
         | 
| 3277 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3277 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1085</span>
         | 
| 3278 3278 |  | 
| 3279 3279 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_default'>default</span>
         | 
| 3280 3280 | 
             
                <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span><span class='period'>.</span><span class='id identifier rubyid_default'>default</span>
         | 
| @@ -3310,12 +3310,12 @@ list of all options.</p> | |
| 3310 3310 | 
             
                  <pre class="lines">
         | 
| 3311 3311 |  | 
| 3312 3312 |  | 
| 3313 | 
            -
             | 
| 3314 | 
            -
             | 
| 3315 | 
            -
             | 
| 3313 | 
            +
            1101
         | 
| 3314 | 
            +
            1102
         | 
| 3315 | 
            +
            1103</pre>
         | 
| 3316 3316 | 
             
                </td>
         | 
| 3317 3317 | 
             
                <td>
         | 
| 3318 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3318 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1101</span>
         | 
| 3319 3319 |  | 
| 3320 3320 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_defaultOpt'>defaultOpt</span><span class='lparen'>(</span> <span class='id identifier rubyid_doc'>doc</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>No doc.</span><span class='tstring_end'>"</span></span> <span class='rparen'>)</span>
         | 
| 3321 3321 | 
             
                <span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'><default></span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'><default></span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='lbracket'>[</span> <span class='symbol'>:default</span><span class='comma'>,</span> <span class='symbol'>:none</span><span class='comma'>,</span> <span class='symbol'>:one</span><span class='comma'>,</span> <span class='symbol'>:many</span><span class='comma'>,</span> <span class='symbol'>:opt</span> <span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_doc'>doc</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='rbracket'>]</span> <span class='rparen'>)</span>
         | 
| @@ -3351,12 +3351,12 @@ list of all options.</p> | |
| 3351 3351 | 
             
                  <pre class="lines">
         | 
| 3352 3352 |  | 
| 3353 3353 |  | 
| 3354 | 
            -
             | 
| 3355 | 
            -
             | 
| 3356 | 
            -
             | 
| 3354 | 
            +
            1107
         | 
| 3355 | 
            +
            1108
         | 
| 3356 | 
            +
            1109</pre>
         | 
| 3357 3357 | 
             
                </td>
         | 
| 3358 3358 | 
             
                <td>
         | 
| 3359 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3359 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1107</span>
         | 
| 3360 3360 |  | 
| 3361 3361 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
         | 
| 3362 3362 | 
             
                <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span>
         | 
| @@ -3392,12 +3392,12 @@ list of all options.</p> | |
| 3392 3392 | 
             
                  <pre class="lines">
         | 
| 3393 3393 |  | 
| 3394 3394 |  | 
| 3395 | 
            -
             | 
| 3396 | 
            -
             | 
| 3397 | 
            -
             | 
| 3395 | 
            +
            1113
         | 
| 3396 | 
            +
            1114
         | 
| 3397 | 
            +
            1115</pre>
         | 
| 3398 3398 | 
             
                </td>
         | 
| 3399 3399 | 
             
                <td>
         | 
| 3400 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3400 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1113</span>
         | 
| 3401 3401 |  | 
| 3402 3402 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_each_given'>each_given</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
         | 
| 3403 3403 | 
             
                <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span><span class='period'>.</span><span class='id identifier rubyid_each_given'>each_given</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
         | 
| @@ -3433,12 +3433,12 @@ list of all options.</p> | |
| 3433 3433 | 
             
                  <pre class="lines">
         | 
| 3434 3434 |  | 
| 3435 3435 |  | 
| 3436 | 
            -
             | 
| 3437 | 
            -
             | 
| 3438 | 
            -
             | 
| 3436 | 
            +
            1138
         | 
| 3437 | 
            +
            1139
         | 
| 3438 | 
            +
            1140</pre>
         | 
| 3439 3439 | 
             
                </td>
         | 
| 3440 3440 | 
             
                <td>
         | 
| 3441 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3441 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1138</span>
         | 
| 3442 3442 |  | 
| 3443 3443 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</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>
         | 
| 3444 3444 | 
             
                <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span><span class='period'>.</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='rparen'>)</span>
         | 
| @@ -3475,12 +3475,12 @@ after '–').</p> | |
| 3475 3475 | 
             
                  <pre class="lines">
         | 
| 3476 3476 |  | 
| 3477 3477 |  | 
| 3478 | 
            -
             | 
| 3479 | 
            -
             | 
| 3480 | 
            -
             | 
| 3478 | 
            +
            1079
         | 
| 3479 | 
            +
            1080
         | 
| 3480 | 
            +
            1081</pre>
         | 
| 3481 3481 | 
             
                </td>
         | 
| 3482 3482 | 
             
                <td>
         | 
| 3483 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3483 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1079</span>
         | 
| 3484 3484 |  | 
| 3485 3485 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_external'>external</span>
         | 
| 3486 3486 | 
             
                <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span><span class='period'>.</span><span class='id identifier rubyid_external'>external</span>
         | 
| @@ -3516,12 +3516,12 @@ after '–').</p> | |
| 3516 3516 | 
             
                  <pre class="lines">
         | 
| 3517 3517 |  | 
| 3518 3518 |  | 
| 3519 | 
            -
             | 
| 3520 | 
            -
             | 
| 3521 | 
            -
             | 
| 3519 | 
            +
            1144
         | 
| 3520 | 
            +
            1145
         | 
| 3521 | 
            +
            1146</pre>
         | 
| 3522 3522 | 
             
                </td>
         | 
| 3523 3523 | 
             
                <td>
         | 
| 3524 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3524 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1144</span>
         | 
| 3525 3525 |  | 
| 3526 3526 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</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>
         | 
| 3527 3527 | 
             
                <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span><span class='period'>.</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>
         | 
| @@ -3557,17 +3557,17 @@ after '–').</p> | |
| 3557 3557 | 
             
                  <pre class="lines">
         | 
| 3558 3558 |  | 
| 3559 3559 |  | 
| 3560 | 
            -
            1020
         | 
| 3561 | 
            -
            1021
         | 
| 3562 | 
            -
            1022
         | 
| 3563 | 
            -
            1023
         | 
| 3564 | 
            -
            1024
         | 
| 3565 3560 | 
             
            1025
         | 
| 3566 3561 | 
             
            1026
         | 
| 3567 | 
            -
            1027 | 
| 3562 | 
            +
            1027
         | 
| 3563 | 
            +
            1028
         | 
| 3564 | 
            +
            1029
         | 
| 3565 | 
            +
            1030
         | 
| 3566 | 
            +
            1031
         | 
| 3567 | 
            +
            1032</pre>
         | 
| 3568 3568 | 
             
                </td>
         | 
| 3569 3569 | 
             
                <td>
         | 
| 3570 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3570 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1025</span>
         | 
| 3571 3571 |  | 
| 3572 3572 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_findOpt'>findOpt</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span> <span class='rparen'>)</span>
         | 
| 3573 3573 | 
             
                <span class='id identifier rubyid_idx'>idx</span> <span class='op'>=</span> <span class='cvar'>@@opts</span><span class='period'>.</span><span class='id identifier rubyid_index'>index</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_i'>i</span><span class='op'>|</span> <span class='id identifier rubyid_i'>i</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>==</span> <span class='id identifier rubyid_name'>name</span> <span class='kw'>end</span>
         | 
| @@ -3608,12 +3608,12 @@ after '–').</p> | |
| 3608 3608 | 
             
                  <pre class="lines">
         | 
| 3609 3609 |  | 
| 3610 3610 |  | 
| 3611 | 
            -
             | 
| 3612 | 
            -
             | 
| 3613 | 
            -
             | 
| 3611 | 
            +
            1091
         | 
| 3612 | 
            +
            1092
         | 
| 3613 | 
            +
            1093</pre>
         | 
| 3614 3614 | 
             
                </td>
         | 
| 3615 3615 | 
             
                <td>
         | 
| 3616 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3616 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1091</span>
         | 
| 3617 3617 |  | 
| 3618 3618 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_full'>full</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='id identifier rubyid_type'>type</span><span class='comma'>,</span> <span class='id identifier rubyid_doc'>doc</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>No doc.</span><span class='tstring_end'>"</span></span> <span class='rparen'>)</span>
         | 
| 3619 3619 | 
             
                <span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='id identifier rubyid_type'>type</span><span class='comma'>,</span> <span class='id identifier rubyid_doc'>doc</span> <span class='rparen'>)</span>
         | 
| @@ -3649,12 +3649,12 @@ after '–').</p> | |
| 3649 3649 | 
             
                  <pre class="lines">
         | 
| 3650 3650 |  | 
| 3651 3651 |  | 
| 3652 | 
            -
             | 
| 3653 | 
            -
             | 
| 3654 | 
            -
             | 
| 3652 | 
            +
            1001
         | 
| 3653 | 
            +
            1002
         | 
| 3654 | 
            +
            1003</pre>
         | 
| 3655 3655 | 
             
                </td>
         | 
| 3656 3656 | 
             
                <td>
         | 
| 3657 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3657 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1001</span>
         | 
| 3658 3658 |  | 
| 3659 3659 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span>
         | 
| 3660 3660 | 
             
                <span class='cvar'>@@main</span>
         | 
| @@ -3690,12 +3690,12 @@ after '–').</p> | |
| 3690 3690 | 
             
                  <pre class="lines">
         | 
| 3691 3691 |  | 
| 3692 3692 |  | 
| 3693 | 
            -
             | 
| 3694 | 
            -
             | 
| 3695 | 
            -
             | 
| 3693 | 
            +
            1060
         | 
| 3694 | 
            +
            1061
         | 
| 3695 | 
            +
            1062</pre>
         | 
| 3696 3696 | 
             
                </td>
         | 
| 3697 3697 | 
             
                <td>
         | 
| 3698 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3698 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1060</span>
         | 
| 3699 3699 |  | 
| 3700 3700 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_progname'>progname</span>
         | 
| 3701 3701 | 
             
                <span class='cvar'>@@main</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span>
         | 
| @@ -3731,12 +3731,12 @@ after '–').</p> | |
| 3731 3731 | 
             
                  <pre class="lines">
         | 
| 3732 3732 |  | 
| 3733 3733 |  | 
| 3734 | 
            -
             | 
| 3735 | 
            -
             | 
| 3736 | 
            -
             | 
| 3734 | 
            +
            1036
         | 
| 3735 | 
            +
            1037
         | 
| 3736 | 
            +
            1038</pre>
         | 
| 3737 3737 | 
             
                </td>
         | 
| 3738 3738 | 
             
                <td>
         | 
| 3739 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3739 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1036</span>
         | 
| 3740 3740 |  | 
| 3741 3741 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_reset'>reset</span>
         | 
| 3742 3742 | 
             
                <span class='cvar'>@@opts</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
         | 
| @@ -3772,13 +3772,13 @@ after '–').</p> | |
| 3772 3772 | 
             
                  <pre class="lines">
         | 
| 3773 3773 |  | 
| 3774 3774 |  | 
| 3775 | 
            -
             | 
| 3776 | 
            -
             | 
| 3777 | 
            -
             | 
| 3778 | 
            -
             | 
| 3775 | 
            +
            995
         | 
| 3776 | 
            +
            996
         | 
| 3777 | 
            +
            997
         | 
| 3778 | 
            +
            998</pre>
         | 
| 3779 3779 | 
             
                </td>
         | 
| 3780 3780 | 
             
                <td>
         | 
| 3781 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3781 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 995</span>
         | 
| 3782 3782 |  | 
| 3783 3783 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_setMain'>setMain</span><span class='lparen'>(</span> <span class='id identifier rubyid_main'>main</span> <span class='rparen'>)</span>
         | 
| 3784 3784 | 
             
                <span class='cvar'>@@main</span> <span class='op'>=</span> <span class='id identifier rubyid_main'>main</span>
         | 
| @@ -3815,12 +3815,12 @@ after '–').</p> | |
| 3815 3815 | 
             
                  <pre class="lines">
         | 
| 3816 3816 |  | 
| 3817 3817 |  | 
| 3818 | 
            -
             | 
| 3819 | 
            -
             | 
| 3820 | 
            -
             | 
| 3818 | 
            +
            1013
         | 
| 3819 | 
            +
            1014
         | 
| 3820 | 
            +
            1015</pre>
         | 
| 3821 3821 | 
             
                </td>
         | 
| 3822 3822 | 
             
                <td>
         | 
| 3823 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3823 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1013</span>
         | 
| 3824 3824 |  | 
| 3825 3825 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_setSubcmd'>setSubcmd</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span>
         | 
| 3826 3826 | 
             
                <span class='cvar'>@@subcmd</span> <span class='op'>=</span> <span class='id identifier rubyid_opt'>opt</span>
         | 
| @@ -3856,12 +3856,12 @@ after '–').</p> | |
| 3856 3856 | 
             
                  <pre class="lines">
         | 
| 3857 3857 |  | 
| 3858 3858 |  | 
| 3859 | 
            -
             | 
| 3860 | 
            -
             | 
| 3861 | 
            -
             | 
| 3859 | 
            +
            1096
         | 
| 3860 | 
            +
            1097
         | 
| 3861 | 
            +
            1098</pre>
         | 
| 3862 3862 | 
             
                </td>
         | 
| 3863 3863 | 
             
                <td>
         | 
| 3864 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3864 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1096</span>
         | 
| 3865 3865 |  | 
| 3866 3866 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_subcmd'>subcmd</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_doc'>doc</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>No doc.</span><span class='tstring_end'>"</span></span> <span class='rparen'>)</span>
         | 
| 3867 3867 | 
             
                <span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='symbol'>:subcmd</span><span class='comma'>,</span> <span class='id identifier rubyid_doc'>doc</span><span class='comma'>,</span> <span class='kw'>false</span> <span class='rparen'>)</span>
         | 
| @@ -3897,12 +3897,12 @@ after '–').</p> | |
| 3897 3897 | 
             
                  <pre class="lines">
         | 
| 3898 3898 |  | 
| 3899 3899 |  | 
| 3900 | 
            -
             | 
| 3901 | 
            -
             | 
| 3902 | 
            -
             | 
| 3900 | 
            +
            1150
         | 
| 3901 | 
            +
            1151
         | 
| 3902 | 
            +
            1152</pre>
         | 
| 3903 3903 | 
             
                </td>
         | 
| 3904 3904 | 
             
                <td>
         | 
| 3905 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3905 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1150</span>
         | 
| 3906 3906 |  | 
| 3907 3907 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</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>
         | 
| 3908 3908 | 
             
                <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_main'>main</span><span class='period'>.</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='rparen'>)</span>
         | 
| @@ -3938,12 +3938,12 @@ after '–').</p> | |
| 3938 3938 | 
             
                  <pre class="lines">
         | 
| 3939 3939 |  | 
| 3940 3940 |  | 
| 3941 | 
            -
             | 
| 3942 | 
            -
             | 
| 3943 | 
            -
             | 
| 3941 | 
            +
            1066
         | 
| 3942 | 
            +
            1067
         | 
| 3943 | 
            +
            1068</pre>
         | 
| 3944 3944 | 
             
                </td>
         | 
| 3945 3945 | 
             
                <td>
         | 
| 3946 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3946 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1066</span>
         | 
| 3947 3947 |  | 
| 3948 3948 | 
             
            <span class='kw'>def</span> <span class='const'>Opt</span><span class='period'>.</span><span class='id identifier rubyid_year'>year</span>
         | 
| 3949 3949 | 
             
                <span class='cvar'>@@main</span><span class='period'>.</span><span class='id identifier rubyid_year'>year</span>
         | 
| @@ -3985,16 +3985,16 @@ after '–').</p> | |
| 3985 3985 | 
             
                  <pre class="lines">
         | 
| 3986 3986 |  | 
| 3987 3987 |  | 
| 3988 | 
            -
            1561
         | 
| 3989 | 
            -
            1562
         | 
| 3990 | 
            -
            1563
         | 
| 3991 | 
            -
            1564
         | 
| 3992 | 
            -
            1565
         | 
| 3993 3988 | 
             
            1566
         | 
| 3994 | 
            -
            1567 | 
| 3989 | 
            +
            1567
         | 
| 3990 | 
            +
            1568
         | 
| 3991 | 
            +
            1569
         | 
| 3992 | 
            +
            1570
         | 
| 3993 | 
            +
            1571
         | 
| 3994 | 
            +
            1572</pre>
         | 
| 3995 3995 | 
             
                </td>
         | 
| 3996 3996 | 
             
                <td>
         | 
| 3997 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 3997 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1566</span>
         | 
| 3998 3998 |  | 
| 3999 3999 | 
             
            <span class='kw'>def</span> <span class='op'>[]</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 4000 4000 | 
             
                <span class='id identifier rubyid_ret'>ret</span> <span class='op'>=</span> <span class='id identifier rubyid_argByName'>argByName</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| @@ -4054,13 +4054,13 @@ after '–').</p> | |
| 4054 4054 | 
             
                  <pre class="lines">
         | 
| 4055 4055 |  | 
| 4056 4056 |  | 
| 4057 | 
            -
             | 
| 4058 | 
            -
             | 
| 4059 | 
            -
             | 
| 4060 | 
            -
             | 
| 4057 | 
            +
            1249
         | 
| 4058 | 
            +
            1250
         | 
| 4059 | 
            +
            1251
         | 
| 4060 | 
            +
            1252</pre>
         | 
| 4061 4061 | 
             
                </td>
         | 
| 4062 4062 | 
             
                <td>
         | 
| 4063 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4063 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1249</span>
         | 
| 4064 4064 |  | 
| 4065 4065 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_addOption'>addOption</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span>
         | 
| 4066 4066 | 
             
                <span class='id identifier rubyid_opt'>opt</span><span class='period'>.</span><span class='id identifier rubyid_parent'>parent</span> <span class='op'>=</span> <span class='kw'>self</span>
         | 
| @@ -4117,13 +4117,13 @@ after '–').</p> | |
| 4117 4117 | 
             
                  <pre class="lines">
         | 
| 4118 4118 |  | 
| 4119 4119 |  | 
| 4120 | 
            -
             | 
| 4121 | 
            -
             | 
| 4122 | 
            -
             | 
| 4123 | 
            -
             | 
| 4120 | 
            +
            1258
         | 
| 4121 | 
            +
            1259
         | 
| 4122 | 
            +
            1260
         | 
| 4123 | 
            +
            1261</pre>
         | 
| 4124 4124 | 
             
                </td>
         | 
| 4125 4125 | 
             
                <td>
         | 
| 4126 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4126 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1258</span>
         | 
| 4127 4127 |  | 
| 4128 4128 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_addSubcmd'>addSubcmd</span><span class='lparen'>(</span> <span class='id identifier rubyid_cmd'>cmd</span> <span class='rparen'>)</span>
         | 
| 4129 4129 | 
             
                <span class='id identifier rubyid_cmd'>cmd</span><span class='period'>.</span><span class='id identifier rubyid_parent'>parent</span> <span class='op'>=</span> <span class='kw'>self</span>
         | 
| @@ -4161,20 +4161,20 @@ after '–').</p> | |
| 4161 4161 | 
             
                  <pre class="lines">
         | 
| 4162 4162 |  | 
| 4163 4163 |  | 
| 4164 | 
            -
            1616
         | 
| 4165 | 
            -
            1617
         | 
| 4166 | 
            -
            1618
         | 
| 4167 | 
            -
            1619
         | 
| 4168 | 
            -
            1620
         | 
| 4169 4164 | 
             
            1621
         | 
| 4170 4165 | 
             
            1622
         | 
| 4171 4166 | 
             
            1623
         | 
| 4172 4167 | 
             
            1624
         | 
| 4173 4168 | 
             
            1625
         | 
| 4174 | 
            -
            1626 | 
| 4169 | 
            +
            1626
         | 
| 4170 | 
            +
            1627
         | 
| 4171 | 
            +
            1628
         | 
| 4172 | 
            +
            1629
         | 
| 4173 | 
            +
            1630
         | 
| 4174 | 
            +
            1631</pre>
         | 
| 4175 4175 | 
             
                </td>
         | 
| 4176 4176 | 
             
                <td>
         | 
| 4177 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4177 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1621</span>
         | 
| 4178 4178 |  | 
| 4179 4179 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_apply'>apply</span><span class='lparen'>(</span> <span class='id identifier rubyid_default'>default</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
         | 
| 4180 4180 | 
             
                <span class='kw'>if</span> <span class='id identifier rubyid_given'>given</span>
         | 
| @@ -4238,12 +4238,12 @@ after '–').</p> | |
| 4238 4238 | 
             
                  <pre class="lines">
         | 
| 4239 4239 |  | 
| 4240 4240 |  | 
| 4241 | 
            -
             | 
| 4242 | 
            -
             | 
| 4243 | 
            -
             | 
| 4241 | 
            +
            1267
         | 
| 4242 | 
            +
            1268
         | 
| 4243 | 
            +
            1269</pre>
         | 
| 4244 4244 | 
             
                </td>
         | 
| 4245 4245 | 
             
                <td>
         | 
| 4246 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4246 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1267</span>
         | 
| 4247 4247 |  | 
| 4248 4248 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_applyConfig'>applyConfig</span><span class='lparen'>(</span> <span class='id identifier rubyid_config'>config</span> <span class='rparen'>)</span>
         | 
| 4249 4249 | 
             
                <span class='ivar'>@config</span><span class='period'>.</span><span class='id identifier rubyid_merge!'>merge!</span><span class='lparen'>(</span> <span class='id identifier rubyid_config'>config</span> <span class='rparen'>)</span>
         | 
| @@ -4279,11 +4279,6 @@ after '–').</p> | |
| 4279 4279 | 
             
                  <pre class="lines">
         | 
| 4280 4280 |  | 
| 4281 4281 |  | 
| 4282 | 
            -
            1707
         | 
| 4283 | 
            -
            1708
         | 
| 4284 | 
            -
            1709
         | 
| 4285 | 
            -
            1710
         | 
| 4286 | 
            -
            1711
         | 
| 4287 4282 | 
             
            1712
         | 
| 4288 4283 | 
             
            1713
         | 
| 4289 4284 | 
             
            1714
         | 
| @@ -4295,10 +4290,15 @@ after '–').</p> | |
| 4295 4290 | 
             
            1720
         | 
| 4296 4291 | 
             
            1721
         | 
| 4297 4292 | 
             
            1722
         | 
| 4298 | 
            -
            1723 | 
| 4293 | 
            +
            1723
         | 
| 4294 | 
            +
            1724
         | 
| 4295 | 
            +
            1725
         | 
| 4296 | 
            +
            1726
         | 
| 4297 | 
            +
            1727
         | 
| 4298 | 
            +
            1728</pre>
         | 
| 4299 4299 | 
             
                </td>
         | 
| 4300 4300 | 
             
                <td>
         | 
| 4301 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4301 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1712</span>
         | 
| 4302 4302 |  | 
| 4303 4303 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_argById'>argById</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 4304 4304 | 
             
                <span class='kw'>if</span> <span class='id identifier rubyid_str'>str</span> <span class='op'>==</span> <span class='kw'>nil</span> <span class='op'>||</span> <span class='id identifier rubyid_str'>str</span> <span class='op'>==</span> <span class='symbol'>:default</span>
         | 
| @@ -4348,11 +4348,6 @@ after '–').</p> | |
| 4348 4348 | 
             
                  <pre class="lines">
         | 
| 4349 4349 |  | 
| 4350 4350 |  | 
| 4351 | 
            -
            1687
         | 
| 4352 | 
            -
            1688
         | 
| 4353 | 
            -
            1689
         | 
| 4354 | 
            -
            1690
         | 
| 4355 | 
            -
            1691
         | 
| 4356 4351 | 
             
            1692
         | 
| 4357 4352 | 
             
            1693
         | 
| 4358 4353 | 
             
            1694
         | 
| @@ -4364,10 +4359,15 @@ after '–').</p> | |
| 4364 4359 | 
             
            1700
         | 
| 4365 4360 | 
             
            1701
         | 
| 4366 4361 | 
             
            1702
         | 
| 4367 | 
            -
            1703 | 
| 4362 | 
            +
            1703
         | 
| 4363 | 
            +
            1704
         | 
| 4364 | 
            +
            1705
         | 
| 4365 | 
            +
            1706
         | 
| 4366 | 
            +
            1707
         | 
| 4367 | 
            +
            1708</pre>
         | 
| 4368 4368 | 
             
                </td>
         | 
| 4369 4369 | 
             
                <td>
         | 
| 4370 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4370 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1692</span>
         | 
| 4371 4371 |  | 
| 4372 4372 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_argByName'>argByName</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 4373 4373 | 
             
                <span class='kw'>if</span> <span class='id identifier rubyid_str'>str</span> <span class='op'>==</span> <span class='kw'>nil</span> <span class='op'>||</span> <span class='id identifier rubyid_str'>str</span> <span class='op'>==</span> <span class='symbol'>:default</span>
         | 
| @@ -4417,11 +4417,6 @@ after '–').</p> | |
| 4417 4417 | 
             
                  <pre class="lines">
         | 
| 4418 4418 |  | 
| 4419 4419 |  | 
| 4420 | 
            -
            1279
         | 
| 4421 | 
            -
            1280
         | 
| 4422 | 
            -
            1281
         | 
| 4423 | 
            -
            1282
         | 
| 4424 | 
            -
            1283
         | 
| 4425 4420 | 
             
            1284
         | 
| 4426 4421 | 
             
            1285
         | 
| 4427 4422 | 
             
            1286
         | 
| @@ -4458,10 +4453,15 @@ after '–').</p> | |
| 4458 4453 | 
             
            1317
         | 
| 4459 4454 | 
             
            1318
         | 
| 4460 4455 | 
             
            1319
         | 
| 4461 | 
            -
            1320 | 
| 4456 | 
            +
            1320
         | 
| 4457 | 
            +
            1321
         | 
| 4458 | 
            +
            1322
         | 
| 4459 | 
            +
            1323
         | 
| 4460 | 
            +
            1324
         | 
| 4461 | 
            +
            1325</pre>
         | 
| 4462 4462 | 
             
                </td>
         | 
| 4463 4463 | 
             
                <td>
         | 
| 4464 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4464 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1284</span>
         | 
| 4465 4465 |  | 
| 4466 4466 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_check'>check</span><span class='lparen'>(</span> <span class='id identifier rubyid_argsState'>argsState</span> <span class='rparen'>)</span>
         | 
| 4467 4467 |  | 
| @@ -4606,21 +4606,21 @@ after '–').</p> | |
| 4606 4606 | 
             
                  <pre class="lines">
         | 
| 4607 4607 |  | 
| 4608 4608 |  | 
| 4609 | 
            -
            1541
         | 
| 4610 | 
            -
            1542
         | 
| 4611 | 
            -
            1543
         | 
| 4612 | 
            -
            1544
         | 
| 4613 | 
            -
            1545
         | 
| 4614 4609 | 
             
            1546
         | 
| 4615 4610 | 
             
            1547
         | 
| 4616 4611 | 
             
            1548
         | 
| 4617 4612 | 
             
            1549
         | 
| 4618 4613 | 
             
            1550
         | 
| 4619 4614 | 
             
            1551
         | 
| 4620 | 
            -
            1552 | 
| 4615 | 
            +
            1552
         | 
| 4616 | 
            +
            1553
         | 
| 4617 | 
            +
            1554
         | 
| 4618 | 
            +
            1555
         | 
| 4619 | 
            +
            1556
         | 
| 4620 | 
            +
            1557</pre>
         | 
| 4621 4621 | 
             
                </td>
         | 
| 4622 4622 | 
             
                <td>
         | 
| 4623 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4623 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1546</span>
         | 
| 4624 4624 |  | 
| 4625 4625 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_checkAlso'>checkAlso</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='id identifier rubyid_error'>error</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_check'>check</span> <span class='rparen'>)</span>
         | 
| 4626 4626 | 
             
                <span class='kw'>begin</span>
         | 
| @@ -4679,11 +4679,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 4679 4679 | 
             
                  <pre class="lines">
         | 
| 4680 4680 |  | 
| 4681 4681 |  | 
| 4682 | 
            -
            1461
         | 
| 4683 | 
            -
            1462
         | 
| 4684 | 
            -
            1463
         | 
| 4685 | 
            -
            1464
         | 
| 4686 | 
            -
            1465
         | 
| 4687 4682 | 
             
            1466
         | 
| 4688 4683 | 
             
            1467
         | 
| 4689 4684 | 
             
            1468
         | 
| @@ -4730,10 +4725,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 4730 4725 | 
             
            1509
         | 
| 4731 4726 | 
             
            1510
         | 
| 4732 4727 | 
             
            1511
         | 
| 4733 | 
            -
            1512 | 
| 4728 | 
            +
            1512
         | 
| 4729 | 
            +
            1513
         | 
| 4730 | 
            +
            1514
         | 
| 4731 | 
            +
            1515
         | 
| 4732 | 
            +
            1516
         | 
| 4733 | 
            +
            1517</pre>
         | 
| 4734 4734 | 
             
                </td>
         | 
| 4735 4735 | 
             
                <td>
         | 
| 4736 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4736 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1466</span>
         | 
| 4737 4737 |  | 
| 4738 4738 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_checkMissing'>checkMissing</span>
         | 
| 4739 4739 |  | 
| @@ -4818,11 +4818,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 4818 4818 | 
             
                  <pre class="lines">
         | 
| 4819 4819 |  | 
| 4820 4820 |  | 
| 4821 | 
            -
            1517
         | 
| 4822 | 
            -
            1518
         | 
| 4823 | 
            -
            1519
         | 
| 4824 | 
            -
            1520
         | 
| 4825 | 
            -
            1521
         | 
| 4826 4821 | 
             
            1522
         | 
| 4827 4822 | 
             
            1523
         | 
| 4828 4823 | 
             
            1524
         | 
| @@ -4833,10 +4828,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 4833 4828 | 
             
            1529
         | 
| 4834 4829 | 
             
            1530
         | 
| 4835 4830 | 
             
            1531
         | 
| 4836 | 
            -
            1532 | 
| 4831 | 
            +
            1532
         | 
| 4832 | 
            +
            1533
         | 
| 4833 | 
            +
            1534
         | 
| 4834 | 
            +
            1535
         | 
| 4835 | 
            +
            1536
         | 
| 4836 | 
            +
            1537</pre>
         | 
| 4837 4837 | 
             
                </td>
         | 
| 4838 4838 | 
             
                <td>
         | 
| 4839 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4839 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1522</span>
         | 
| 4840 4840 |  | 
| 4841 4841 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_checkRule'>checkRule</span>
         | 
| 4842 4842 |  | 
| @@ -4885,11 +4885,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 4885 4885 | 
             
                  <pre class="lines">
         | 
| 4886 4886 |  | 
| 4887 4887 |  | 
| 4888 | 
            -
            1827
         | 
| 4889 | 
            -
            1828
         | 
| 4890 | 
            -
            1829
         | 
| 4891 | 
            -
            1830
         | 
| 4892 | 
            -
            1831
         | 
| 4893 4888 | 
             
            1832
         | 
| 4894 4889 | 
             
            1833
         | 
| 4895 4890 | 
             
            1834
         | 
| @@ -4927,10 +4922,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 4927 4922 | 
             
            1866
         | 
| 4928 4923 | 
             
            1867
         | 
| 4929 4924 | 
             
            1868
         | 
| 4930 | 
            -
            1869 | 
| 4925 | 
            +
            1869
         | 
| 4926 | 
            +
            1870
         | 
| 4927 | 
            +
            1871
         | 
| 4928 | 
            +
            1872
         | 
| 4929 | 
            +
            1873
         | 
| 4930 | 
            +
            1874</pre>
         | 
| 4931 4931 | 
             
                </td>
         | 
| 4932 4932 | 
             
                <td>
         | 
| 4933 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 4933 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1832</span>
         | 
| 4934 4934 |  | 
| 4935 4935 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_cmdline'>cmdline</span>
         | 
| 4936 4936 | 
             
                <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
         | 
| @@ -5006,12 +5006,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5006 5006 | 
             
                  <pre class="lines">
         | 
| 5007 5007 |  | 
| 5008 5008 |  | 
| 5009 | 
            -
             | 
| 5010 | 
            -
             | 
| 5011 | 
            -
             | 
| 5009 | 
            +
            1686
         | 
| 5010 | 
            +
            1687
         | 
| 5011 | 
            +
            1688</pre>
         | 
| 5012 5012 | 
             
                </td>
         | 
| 5013 5013 | 
             
                <td>
         | 
| 5014 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5014 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1686</span>
         | 
| 5015 5015 |  | 
| 5016 5016 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_default'>default</span>
         | 
| 5017 5017 | 
             
                <span class='id identifier rubyid_argByName'>argByName</span><span class='lparen'>(</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
         | 
| @@ -5047,14 +5047,14 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5047 5047 | 
             
                  <pre class="lines">
         | 
| 5048 5048 |  | 
| 5049 5049 |  | 
| 5050 | 
            -
             | 
| 5051 | 
            -
             | 
| 5052 | 
            -
             | 
| 5053 | 
            -
             | 
| 5054 | 
            -
             | 
| 5050 | 
            +
            1588
         | 
| 5051 | 
            +
            1589
         | 
| 5052 | 
            +
            1590
         | 
| 5053 | 
            +
            1591
         | 
| 5054 | 
            +
            1592</pre>
         | 
| 5055 5055 | 
             
                </td>
         | 
| 5056 5056 | 
             
                <td>
         | 
| 5057 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5057 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1588</span>
         | 
| 5058 5058 |  | 
| 5059 5059 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
         | 
| 5060 5060 | 
             
                <span class='id identifier rubyid_suball'>suball</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_o'>o</span><span class='op'>|</span>
         | 
| @@ -5092,14 +5092,14 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5092 5092 | 
             
                  <pre class="lines">
         | 
| 5093 5093 |  | 
| 5094 5094 |  | 
| 5095 | 
            -
             | 
| 5096 | 
            -
             | 
| 5097 | 
            -
             | 
| 5098 | 
            -
             | 
| 5099 | 
            -
             | 
| 5095 | 
            +
            1596
         | 
| 5096 | 
            +
            1597
         | 
| 5097 | 
            +
            1598
         | 
| 5098 | 
            +
            1599
         | 
| 5099 | 
            +
            1600</pre>
         | 
| 5100 5100 | 
             
                </td>
         | 
| 5101 5101 | 
             
                <td>
         | 
| 5102 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5102 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1596</span>
         | 
| 5103 5103 |  | 
| 5104 5104 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_each_given'>each_given</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_blk'>blk</span> <span class='rparen'>)</span>
         | 
| 5105 5105 | 
             
                <span class='id identifier rubyid_suball'>suball</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_o'>o</span><span class='op'>|</span>
         | 
| @@ -5175,13 +5175,13 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5175 5175 | 
             
                  <pre class="lines">
         | 
| 5176 5176 |  | 
| 5177 5177 |  | 
| 5178 | 
            -
             | 
| 5179 | 
            -
             | 
| 5180 | 
            -
             | 
| 5181 | 
            -
             | 
| 5178 | 
            +
            1956
         | 
| 5179 | 
            +
            1957
         | 
| 5180 | 
            +
            1958
         | 
| 5181 | 
            +
            1959</pre>
         | 
| 5182 5182 | 
             
                </td>
         | 
| 5183 5183 | 
             
                <td>
         | 
| 5184 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5184 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1956</span>
         | 
| 5185 5185 |  | 
| 5186 5186 | 
             
            <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>
         | 
| 5187 5187 | 
             
                <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>
         | 
| @@ -5218,12 +5218,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5218 5218 | 
             
                  <pre class="lines">
         | 
| 5219 5219 |  | 
| 5220 5220 |  | 
| 5221 | 
            -
             | 
| 5222 | 
            -
             | 
| 5223 | 
            -
             | 
| 5221 | 
            +
            1963
         | 
| 5222 | 
            +
            1964
         | 
| 5223 | 
            +
            1965</pre>
         | 
| 5224 5224 | 
             
                </td>
         | 
| 5225 5225 | 
             
                <td>
         | 
| 5226 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5226 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1963</span>
         | 
| 5227 5227 |  | 
| 5228 5228 | 
             
            <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>
         | 
| 5229 5229 | 
             
                <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>
         | 
| @@ -5259,12 +5259,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5259 5259 | 
             
                  <pre class="lines">
         | 
| 5260 5260 |  | 
| 5261 5261 |  | 
| 5262 | 
            -
             | 
| 5263 | 
            -
             | 
| 5264 | 
            -
             | 
| 5262 | 
            +
            1987
         | 
| 5263 | 
            +
            1988
         | 
| 5264 | 
            +
            1989</pre>
         | 
| 5265 5265 | 
             
                </td>
         | 
| 5266 5266 | 
             
                <td>
         | 
| 5267 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5267 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1987</span>
         | 
| 5268 5268 |  | 
| 5269 5269 | 
             
            <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>
         | 
| 5270 5270 | 
             
                <span class='id identifier rubyid_instance_eval'>instance_eval</span> <span class='op'>&</span><span class='id identifier rubyid_check'>check</span>
         | 
| @@ -5300,13 +5300,13 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5300 5300 | 
             
                  <pre class="lines">
         | 
| 5301 5301 |  | 
| 5302 5302 |  | 
| 5303 | 
            -
             | 
| 5304 | 
            -
             | 
| 5305 | 
            -
             | 
| 5306 | 
            -
             | 
| 5303 | 
            +
            1969
         | 
| 5304 | 
            +
            1970
         | 
| 5305 | 
            +
            1971
         | 
| 5306 | 
            +
            1972</pre>
         | 
| 5307 5307 | 
             
                </td>
         | 
| 5308 5308 | 
             
                <td>
         | 
| 5309 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5309 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1969</span>
         | 
| 5310 5310 |  | 
| 5311 5311 | 
             
            <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>
         | 
| 5312 5312 | 
             
                <span class='id identifier rubyid_error'>error</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| @@ -5343,20 +5343,20 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5343 5343 | 
             
                  <pre class="lines">
         | 
| 5344 5344 |  | 
| 5345 5345 |  | 
| 5346 | 
            -
            1898
         | 
| 5347 | 
            -
            1899
         | 
| 5348 | 
            -
            1900
         | 
| 5349 | 
            -
            1901
         | 
| 5350 | 
            -
            1902
         | 
| 5351 5346 | 
             
            1903
         | 
| 5352 5347 | 
             
            1904
         | 
| 5353 5348 | 
             
            1905
         | 
| 5354 5349 | 
             
            1906
         | 
| 5355 5350 | 
             
            1907
         | 
| 5356 | 
            -
            1908 | 
| 5351 | 
            +
            1908
         | 
| 5352 | 
            +
            1909
         | 
| 5353 | 
            +
            1910
         | 
| 5354 | 
            +
            1911
         | 
| 5355 | 
            +
            1912
         | 
| 5356 | 
            +
            1913</pre>
         | 
| 5357 5357 | 
             
                </td>
         | 
| 5358 5358 | 
             
                <td>
         | 
| 5359 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5359 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1903</span>
         | 
| 5360 5360 |  | 
| 5361 5361 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_findOpt'>findOpt</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 5362 5362 | 
             
                <span class='kw'>if</span> <span class='id identifier rubyid_str'>str</span> <span class='op'>==</span> <span class='kw'>nil</span>
         | 
| @@ -5400,16 +5400,16 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5400 5400 | 
             
                  <pre class="lines">
         | 
| 5401 5401 |  | 
| 5402 5402 |  | 
| 5403 | 
            -
            1599
         | 
| 5404 | 
            -
            1600
         | 
| 5405 | 
            -
            1601
         | 
| 5406 | 
            -
            1602
         | 
| 5407 | 
            -
            1603
         | 
| 5408 5403 | 
             
            1604
         | 
| 5409 | 
            -
            1605 | 
| 5404 | 
            +
            1605
         | 
| 5405 | 
            +
            1606
         | 
| 5406 | 
            +
            1607
         | 
| 5407 | 
            +
            1608
         | 
| 5408 | 
            +
            1609
         | 
| 5409 | 
            +
            1610</pre>
         | 
| 5410 5410 | 
             
                </td>
         | 
| 5411 5411 | 
             
                <td>
         | 
| 5412 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5412 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1604</span>
         | 
| 5413 5413 |  | 
| 5414 5414 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_givenCount'>givenCount</span>
         | 
| 5415 5415 | 
             
                <span class='id identifier rubyid_cnt'>cnt</span> <span class='op'>=</span> <span class='int'>0</span>
         | 
| @@ -5449,12 +5449,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5449 5449 | 
             
                  <pre class="lines">
         | 
| 5450 5450 |  | 
| 5451 5451 |  | 
| 5452 | 
            -
             | 
| 5453 | 
            -
             | 
| 5454 | 
            -
             | 
| 5452 | 
            +
            1662
         | 
| 5453 | 
            +
            1663
         | 
| 5454 | 
            +
            1664</pre>
         | 
| 5455 5455 | 
             
                </td>
         | 
| 5456 5456 | 
             
                <td>
         | 
| 5457 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5457 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1662</span>
         | 
| 5458 5458 |  | 
| 5459 5459 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_givenSubcmd'>givenSubcmd</span>
         | 
| 5460 5460 | 
             
                <span class='lparen'>(</span> <span class='ivar'>@subcmd</span><span class='period'>.</span><span class='id identifier rubyid_select'>select</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_o'>o</span><span class='op'>|</span> <span class='id identifier rubyid_o'>o</span><span class='period'>.</span><span class='id identifier rubyid_given'>given</span> <span class='kw'>end</span> <span class='rparen'>)</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
         | 
| @@ -5490,17 +5490,17 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5490 5490 | 
             
                  <pre class="lines">
         | 
| 5491 5491 |  | 
| 5492 5492 |  | 
| 5493 | 
            -
            1733
         | 
| 5494 | 
            -
            1734
         | 
| 5495 | 
            -
            1735
         | 
| 5496 | 
            -
            1736
         | 
| 5497 | 
            -
            1737
         | 
| 5498 5493 | 
             
            1738
         | 
| 5499 5494 | 
             
            1739
         | 
| 5500 | 
            -
            1740 | 
| 5495 | 
            +
            1740
         | 
| 5496 | 
            +
            1741
         | 
| 5497 | 
            +
            1742
         | 
| 5498 | 
            +
            1743
         | 
| 5499 | 
            +
            1744
         | 
| 5500 | 
            +
            1745</pre>
         | 
| 5501 5501 | 
             
                </td>
         | 
| 5502 5502 | 
             
                <td>
         | 
| 5503 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5503 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1738</span>
         | 
| 5504 5504 |  | 
| 5505 5505 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_hasSwitchStyleDoc'>hasSwitchStyleDoc</span>
         | 
| 5506 5506 | 
             
                <span class='kw'>if</span> <span class='lparen'>(</span> <span class='id identifier rubyid_prim?'>prim?</span><span class='lparen'>(</span> <span class='symbol'>:none</span> <span class='rparen'>)</span> <span class='op'>&&</span> <span class='op'>!</span><span class='id identifier rubyid_prim?'>prim?</span><span class='lparen'>(</span> <span class='symbol'>:many</span> <span class='rparen'>)</span> <span class='rparen'>)</span> <span class='op'>||</span>
         | 
| @@ -5541,12 +5541,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5541 5541 | 
             
                  <pre class="lines">
         | 
| 5542 5542 |  | 
| 5543 5543 |  | 
| 5544 | 
            -
             | 
| 5545 | 
            -
             | 
| 5546 | 
            -
             | 
| 5544 | 
            +
            1576
         | 
| 5545 | 
            +
            1577
         | 
| 5546 | 
            +
            1578</pre>
         | 
| 5547 5547 | 
             
                </td>
         | 
| 5548 5548 | 
             
                <td>
         | 
| 5549 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5549 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1576</span>
         | 
| 5550 5550 |  | 
| 5551 5551 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_opt'>opt</span>
         | 
| 5552 5552 | 
             
                <span class='ivar'>@shortOpt</span> <span class='op'>?</span> <span class='ivar'>@shortOpt</span> <span class='op'>:</span> <span class='ivar'>@longOpt</span>
         | 
| @@ -5607,18 +5607,18 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5607 5607 | 
             
                  <pre class="lines">
         | 
| 5608 5608 |  | 
| 5609 5609 |  | 
| 5610 | 
            -
            1669
         | 
| 5611 | 
            -
            1670
         | 
| 5612 | 
            -
            1671
         | 
| 5613 | 
            -
            1672
         | 
| 5614 | 
            -
            1673
         | 
| 5615 5610 | 
             
            1674
         | 
| 5616 5611 | 
             
            1675
         | 
| 5617 5612 | 
             
            1676
         | 
| 5618 | 
            -
            1677 | 
| 5613 | 
            +
            1677
         | 
| 5614 | 
            +
            1678
         | 
| 5615 | 
            +
            1679
         | 
| 5616 | 
            +
            1680
         | 
| 5617 | 
            +
            1681
         | 
| 5618 | 
            +
            1682</pre>
         | 
| 5619 5619 | 
             
                </td>
         | 
| 5620 5620 | 
             
                <td>
         | 
| 5621 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5621 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1674</span>
         | 
| 5622 5622 |  | 
| 5623 5623 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_params'>params</span>
         | 
| 5624 5624 | 
             
                <span class='id identifier rubyid_map'>map</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
         | 
| @@ -5660,11 +5660,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5660 5660 | 
             
                  <pre class="lines">
         | 
| 5661 5661 |  | 
| 5662 5662 |  | 
| 5663 | 
            -
            1325
         | 
| 5664 | 
            -
            1326
         | 
| 5665 | 
            -
            1327
         | 
| 5666 | 
            -
            1328
         | 
| 5667 | 
            -
            1329
         | 
| 5668 5663 | 
             
            1330
         | 
| 5669 5664 | 
             
            1331
         | 
| 5670 5665 | 
             
            1332
         | 
| @@ -5790,10 +5785,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5790 5785 | 
             
            1452
         | 
| 5791 5786 | 
             
            1453
         | 
| 5792 5787 | 
             
            1454
         | 
| 5793 | 
            -
            1455 | 
| 5788 | 
            +
            1455
         | 
| 5789 | 
            +
            1456
         | 
| 5790 | 
            +
            1457
         | 
| 5791 | 
            +
            1458
         | 
| 5792 | 
            +
            1459
         | 
| 5793 | 
            +
            1460</pre>
         | 
| 5794 5794 | 
             
                </td>
         | 
| 5795 5795 | 
             
                <td>
         | 
| 5796 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5796 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1330</span>
         | 
| 5797 5797 |  | 
| 5798 5798 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span> <span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='id identifier rubyid_checkInvalids'>checkInvalids</span> <span class='op'>=</span> <span class='kw'>true</span> <span class='rparen'>)</span>
         | 
| 5799 5799 |  | 
| @@ -5970,12 +5970,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 5970 5970 | 
             
                  <pre class="lines">
         | 
| 5971 5971 |  | 
| 5972 5972 |  | 
| 5973 | 
            -
             | 
| 5974 | 
            -
             | 
| 5975 | 
            -
             | 
| 5973 | 
            +
            1732
         | 
| 5974 | 
            +
            1733
         | 
| 5975 | 
            +
            1734</pre>
         | 
| 5976 5976 | 
             
                </td>
         | 
| 5977 5977 | 
             
                <td>
         | 
| 5978 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 5978 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1732</span>
         | 
| 5979 5979 |  | 
| 5980 5980 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_prim?'>prim?</span><span class='lparen'>(</span> <span class='id identifier rubyid_prim'>prim</span> <span class='rparen'>)</span>
         | 
| 5981 5981 | 
             
                <span class='ivar'>@type</span><span class='period'>.</span><span class='id identifier rubyid_index'>index</span><span class='lparen'>(</span> <span class='id identifier rubyid_prim'>prim</span> <span class='rparen'>)</span>
         | 
| @@ -6026,18 +6026,18 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6026 6026 | 
             
                  <pre class="lines">
         | 
| 6027 6027 |  | 
| 6028 6028 |  | 
| 6029 | 
            -
            1230
         | 
| 6030 | 
            -
            1231
         | 
| 6031 | 
            -
            1232
         | 
| 6032 | 
            -
            1233
         | 
| 6033 | 
            -
            1234
         | 
| 6034 6029 | 
             
            1235
         | 
| 6035 6030 | 
             
            1236
         | 
| 6036 6031 | 
             
            1237
         | 
| 6037 | 
            -
            1238 | 
| 6032 | 
            +
            1238
         | 
| 6033 | 
            +
            1239
         | 
| 6034 | 
            +
            1240
         | 
| 6035 | 
            +
            1241
         | 
| 6036 | 
            +
            1242
         | 
| 6037 | 
            +
            1243</pre>
         | 
| 6038 6038 | 
             
                </td>
         | 
| 6039 6039 | 
             
                <td>
         | 
| 6040 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6040 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1235</span>
         | 
| 6041 6041 |  | 
| 6042 6042 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_setOptionSubcmd'>setOptionSubcmd</span><span class='lparen'>(</span> <span class='id identifier rubyid_opts'>opts</span><span class='comma'>,</span> <span class='id identifier rubyid_subs'>subs</span> <span class='rparen'>)</span>
         | 
| 6043 6043 | 
             
                <span class='id identifier rubyid_opts'>opts</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>
         | 
| @@ -6099,12 +6099,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6099 6099 | 
             
                  <pre class="lines">
         | 
| 6100 6100 |  | 
| 6101 6101 |  | 
| 6102 | 
            -
             | 
| 6103 | 
            -
             | 
| 6104 | 
            -
             | 
| 6102 | 
            +
            1275
         | 
| 6103 | 
            +
            1276
         | 
| 6104 | 
            +
            1277</pre>
         | 
| 6105 6105 | 
             
                </td>
         | 
| 6106 6106 | 
             
                <td>
         | 
| 6107 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6107 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1275</span>
         | 
| 6108 6108 |  | 
| 6109 6109 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_setRuleCheck'>setRuleCheck</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
         | 
| 6110 6110 | 
             
                <span class='ivar'>@rules</span> <span class='op'>=</span> <span class='id identifier rubyid_rule'>rule</span>
         | 
| @@ -6140,12 +6140,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6140 6140 | 
             
                  <pre class="lines">
         | 
| 6141 6141 |  | 
| 6142 6142 |  | 
| 6143 | 
            -
             | 
| 6144 | 
            -
             | 
| 6145 | 
            -
             | 
| 6143 | 
            +
            1758
         | 
| 6144 | 
            +
            1759
         | 
| 6145 | 
            +
            1760</pre>
         | 
| 6146 6146 | 
             
                </td>
         | 
| 6147 6147 | 
             
                <td>
         | 
| 6148 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6148 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1758</span>
         | 
| 6149 6149 |  | 
| 6150 6150 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_setUsageFooter'>setUsageFooter</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 6151 6151 | 
             
                <span class='ivar'>@config</span><span class='lbracket'>[</span> <span class='symbol'>:footer</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_str'>str</span>
         | 
| @@ -6181,12 +6181,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6181 6181 | 
             
                  <pre class="lines">
         | 
| 6182 6182 |  | 
| 6183 6183 |  | 
| 6184 | 
            -
             | 
| 6185 | 
            -
             | 
| 6186 | 
            -
             | 
| 6184 | 
            +
            1752
         | 
| 6185 | 
            +
            1753
         | 
| 6186 | 
            +
            1754</pre>
         | 
| 6187 6187 | 
             
                </td>
         | 
| 6188 6188 | 
             
                <td>
         | 
| 6189 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6189 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1752</span>
         | 
| 6190 6190 |  | 
| 6191 6191 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_setUsageHeader'>setUsageHeader</span><span class='lparen'>(</span> <span class='id identifier rubyid_str'>str</span> <span class='rparen'>)</span>
         | 
| 6192 6192 | 
             
                <span class='ivar'>@config</span><span class='lbracket'>[</span> <span class='symbol'>:header</span> <span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_str'>str</span>
         | 
| @@ -6222,12 +6222,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6222 6222 | 
             
                  <pre class="lines">
         | 
| 6223 6223 |  | 
| 6224 6224 |  | 
| 6225 | 
            -
             | 
| 6226 | 
            -
             | 
| 6227 | 
            -
             | 
| 6225 | 
            +
            1582
         | 
| 6226 | 
            +
            1583
         | 
| 6227 | 
            +
            1584</pre>
         | 
| 6228 6228 | 
             
                </td>
         | 
| 6229 6229 | 
             
                <td>
         | 
| 6230 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6230 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1582</span>
         | 
| 6231 6231 |  | 
| 6232 6232 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_suball'>suball</span>
         | 
| 6233 6233 | 
             
                <span class='ivar'>@subopt</span> <span class='op'>+</span> <span class='ivar'>@subcmd</span>
         | 
| @@ -6263,11 +6263,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6263 6263 | 
             
                  <pre class="lines">
         | 
| 6264 6264 |  | 
| 6265 6265 |  | 
| 6266 | 
            -
            1873
         | 
| 6267 | 
            -
            1874
         | 
| 6268 | 
            -
            1875
         | 
| 6269 | 
            -
            1876
         | 
| 6270 | 
            -
            1877
         | 
| 6271 6266 | 
             
            1878
         | 
| 6272 6267 | 
             
            1879
         | 
| 6273 6268 | 
             
            1880
         | 
| @@ -6284,10 +6279,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6284 6279 | 
             
            1891
         | 
| 6285 6280 | 
             
            1892
         | 
| 6286 6281 | 
             
            1893
         | 
| 6287 | 
            -
            1894 | 
| 6282 | 
            +
            1894
         | 
| 6283 | 
            +
            1895
         | 
| 6284 | 
            +
            1896
         | 
| 6285 | 
            +
            1897
         | 
| 6286 | 
            +
            1898
         | 
| 6287 | 
            +
            1899</pre>
         | 
| 6288 6288 | 
             
                </td>
         | 
| 6289 6289 | 
             
                <td>
         | 
| 6290 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6290 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1878</span>
         | 
| 6291 6291 |  | 
| 6292 6292 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_suboptDoc'>suboptDoc</span>
         | 
| 6293 6293 |  | 
| @@ -6344,19 +6344,19 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6344 6344 | 
             
                  <pre class="lines">
         | 
| 6345 6345 |  | 
| 6346 6346 |  | 
| 6347 | 
            -
            1914
         | 
| 6348 | 
            -
            1915
         | 
| 6349 | 
            -
            1916
         | 
| 6350 | 
            -
            1917
         | 
| 6351 | 
            -
            1918
         | 
| 6352 6347 | 
             
            1919
         | 
| 6353 6348 | 
             
            1920
         | 
| 6354 6349 | 
             
            1921
         | 
| 6355 6350 | 
             
            1922
         | 
| 6356 | 
            -
            1923 | 
| 6351 | 
            +
            1923
         | 
| 6352 | 
            +
            1924
         | 
| 6353 | 
            +
            1925
         | 
| 6354 | 
            +
            1926
         | 
| 6355 | 
            +
            1927
         | 
| 6356 | 
            +
            1928</pre>
         | 
| 6357 6357 | 
             
                </td>
         | 
| 6358 6358 | 
             
                <td>
         | 
| 6359 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6359 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1919</span>
         | 
| 6360 6360 |  | 
| 6361 6361 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_to_hash'>to_hash</span>
         | 
| 6362 6362 | 
             
                <span class='id identifier rubyid_h'>h</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
         | 
| @@ -6401,11 +6401,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6401 6401 | 
             
                  <pre class="lines">
         | 
| 6402 6402 |  | 
| 6403 6403 |  | 
| 6404 | 
            -
            1929
         | 
| 6405 | 
            -
            1930
         | 
| 6406 | 
            -
            1931
         | 
| 6407 | 
            -
            1932
         | 
| 6408 | 
            -
            1933
         | 
| 6409 6404 | 
             
            1934
         | 
| 6410 6405 | 
             
            1935
         | 
| 6411 6406 | 
             
            1936
         | 
| @@ -6416,10 +6411,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6416 6411 | 
             
            1941
         | 
| 6417 6412 | 
             
            1942
         | 
| 6418 6413 | 
             
            1943
         | 
| 6419 | 
            -
            1944 | 
| 6414 | 
            +
            1944
         | 
| 6415 | 
            +
            1945
         | 
| 6416 | 
            +
            1946
         | 
| 6417 | 
            +
            1947
         | 
| 6418 | 
            +
            1948
         | 
| 6419 | 
            +
            1949</pre>
         | 
| 6420 6420 | 
             
                </td>
         | 
| 6421 6421 | 
             
                <td>
         | 
| 6422 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6422 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1934</span>
         | 
| 6423 6423 |  | 
| 6424 6424 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_to_hopt'>to_hopt</span>
         | 
| 6425 6425 | 
             
                <span class='id identifier rubyid_h'>h</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
         | 
| @@ -6508,11 +6508,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6508 6508 | 
             
                  <pre class="lines">
         | 
| 6509 6509 |  | 
| 6510 6510 |  | 
| 6511 | 
            -
            1766
         | 
| 6512 | 
            -
            1767
         | 
| 6513 | 
            -
            1768
         | 
| 6514 | 
            -
            1769
         | 
| 6515 | 
            -
            1770
         | 
| 6516 6511 | 
             
            1771
         | 
| 6517 6512 | 
             
            1772
         | 
| 6518 6513 | 
             
            1773
         | 
| @@ -6521,10 +6516,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6521 6516 | 
             
            1776
         | 
| 6522 6517 | 
             
            1777
         | 
| 6523 6518 | 
             
            1778
         | 
| 6524 | 
            -
            1779 | 
| 6519 | 
            +
            1779
         | 
| 6520 | 
            +
            1780
         | 
| 6521 | 
            +
            1781
         | 
| 6522 | 
            +
            1782
         | 
| 6523 | 
            +
            1783
         | 
| 6524 | 
            +
            1784</pre>
         | 
| 6525 6525 | 
             
                </td>
         | 
| 6526 6526 | 
             
                <td>
         | 
| 6527 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6527 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1771</span>
         | 
| 6528 6528 |  | 
| 6529 6529 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_usage'>usage</span><span class='lparen'>(</span> <span class='id identifier rubyid_doExit'>doExit</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_ruleHelp'>ruleHelp</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
         | 
| 6530 6530 |  | 
| @@ -6571,19 +6571,19 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6571 6571 | 
             
                  <pre class="lines">
         | 
| 6572 6572 |  | 
| 6573 6573 |  | 
| 6574 | 
            -
            1793
         | 
| 6575 | 
            -
            1794
         | 
| 6576 | 
            -
            1795
         | 
| 6577 | 
            -
            1796
         | 
| 6578 | 
            -
            1797
         | 
| 6579 6574 | 
             
            1798
         | 
| 6580 6575 | 
             
            1799
         | 
| 6581 6576 | 
             
            1800
         | 
| 6582 6577 | 
             
            1801
         | 
| 6583 | 
            -
            1802 | 
| 6578 | 
            +
            1802
         | 
| 6579 | 
            +
            1803
         | 
| 6580 | 
            +
            1804
         | 
| 6581 | 
            +
            1805
         | 
| 6582 | 
            +
            1806
         | 
| 6583 | 
            +
            1807</pre>
         | 
| 6584 6584 | 
             
                </td>
         | 
| 6585 6585 | 
             
                <td>
         | 
| 6586 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6586 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1798</span>
         | 
| 6587 6587 |  | 
| 6588 6588 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_usageCommand'>usageCommand</span>
         | 
| 6589 6589 | 
             
                <span class='id identifier rubyid_str'>str</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
         | 
| @@ -6626,16 +6626,16 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6626 6626 | 
             
                  <pre class="lines">
         | 
| 6627 6627 |  | 
| 6628 6628 |  | 
| 6629 | 
            -
            1783
         | 
| 6630 | 
            -
            1784
         | 
| 6631 | 
            -
            1785
         | 
| 6632 | 
            -
            1786
         | 
| 6633 | 
            -
            1787
         | 
| 6634 6629 | 
             
            1788
         | 
| 6635 | 
            -
            1789 | 
| 6630 | 
            +
            1789
         | 
| 6631 | 
            +
            1790
         | 
| 6632 | 
            +
            1791
         | 
| 6633 | 
            +
            1792
         | 
| 6634 | 
            +
            1793
         | 
| 6635 | 
            +
            1794</pre>
         | 
| 6636 6636 | 
             
                </td>
         | 
| 6637 6637 | 
             
                <td>
         | 
| 6638 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6638 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1788</span>
         | 
| 6639 6639 |  | 
| 6640 6640 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_usageIfHelp'>usageIfHelp</span>
         | 
| 6641 6641 | 
             
                <span class='kw'>if</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_argByName'>argByName</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>help</span><span class='tstring_end'>'</span></span> <span class='rparen'>)</span> <span class='op'>&&</span> <span class='kw'>self</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>help</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_given'>given</span>
         | 
| @@ -6675,11 +6675,6 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6675 6675 | 
             
                  <pre class="lines">
         | 
| 6676 6676 |  | 
| 6677 6677 |  | 
| 6678 | 
            -
            1805
         | 
| 6679 | 
            -
            1806
         | 
| 6680 | 
            -
            1807
         | 
| 6681 | 
            -
            1808
         | 
| 6682 | 
            -
            1809
         | 
| 6683 6678 | 
             
            1810
         | 
| 6684 6679 | 
             
            1811
         | 
| 6685 6680 | 
             
            1812
         | 
| @@ -6693,10 +6688,15 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6693 6688 | 
             
            1820
         | 
| 6694 6689 | 
             
            1821
         | 
| 6695 6690 | 
             
            1822
         | 
| 6696 | 
            -
            1823 | 
| 6691 | 
            +
            1823
         | 
| 6692 | 
            +
            1824
         | 
| 6693 | 
            +
            1825
         | 
| 6694 | 
            +
            1826
         | 
| 6695 | 
            +
            1827
         | 
| 6696 | 
            +
            1828</pre>
         | 
| 6697 6697 | 
             
                </td>
         | 
| 6698 6698 | 
             
                <td>
         | 
| 6699 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6699 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1810</span>
         | 
| 6700 6700 |  | 
| 6701 6701 | 
             
            <span class='kw'>def</span> <span class='id identifier rubyid_usageNormal'>usageNormal</span>
         | 
| 6702 6702 | 
             
                <span class='id identifier rubyid_str'>str</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
         | 
| @@ -6786,13 +6786,13 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6786 6786 | 
             
                  <pre class="lines">
         | 
| 6787 6787 |  | 
| 6788 6788 |  | 
| 6789 | 
            -
             | 
| 6790 | 
            -
             | 
| 6791 | 
            -
             | 
| 6792 | 
            -
             | 
| 6789 | 
            +
            1979
         | 
| 6790 | 
            +
            1980
         | 
| 6791 | 
            +
            1981
         | 
| 6792 | 
            +
            1982</pre>
         | 
| 6793 6793 | 
             
                </td>
         | 
| 6794 6794 | 
             
                <td>
         | 
| 6795 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6795 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1979</span>
         | 
| 6796 6796 |  | 
| 6797 6797 | 
             
            <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>
         | 
| 6798 6798 | 
             
                <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>
         | 
| @@ -6829,12 +6829,12 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6829 6829 | 
             
                  <pre class="lines">
         | 
| 6830 6830 |  | 
| 6831 6831 |  | 
| 6832 | 
            -
             | 
| 6833 | 
            -
             | 
| 6834 | 
            -
             | 
| 6832 | 
            +
            1614
         | 
| 6833 | 
            +
            1615
         | 
| 6834 | 
            +
            1616</pre>
         | 
| 6835 6835 | 
             
                </td>
         | 
| 6836 6836 | 
             
                <td>
         | 
| 6837 | 
            -
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line  | 
| 6837 | 
            +
                  <pre class="code"><span class="info file"># File 'lib/como.rb', line 1614</span>
         | 
| 6838 6838 |  | 
| 6839 6839 | 
             
            <span class='kw'>def</span> <span class='op'>~</span><span class='lparen'>(</span><span class='rparen'>)</span>
         | 
| 6840 6840 | 
             
                <span class='ivar'>@value</span>
         | 
| @@ -6849,9 +6849,9 @@ subcommands. MissingArgument Exception is generated if argument is missing.</p> | |
| 6849 6849 | 
             
            </div>
         | 
| 6850 6850 |  | 
| 6851 6851 | 
             
                <div id="footer">
         | 
| 6852 | 
            -
              Generated on  | 
| 6852 | 
            +
              Generated on Fri Feb 17 00:05:17 2017 by
         | 
| 6853 6853 | 
             
              <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
         | 
| 6854 | 
            -
              0.8.7.6 (ruby-2.3. | 
| 6854 | 
            +
              0.8.7.6 (ruby-2.3.3).
         | 
| 6855 6855 | 
             
            </div>
         | 
| 6856 6856 |  | 
| 6857 6857 | 
             
              </body>
         |