como 0.2.2 → 0.2.3
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 +5 -5
- data/CHANGELOG.rdoc +3 -0
- data/doc/Como.html +142 -105
- data/doc/Como/ArgsParseState.html +116 -115
- data/doc/Como/ComoCommon.html +78 -73
- data/doc/Como/MainOpt.html +105 -104
- data/doc/Como/Opt.html +900 -878
- data/doc/Como/Opt/ErrorWithData.html +59 -58
- data/doc/Como/Opt/InvalidOption.html +44 -43
- data/doc/Como/Opt/MissingArgument.html +44 -43
- data/doc/Como/RuleCheck.html +155 -154
- data/doc/Como/RuleDisplay.html +158 -156
- data/doc/Como/Spec.html +328 -319
- data/doc/_index.html +28 -31
- data/doc/class_list.html +24 -31
- data/doc/css/full_list.css +32 -31
- data/doc/css/style.css +250 -93
- data/doc/file.CHANGELOG.html +37 -33
- data/doc/file.README.html +28 -31
- data/doc/file_list.html +29 -31
- data/doc/frames.html +7 -16
- data/doc/index.html +28 -31
- data/doc/js/app.js +147 -74
- data/doc/js/full_list.js +170 -135
- data/doc/method_list.html +768 -476
- data/doc/top-level-namespace.html +34 -36
- data/lib/como.rb +46 -19
- data/lib/version.rb +1 -1
- data/test/como_options +1 -0
- data/test/como_type_prim +2 -2
- data/test/golden/options.txt +71 -11
- data/test/test_como.rb +2 -2
- data/test/test_options +3 -0
- metadata +3 -4
data/doc/Como/RuleCheck.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: Como::RuleCheck
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.16
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Como::RuleCheck";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Como/RuleCheck.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (R)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Como.html" title="Como (module)">Como</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">RuleCheck</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: Como::RuleCheck
|
62
|
+
<div id="content"><h1>Class: Como::RuleCheck
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">Object</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -83,21 +79,25 @@
|
|
83
79
|
</ul>
|
84
80
|
<a href="#" class="inheritanceTree">show all</a>
|
85
81
|
|
86
|
-
|
87
|
-
|
82
|
+
</dd>
|
83
|
+
</dl>
|
88
84
|
|
85
|
+
|
89
86
|
|
90
|
-
|
91
87
|
|
92
|
-
|
93
88
|
|
94
89
|
|
95
90
|
|
96
|
-
|
97
|
-
<dd class="r2 last">lib/como.rb</dd>
|
91
|
+
|
98
92
|
|
99
|
-
|
100
|
-
|
93
|
+
|
94
|
+
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/como.rb</dd>
|
98
|
+
</dl>
|
99
|
+
|
100
|
+
</div>
|
101
101
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
@@ -107,7 +107,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
107
107
|
|
108
108
|
<p>Example:</p>
|
109
109
|
|
110
|
-
<pre class="code ruby"><code class="ruby"><span class='const'>RuleCheck</span><span class='period'>.</span><span class='id identifier rubyid_check'>check</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span> <span class='kw'>do</span>
|
110
|
+
<pre class="code ruby"><code class="ruby"><span class='const'>RuleCheck</span><span class='period'>.</span><span class='id identifier rubyid_check'><span class='object_link'><a href="#check-class_method" title="Como::RuleCheck.check (method)">check</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span> <span class='kw'>do</span>
|
111
111
|
<span class='id identifier rubyid_one'>one</span><span class='lparen'>(</span>
|
112
112
|
<span class='id identifier rubyid_incr'>incr</span><span class='lparen'>(</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>gcov</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>exclude</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>refreshed</span><span class='tstring_end'>"</span></span> <span class='rparen'>)</span><span class='comma'>,</span>
|
113
113
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>manifest</span><span class='tstring_end'>"</span></span><span class='comma'>,</span>
|
@@ -133,7 +133,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
133
133
|
|
134
134
|
<h2>
|
135
135
|
Class Method Summary
|
136
|
-
<small
|
136
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
137
137
|
</h2>
|
138
138
|
|
139
139
|
<ul class="summary">
|
@@ -141,7 +141,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
141
141
|
<li class="public ">
|
142
142
|
<span class="summary_signature">
|
143
143
|
|
144
|
-
<a href="#check-class_method" title="check (class method)"
|
144
|
+
<a href="#check-class_method" title="check (class method)">.<strong>check</strong>(opt) { ... } ⇒ Object </a>
|
145
145
|
|
146
146
|
|
147
147
|
|
@@ -166,7 +166,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
166
166
|
|
167
167
|
<h2>
|
168
168
|
Instance Method Summary
|
169
|
-
<small
|
169
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
170
170
|
</h2>
|
171
171
|
|
172
172
|
<ul class="summary">
|
@@ -174,7 +174,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
174
174
|
<li class="public ">
|
175
175
|
<span class="summary_signature">
|
176
176
|
|
177
|
-
<a href="#all-instance_method" title="#all (instance method)"
|
177
|
+
<a href="#all-instance_method" title="#all (instance method)">#<strong>all</strong>(*args) ⇒ Object </a>
|
178
178
|
|
179
179
|
|
180
180
|
|
@@ -198,7 +198,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
198
198
|
<li class="public ">
|
199
199
|
<span class="summary_signature">
|
200
200
|
|
201
|
-
<a href="#any-instance_method" title="#any (instance method)"
|
201
|
+
<a href="#any-instance_method" title="#any (instance method)">#<strong>any</strong>(*args) ⇒ Object </a>
|
202
202
|
|
203
203
|
|
204
204
|
|
@@ -222,7 +222,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
222
222
|
<li class="public ">
|
223
223
|
<span class="summary_signature">
|
224
224
|
|
225
|
-
<a href="#follow-instance_method" title="#follow (instance method)"
|
225
|
+
<a href="#follow-instance_method" title="#follow (instance method)">#<strong>follow</strong>(*args) ⇒ Object </a>
|
226
226
|
|
227
227
|
|
228
228
|
|
@@ -246,7 +246,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
246
246
|
<li class="public ">
|
247
247
|
<span class="summary_signature">
|
248
248
|
|
249
|
-
<a href="#getScore-instance_method" title="#getScore (instance method)"
|
249
|
+
<a href="#getScore-instance_method" title="#getScore (instance method)">#<strong>getScore</strong>(*args) ⇒ Object </a>
|
250
250
|
|
251
251
|
|
252
252
|
|
@@ -270,7 +270,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
270
270
|
<li class="public ">
|
271
271
|
<span class="summary_signature">
|
272
272
|
|
273
|
-
<a href="#incr-instance_method" title="#incr (instance method)"
|
273
|
+
<a href="#incr-instance_method" title="#incr (instance method)">#<strong>incr</strong>(*args) ⇒ Object </a>
|
274
274
|
|
275
275
|
|
276
276
|
|
@@ -294,7 +294,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
294
294
|
<li class="public ">
|
295
295
|
<span class="summary_signature">
|
296
296
|
|
297
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
297
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(opt, &rule) ⇒ RuleCheck </a>
|
298
298
|
|
299
299
|
|
300
300
|
|
@@ -320,7 +320,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
320
320
|
<li class="public ">
|
321
321
|
<span class="summary_signature">
|
322
322
|
|
323
|
-
<a href="#inv-instance_method" title="#inv (instance method)"
|
323
|
+
<a href="#inv-instance_method" title="#inv (instance method)">#<strong>inv</strong>(*args) ⇒ Object </a>
|
324
324
|
|
325
325
|
|
326
326
|
|
@@ -344,7 +344,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
344
344
|
<li class="public ">
|
345
345
|
<span class="summary_signature">
|
346
346
|
|
347
|
-
<a href="#meh-instance_method" title="#meh (instance method)"
|
347
|
+
<a href="#meh-instance_method" title="#meh (instance method)">#<strong>meh</strong>(*args) ⇒ Object </a>
|
348
348
|
|
349
349
|
|
350
350
|
|
@@ -368,7 +368,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
368
368
|
<li class="public ">
|
369
369
|
<span class="summary_signature">
|
370
370
|
|
371
|
-
<a href="#none-instance_method" title="#none (instance method)"
|
371
|
+
<a href="#none-instance_method" title="#none (instance method)">#<strong>none</strong> ⇒ Object </a>
|
372
372
|
|
373
373
|
|
374
374
|
|
@@ -392,7 +392,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
392
392
|
<li class="public ">
|
393
393
|
<span class="summary_signature">
|
394
394
|
|
395
|
-
<a href="#one-instance_method" title="#one (instance method)"
|
395
|
+
<a href="#one-instance_method" title="#one (instance method)">#<strong>one</strong>(*args) ⇒ Object </a>
|
396
396
|
|
397
397
|
|
398
398
|
|
@@ -422,7 +422,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
422
422
|
<div class="method_details first">
|
423
423
|
<h3 class="signature first" id="initialize-instance_method">
|
424
424
|
|
425
|
-
|
425
|
+
#<strong>initialize</strong>(opt, &rule) ⇒ <tt><span class='object_link'><a href="" title="Como::RuleCheck (class)">RuleCheck</a></span></tt>
|
426
426
|
|
427
427
|
|
428
428
|
|
@@ -445,12 +445,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
445
445
|
<pre class="lines">
|
446
446
|
|
447
447
|
|
448
|
-
|
449
|
-
|
450
|
-
|
448
|
+
2249
|
449
|
+
2250
|
450
|
+
2251</pre>
|
451
451
|
</td>
|
452
452
|
<td>
|
453
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
453
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2249</span>
|
454
454
|
|
455
455
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
|
456
456
|
<span class='ivar'>@opt</span> <span class='op'>=</span> <span class='id identifier rubyid_opt'>opt</span>
|
@@ -470,7 +470,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
470
470
|
<div class="method_details first">
|
471
471
|
<h3 class="signature first" id="check-class_method">
|
472
472
|
|
473
|
-
|
473
|
+
.<strong>check</strong>(opt) { ... } ⇒ <tt>Object</tt>
|
474
474
|
|
475
475
|
|
476
476
|
|
@@ -531,16 +531,16 @@ is a meta language (DSL) for option combinations.</p>
|
|
531
531
|
<pre class="lines">
|
532
532
|
|
533
533
|
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
534
|
+
2242
|
535
|
+
2243
|
536
|
+
2244
|
537
|
+
2245</pre>
|
538
538
|
</td>
|
539
539
|
<td>
|
540
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
540
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2242</span>
|
541
541
|
|
542
|
-
<span class='kw'>def</span> <span class='const'>RuleCheck</span><span class='period'>.</span><span class='id identifier rubyid_check'>check</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
|
543
|
-
<span class='id identifier rubyid_rc'>rc</span> <span class='op'>=</span> <span class='const'>RuleCheck</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span>
|
542
|
+
<span class='kw'>def</span> <span class='const'><span class='object_link'><a href="" title="Como::RuleCheck (class)">RuleCheck</a></span></span><span class='period'>.</span><span class='id identifier rubyid_check'>check</span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
|
543
|
+
<span class='id identifier rubyid_rc'>rc</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="" title="Como::RuleCheck (class)">RuleCheck</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Como::RuleCheck#initialize (method)">new</a></span></span><span class='lparen'>(</span> <span class='id identifier rubyid_opt'>opt</span> <span class='rparen'>)</span>
|
544
544
|
<span class='id identifier rubyid_rc'>rc</span><span class='period'>.</span><span class='id identifier rubyid_instance_eval'>instance_eval</span><span class='lparen'>(</span> <span class='op'>&</span><span class='id identifier rubyid_rule'>rule</span> <span class='rparen'>)</span>
|
545
545
|
<span class='kw'>end</span></pre>
|
546
546
|
</td>
|
@@ -557,7 +557,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
557
557
|
<div class="method_details first">
|
558
558
|
<h3 class="signature first" id="all-instance_method">
|
559
559
|
|
560
|
-
|
560
|
+
#<strong>all</strong>(*args) ⇒ <tt>Object</tt>
|
561
561
|
|
562
562
|
|
563
563
|
|
@@ -580,12 +580,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
580
580
|
<pre class="lines">
|
581
581
|
|
582
582
|
|
583
|
-
|
584
|
-
|
585
|
-
|
583
|
+
2327
|
584
|
+
2328
|
585
|
+
2329</pre>
|
586
586
|
</td>
|
587
587
|
<td>
|
588
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
588
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2327</span>
|
589
589
|
|
590
590
|
<span class='kw'>def</span> <span class='id identifier rubyid_all'>all</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
591
591
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>==</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span>
|
@@ -598,7 +598,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
598
598
|
<div class="method_details ">
|
599
599
|
<h3 class="signature " id="any-instance_method">
|
600
600
|
|
601
|
-
|
601
|
+
#<strong>any</strong>(*args) ⇒ <tt>Object</tt>
|
602
602
|
|
603
603
|
|
604
604
|
|
@@ -621,12 +621,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
621
621
|
<pre class="lines">
|
622
622
|
|
623
623
|
|
624
|
-
|
625
|
-
|
626
|
-
|
624
|
+
2322
|
625
|
+
2323
|
626
|
+
2324</pre>
|
627
627
|
</td>
|
628
628
|
<td>
|
629
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
629
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2322</span>
|
630
630
|
|
631
631
|
<span class='kw'>def</span> <span class='id identifier rubyid_any'>any</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
632
632
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>></span> <span class='int'>0</span>
|
@@ -639,7 +639,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
639
639
|
<div class="method_details ">
|
640
640
|
<h3 class="signature " id="follow-instance_method">
|
641
641
|
|
642
|
-
|
642
|
+
#<strong>follow</strong>(*args) ⇒ <tt>Object</tt>
|
643
643
|
|
644
644
|
|
645
645
|
|
@@ -662,16 +662,16 @@ is a meta language (DSL) for option combinations.</p>
|
|
662
662
|
<pre class="lines">
|
663
663
|
|
664
664
|
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
665
|
+
2308
|
666
|
+
2309
|
667
|
+
2310
|
668
|
+
2311
|
669
|
+
2312
|
670
|
+
2313
|
671
|
+
2314</pre>
|
672
672
|
</td>
|
673
673
|
<td>
|
674
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
674
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2308</span>
|
675
675
|
|
676
676
|
<span class='kw'>def</span> <span class='id identifier rubyid_follow'>follow</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
677
677
|
<span class='kw'>if</span> <span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='id identifier rubyid_args'>args</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span> <span class='rparen'>)</span>
|
@@ -688,7 +688,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
688
688
|
<div class="method_details ">
|
689
689
|
<h3 class="signature " id="getScore-instance_method">
|
690
690
|
|
691
|
-
|
691
|
+
#<strong>getScore</strong>(*args) ⇒ <tt>Object</tt>
|
692
692
|
|
693
693
|
|
694
694
|
|
@@ -711,22 +711,22 @@ is a meta language (DSL) for option combinations.</p>
|
|
711
711
|
<pre class="lines">
|
712
712
|
|
713
713
|
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
714
|
+
2255
|
715
|
+
2256
|
716
|
+
2257
|
717
|
+
2258
|
718
|
+
2259
|
719
|
+
2260
|
720
|
+
2261
|
721
|
+
2262
|
722
|
+
2263
|
723
|
+
2264
|
724
|
+
2265
|
725
|
+
2266
|
726
|
+
2267</pre>
|
727
727
|
</td>
|
728
728
|
<td>
|
729
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
729
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2255</span>
|
730
730
|
|
731
731
|
<span class='kw'>def</span> <span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
732
732
|
|
@@ -749,7 +749,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
749
749
|
<div class="method_details ">
|
750
750
|
<h3 class="signature " id="incr-instance_method">
|
751
751
|
|
752
|
-
|
752
|
+
#<strong>incr</strong>(*args) ⇒ <tt>Object</tt>
|
753
753
|
|
754
754
|
|
755
755
|
|
@@ -772,38 +772,38 @@ is a meta language (DSL) for option combinations.</p>
|
|
772
772
|
<pre class="lines">
|
773
773
|
|
774
774
|
|
775
|
-
2249
|
776
|
-
2250
|
777
|
-
2251
|
778
|
-
2252
|
779
|
-
2253
|
780
|
-
2254
|
781
|
-
2255
|
782
|
-
2256
|
783
|
-
2257
|
784
|
-
2258
|
785
|
-
2259
|
786
|
-
2260
|
787
|
-
2261
|
788
|
-
2262
|
789
|
-
2263
|
790
|
-
2264
|
791
|
-
2265
|
792
|
-
2266
|
793
|
-
2267
|
794
|
-
2268
|
795
|
-
2269
|
796
|
-
2270
|
797
|
-
2271
|
798
|
-
2272
|
799
|
-
2273
|
800
|
-
2274
|
801
|
-
2275
|
802
775
|
2276
|
803
|
-
2277
|
776
|
+
2277
|
777
|
+
2278
|
778
|
+
2279
|
779
|
+
2280
|
780
|
+
2281
|
781
|
+
2282
|
782
|
+
2283
|
783
|
+
2284
|
784
|
+
2285
|
785
|
+
2286
|
786
|
+
2287
|
787
|
+
2288
|
788
|
+
2289
|
789
|
+
2290
|
790
|
+
2291
|
791
|
+
2292
|
792
|
+
2293
|
793
|
+
2294
|
794
|
+
2295
|
795
|
+
2296
|
796
|
+
2297
|
797
|
+
2298
|
798
|
+
2299
|
799
|
+
2300
|
800
|
+
2301
|
801
|
+
2302
|
802
|
+
2303
|
803
|
+
2304</pre>
|
804
804
|
</td>
|
805
805
|
<td>
|
806
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
806
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2276</span>
|
807
807
|
|
808
808
|
<span class='kw'>def</span> <span class='id identifier rubyid_incr'>incr</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
809
809
|
|
@@ -842,7 +842,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
842
842
|
<div class="method_details ">
|
843
843
|
<h3 class="signature " id="inv-instance_method">
|
844
844
|
|
845
|
-
|
845
|
+
#<strong>inv</strong>(*args) ⇒ <tt>Object</tt>
|
846
846
|
|
847
847
|
|
848
848
|
|
@@ -865,12 +865,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
865
865
|
<pre class="lines">
|
866
866
|
|
867
867
|
|
868
|
-
|
869
|
-
|
870
|
-
|
868
|
+
2332
|
869
|
+
2333
|
870
|
+
2334</pre>
|
871
871
|
</td>
|
872
872
|
<td>
|
873
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
873
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2332</span>
|
874
874
|
|
875
875
|
<span class='kw'>def</span> <span class='id identifier rubyid_inv'>inv</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
876
876
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>==</span> <span class='int'>0</span>
|
@@ -883,7 +883,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
883
883
|
<div class="method_details ">
|
884
884
|
<h3 class="signature " id="meh-instance_method">
|
885
885
|
|
886
|
-
|
886
|
+
#<strong>meh</strong>(*args) ⇒ <tt>Object</tt>
|
887
887
|
|
888
888
|
|
889
889
|
|
@@ -906,12 +906,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
906
906
|
<pre class="lines">
|
907
907
|
|
908
908
|
|
909
|
-
|
910
|
-
|
911
|
-
|
909
|
+
2337
|
910
|
+
2338
|
911
|
+
2339</pre>
|
912
912
|
</td>
|
913
913
|
<td>
|
914
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
914
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2337</span>
|
915
915
|
|
916
916
|
<span class='kw'>def</span> <span class='id identifier rubyid_meh'>meh</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
917
917
|
<span class='kw'>true</span>
|
@@ -924,7 +924,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
924
924
|
<div class="method_details ">
|
925
925
|
<h3 class="signature " id="none-instance_method">
|
926
926
|
|
927
|
-
|
927
|
+
#<strong>none</strong> ⇒ <tt>Object</tt>
|
928
928
|
|
929
929
|
|
930
930
|
|
@@ -947,12 +947,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
947
947
|
<pre class="lines">
|
948
948
|
|
949
949
|
|
950
|
-
|
951
|
-
|
952
|
-
|
950
|
+
2270
|
951
|
+
2271
|
952
|
+
2272</pre>
|
953
953
|
</td>
|
954
954
|
<td>
|
955
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
955
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2270</span>
|
956
956
|
|
957
957
|
<span class='kw'>def</span> <span class='id identifier rubyid_none'>none</span>
|
958
958
|
<span class='ivar'>@opt</span><span class='period'>.</span><span class='id identifier rubyid_givenCount'>givenCount</span> <span class='op'>==</span> <span class='int'>0</span>
|
@@ -965,7 +965,7 @@ is a meta language (DSL) for option combinations.</p>
|
|
965
965
|
<div class="method_details ">
|
966
966
|
<h3 class="signature " id="one-instance_method">
|
967
967
|
|
968
|
-
|
968
|
+
#<strong>one</strong>(*args) ⇒ <tt>Object</tt>
|
969
969
|
|
970
970
|
|
971
971
|
|
@@ -988,12 +988,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
988
988
|
<pre class="lines">
|
989
989
|
|
990
990
|
|
991
|
-
|
992
|
-
|
993
|
-
|
991
|
+
2317
|
992
|
+
2318
|
993
|
+
2319</pre>
|
994
994
|
</td>
|
995
995
|
<td>
|
996
|
-
<pre class="code"><span class="info file"># File 'lib/como.rb', line
|
996
|
+
<pre class="code"><span class="info file"># File 'lib/como.rb', line 2317</span>
|
997
997
|
|
998
998
|
<span class='kw'>def</span> <span class='id identifier rubyid_one'>one</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span>
|
999
999
|
<span class='id identifier rubyid_getScore'>getScore</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_args'>args</span> <span class='rparen'>)</span> <span class='op'>==</span> <span class='int'>1</span>
|
@@ -1007,11 +1007,12 @@ is a meta language (DSL) for option combinations.</p>
|
|
1007
1007
|
|
1008
1008
|
</div>
|
1009
1009
|
|
1010
|
-
|
1011
|
-
Generated on
|
1010
|
+
<div id="footer">
|
1011
|
+
Generated on Sat Sep 29 19:17:50 2018 by
|
1012
1012
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1013
|
-
0.
|
1013
|
+
0.9.16 (ruby-2.5.1).
|
1014
1014
|
</div>
|
1015
1015
|
|
1016
|
+
</div>
|
1016
1017
|
</body>
|
1017
1018
|
</html>
|