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.
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
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
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; 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
- hasFrames = window.top.frames.main ? true : false;
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 id="header">
32
- <div id="menu">
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> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Como.html" title="Como (module)">Como</a></span></span>
36
41
  &raquo;
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
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
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
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
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
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
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
- </dd>
87
-
82
+ </dd>
83
+ </dl>
88
84
 
85
+
89
86
 
90
-
91
87
 
92
-
93
88
 
94
89
 
95
90
 
96
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">lib/como.rb</dd>
91
+
98
92
 
99
- </dl>
100
- <div class="clear"></div>
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'>&quot;</span><span class='tstring_content'>gcov</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>exclude</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>refreshed</span><span class='tstring_end'>&quot;</span></span> <span class='rparen'>)</span><span class='comma'>,</span>
113
113
  <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>manifest</span><span class='tstring_end'>&quot;</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>(<a href="#" class="summary_toggle">collapse</a>)</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)">+ (Object) <strong>check</strong>(opt) { ... }</a>
144
+ <a href="#check-class_method" title="check (class method)">.<strong>check</strong>(opt) { ... } &#x21d2; 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>(<a href="#" class="summary_toggle">collapse</a>)</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)">- (Object) <strong>all</strong>(*args) </a>
177
+ <a href="#all-instance_method" title="#all (instance method)">#<strong>all</strong>(*args) &#x21d2; 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)">- (Object) <strong>any</strong>(*args) </a>
201
+ <a href="#any-instance_method" title="#any (instance method)">#<strong>any</strong>(*args) &#x21d2; 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)">- (Object) <strong>follow</strong>(*args) </a>
225
+ <a href="#follow-instance_method" title="#follow (instance method)">#<strong>follow</strong>(*args) &#x21d2; 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)">- (Object) <strong>getScore</strong>(*args) </a>
249
+ <a href="#getScore-instance_method" title="#getScore (instance method)">#<strong>getScore</strong>(*args) &#x21d2; 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)">- (Object) <strong>incr</strong>(*args) </a>
273
+ <a href="#incr-instance_method" title="#incr (instance method)">#<strong>incr</strong>(*args) &#x21d2; 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)">- (RuleCheck) <strong>initialize</strong>(opt, &amp;rule) </a>
297
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(opt, &amp;rule) &#x21d2; 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)">- (Object) <strong>inv</strong>(*args) </a>
323
+ <a href="#inv-instance_method" title="#inv (instance method)">#<strong>inv</strong>(*args) &#x21d2; 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)">- (Object) <strong>meh</strong>(*args) </a>
347
+ <a href="#meh-instance_method" title="#meh (instance method)">#<strong>meh</strong>(*args) &#x21d2; 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)">- (Object) <strong>none</strong> </a>
371
+ <a href="#none-instance_method" title="#none (instance method)">#<strong>none</strong> &#x21d2; 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)">- (Object) <strong>one</strong>(*args) </a>
395
+ <a href="#one-instance_method" title="#one (instance method)">#<strong>one</strong>(*args) &#x21d2; 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
- - (<tt><span class='object_link'><a href="" title="Como::RuleCheck (class)">RuleCheck</a></span></tt>) <strong>initialize</strong>(opt, &amp;rule)
425
+ #<strong>initialize</strong>(opt, &amp;rule) &#x21d2; <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
- 2222
449
- 2223
450
- 2224</pre>
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 2222</span>
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'>&amp;</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
- + (<tt>Object</tt>) <strong>check</strong>(opt) { ... }
473
+ .<strong>check</strong>(opt) { ... } &#x21d2; <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
- 2215
535
- 2216
536
- 2217
537
- 2218</pre>
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 2215</span>
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'>&amp;</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'>&amp;</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'>&amp;</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
- - (<tt>Object</tt>) <strong>all</strong>(*args)
560
+ #<strong>all</strong>(*args) &#x21d2; <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
- 2300
584
- 2301
585
- 2302</pre>
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 2300</span>
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
- - (<tt>Object</tt>) <strong>any</strong>(*args)
601
+ #<strong>any</strong>(*args) &#x21d2; <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
- 2295
625
- 2296
626
- 2297</pre>
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 2295</span>
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'>&gt;</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
- - (<tt>Object</tt>) <strong>follow</strong>(*args)
642
+ #<strong>follow</strong>(*args) &#x21d2; <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
- 2281
666
- 2282
667
- 2283
668
- 2284
669
- 2285
670
- 2286
671
- 2287</pre>
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 2281</span>
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
- - (<tt>Object</tt>) <strong>getScore</strong>(*args)
691
+ #<strong>getScore</strong>(*args) &#x21d2; <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
- 2228
715
- 2229
716
- 2230
717
- 2231
718
- 2232
719
- 2233
720
- 2234
721
- 2235
722
- 2236
723
- 2237
724
- 2238
725
- 2239
726
- 2240</pre>
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 2228</span>
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
- - (<tt>Object</tt>) <strong>incr</strong>(*args)
752
+ #<strong>incr</strong>(*args) &#x21d2; <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</pre>
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 2249</span>
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
- - (<tt>Object</tt>) <strong>inv</strong>(*args)
845
+ #<strong>inv</strong>(*args) &#x21d2; <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
- 2305
869
- 2306
870
- 2307</pre>
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 2305</span>
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
- - (<tt>Object</tt>) <strong>meh</strong>(*args)
886
+ #<strong>meh</strong>(*args) &#x21d2; <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
- 2310
910
- 2311
911
- 2312</pre>
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 2310</span>
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
- - (<tt>Object</tt>) <strong>none</strong>
927
+ #<strong>none</strong> &#x21d2; <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
- 2243
951
- 2244
952
- 2245</pre>
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 2243</span>
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
- - (<tt>Object</tt>) <strong>one</strong>(*args)
968
+ #<strong>one</strong>(*args) &#x21d2; <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
- 2290
992
- 2291
993
- 2292</pre>
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 2290</span>
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
- <div id="footer">
1011
- Generated on Fri Feb 17 00:05:17 2017 by
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.8.7.6 (ruby-2.3.3).
1013
+ 0.9.16 (ruby-2.5.1).
1014
1014
  </div>
1015
1015
 
1016
+ </div>
1016
1017
  </body>
1017
1018
  </html>