csv_decision 0.4.1 → 0.5.0

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.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +43 -19
  4. data/csv_decision.gemspec +1 -1
  5. data/doc/CSVDecision.html +6 -6
  6. data/doc/CSVDecision/CellValidationError.html +1 -1
  7. data/doc/CSVDecision/Columns.html +124 -42
  8. data/doc/CSVDecision/Columns/Dictionary.html +101 -7
  9. data/doc/CSVDecision/Data.html +1 -1
  10. data/doc/CSVDecision/Decision.html +444 -98
  11. data/doc/CSVDecision/Defaults.html +1 -1
  12. data/doc/CSVDecision/Dictionary.html +4 -4
  13. data/doc/CSVDecision/Dictionary/Entry.html +31 -31
  14. data/doc/CSVDecision/Error.html +1 -1
  15. data/doc/CSVDecision/FileError.html +1 -1
  16. data/doc/CSVDecision/Header.html +2 -2
  17. data/doc/CSVDecision/Index.html +1 -1
  18. data/doc/CSVDecision/Input.html +129 -3
  19. data/doc/CSVDecision/Load.html +1 -1
  20. data/doc/CSVDecision/Matchers.html +168 -41
  21. data/doc/CSVDecision/Matchers/Constant.html +7 -7
  22. data/doc/CSVDecision/Matchers/Function.html +1 -1
  23. data/doc/CSVDecision/Matchers/Guard.html +16 -16
  24. data/doc/CSVDecision/Matchers/Matcher.html +13 -13
  25. data/doc/CSVDecision/Matchers/Numeric.html +8 -14
  26. data/doc/CSVDecision/Matchers/Pattern.html +10 -10
  27. data/doc/CSVDecision/Matchers/Proc.html +1 -1
  28. data/doc/CSVDecision/Matchers/Range.html +1 -1
  29. data/doc/CSVDecision/Matchers/Symbol.html +19 -29
  30. data/doc/CSVDecision/Options.html +1 -1
  31. data/doc/CSVDecision/Parse.html +4 -4
  32. data/doc/CSVDecision/Paths.html +742 -0
  33. data/doc/CSVDecision/Result.html +139 -70
  34. data/doc/CSVDecision/Scan.html +313 -0
  35. data/doc/CSVDecision/Scan/InputHashes.html +369 -0
  36. data/doc/CSVDecision/ScanRow.html +1 -1
  37. data/doc/CSVDecision/Table.html +134 -52
  38. data/doc/CSVDecision/TableValidationError.html +1 -1
  39. data/doc/CSVDecision/Validate.html +1 -1
  40. data/doc/_index.html +26 -5
  41. data/doc/class_list.html +1 -1
  42. data/doc/file.README.html +50 -28
  43. data/doc/index.html +50 -28
  44. data/doc/method_list.html +234 -98
  45. data/doc/top-level-namespace.html +1 -1
  46. data/lib/csv_decision.rb +3 -0
  47. data/lib/csv_decision/columns.rb +11 -0
  48. data/lib/csv_decision/decision.rb +82 -56
  49. data/lib/csv_decision/dictionary.rb +5 -1
  50. data/lib/csv_decision/header.rb +1 -1
  51. data/lib/csv_decision/input.rb +14 -11
  52. data/lib/csv_decision/parse.rb +6 -2
  53. data/lib/csv_decision/paths.rb +78 -0
  54. data/lib/csv_decision/result.rb +42 -35
  55. data/lib/csv_decision/scan.rb +116 -0
  56. data/lib/csv_decision/table.rb +18 -7
  57. data/lib/csv_decision/validate.rb +1 -1
  58. data/spec/csv_decision/columns_spec.rb +14 -0
  59. data/spec/csv_decision/decision_spec.rb +1 -3
  60. data/spec/csv_decision/examples_spec.rb +25 -0
  61. data/spec/csv_decision/table_spec.rb +87 -0
  62. metadata +7 -2
@@ -0,0 +1,369 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: CSVDecision::Scan::InputHashes
8
+
9
+ &mdash; Documentation by YARD 0.9.12
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ pathId = "CSVDecision::Scan::InputHashes";
19
+ relpath = '../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
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">
38
+
39
+ <a href="../../_index.html">Index (I)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../CSVDecision.html" title="CSVDecision (module)">CSVDecision</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Scan.html" title="CSVDecision::Scan (class)">Scan</a></span></span>
41
+ &raquo;
42
+ <span class="title">InputHashes</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../class_list.html">
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>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: CSVDecision::Scan::InputHashes
63
+
64
+
65
+ <span class="private note title">Private</span>
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">Object</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">CSVDecision::Scan::InputHashes</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ <dl>
96
+ <dt>Defined in:</dt>
97
+ <dd>lib/csv_decision/scan.rb</dd>
98
+ </dl>
99
+
100
+ </div>
101
+
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
+ <p class="note private">
105
+ <strong>This class is part of a private API.</strong>
106
+ You should avoid using this class if possible, as it may be removed or be changed in the future.
107
+ </p>
108
+
109
+ <p>Derive the parsed input hash, using a cache for speed.</p>
110
+
111
+
112
+ </div>
113
+ </div>
114
+ <div class="tags">
115
+
116
+
117
+ </div>
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+ <h2>
126
+ Instance Method Summary
127
+ <small><a href="#" class="summary_toggle">collapse</a></small>
128
+ </h2>
129
+
130
+ <ul class="summary">
131
+
132
+ <li class="public ">
133
+ <span class="summary_signature">
134
+
135
+ <a href="#data-instance_method" title="#data (instance method)">#<strong>data</strong>(table:, path:, input:) &#x21d2; Hash{Symbol=&gt;Object} </a>
136
+
137
+
138
+
139
+ </span>
140
+
141
+
142
+
143
+
144
+
145
+
146
+ <span class="private note title">private</span>
147
+
148
+
149
+ <span class="summary_desc"><div class='inline'>
150
+ <p>Parsed input hash.</p>
151
+ </div></span>
152
+
153
+ </li>
154
+
155
+
156
+ <li class="public ">
157
+ <span class="summary_signature">
158
+
159
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> &#x21d2; InputHashes </a>
160
+
161
+
162
+
163
+ </span>
164
+
165
+
166
+ <span class="note title constructor">constructor</span>
167
+
168
+
169
+
170
+
171
+
172
+ <span class="private note title">private</span>
173
+
174
+
175
+ <span class="summary_desc"><div class='inline'>
176
+ <p>A new instance of InputHashes.</p>
177
+ </div></span>
178
+
179
+ </li>
180
+
181
+
182
+ </ul>
183
+
184
+
185
+ <div id="constructor_details" class="method_details_list">
186
+ <h2>Constructor Details</h2>
187
+
188
+ <div class="method_details first">
189
+ <h3 class="signature first" id="initialize-instance_method">
190
+
191
+ #<strong>initialize</strong> &#x21d2; <tt><span class='object_link'><a href="" title="CSVDecision::Scan::InputHashes (class)">InputHashes</a></span></tt>
192
+
193
+
194
+
195
+
196
+
197
+ </h3><div class="docstring">
198
+ <div class="discussion">
199
+ <p class="note private">
200
+ <strong>This method is part of a private API.</strong>
201
+ You should avoid using this method if possible, as it may be removed or be changed in the future.
202
+ </p>
203
+
204
+ <p>Returns a new instance of InputHashes</p>
205
+
206
+
207
+ </div>
208
+ </div>
209
+ <div class="tags">
210
+
211
+
212
+ </div><table class="source_code">
213
+ <tr>
214
+ <td>
215
+ <pre class="lines">
216
+
217
+
218
+ 71
219
+ 72
220
+ 73</pre>
221
+ </td>
222
+ <td>
223
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/scan.rb', line 71</span>
224
+
225
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
226
+ <span class='ivar'>@input_hashes</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
227
+ <span class='kw'>end</span></pre>
228
+ </td>
229
+ </tr>
230
+ </table>
231
+ </div>
232
+
233
+ </div>
234
+
235
+
236
+ <div id="instance_method_details" class="method_details_list">
237
+ <h2>Instance Method Details</h2>
238
+
239
+
240
+ <div class="method_details first">
241
+ <h3 class="signature first" id="data-instance_method">
242
+
243
+ #<strong>data</strong>(table:, path:, input:) &#x21d2; <tt>Hash{Symbol=&gt;Object}</tt>
244
+
245
+
246
+
247
+
248
+
249
+ </h3><div class="docstring">
250
+ <div class="discussion">
251
+ <p class="note private">
252
+ <strong>This method is part of a private API.</strong>
253
+ You should avoid using this method if possible, as it may be removed or be changed in the future.
254
+ </p>
255
+
256
+ <p>Returns Parsed input hash.</p>
257
+
258
+
259
+ </div>
260
+ </div>
261
+ <div class="tags">
262
+ <p class="tag_title">Parameters:</p>
263
+ <ul class="param">
264
+
265
+ <li>
266
+
267
+ <span class='name'>path</span>
268
+
269
+
270
+ <span class='type'>(<tt>Array&lt;Symbol] Path for the input hash.</tt>)</span>
271
+
272
+
273
+
274
+ &mdash;
275
+ <div class='inline'>
276
+ <p>ath [Array&lt;Symbol] Path for the input hash.</p>
277
+ </div>
278
+
279
+ </li>
280
+
281
+ <li>
282
+
283
+ <span class='name'>input</span>
284
+
285
+
286
+ <span class='type'>(<tt>Hash{Symbol=&gt;Object}</tt>)</span>
287
+
288
+
289
+
290
+ &mdash;
291
+ <div class='inline'>
292
+ <p>Input hash.</p>
293
+ </div>
294
+
295
+ </li>
296
+
297
+ </ul>
298
+
299
+ <p class="tag_title">Returns:</p>
300
+ <ul class="return">
301
+
302
+ <li>
303
+
304
+
305
+ <span class='type'>(<tt>Hash{Symbol=&gt;Object}</tt>)</span>
306
+
307
+
308
+
309
+ &mdash;
310
+ <div class='inline'>
311
+ <p>Parsed input hash.</p>
312
+ </div>
313
+
314
+ </li>
315
+
316
+ </ul>
317
+
318
+ </div><table class="source_code">
319
+ <tr>
320
+ <td>
321
+ <pre class="lines">
322
+
323
+
324
+ 78
325
+ 79
326
+ 80
327
+ 81
328
+ 82
329
+ 83
330
+ 84
331
+ 85
332
+ 86
333
+ 87
334
+ 88
335
+ 89</pre>
336
+ </td>
337
+ <td>
338
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/scan.rb', line 78</span>
339
+
340
+ <span class='kw'>def</span> <span class='id identifier rubyid_data'>data</span><span class='lparen'>(</span><span class='label'>table:</span><span class='comma'>,</span> <span class='label'>path:</span><span class='comma'>,</span> <span class='label'>input:</span><span class='rparen'>)</span>
341
+ <span class='kw'>return</span> <span class='ivar'>@input_hashes</span><span class='lbracket'>[</span><span class='id identifier rubyid_path'>path</span><span class='rbracket'>]</span> <span class='kw'>if</span> <span class='ivar'>@input_hashes</span><span class='period'>.</span><span class='id identifier rubyid_key?'>key?</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
342
+
343
+ <span class='comment'># Use the path - an array of symbol keys, to dig out the input sub-hash
344
+ </span> <span class='id identifier rubyid_hash'>hash</span> <span class='op'>=</span> <span class='id identifier rubyid_path'>path</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span> <span class='op'>?</span> <span class='id identifier rubyid_input'>input</span> <span class='op'>:</span> <span class='id identifier rubyid_input'>input</span><span class='period'>.</span><span class='id identifier rubyid_dig'>dig</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_path'>path</span><span class='rparen'>)</span>
345
+
346
+ <span class='comment'># Parse and transform the hash supplied as input
347
+ </span> <span class='id identifier rubyid_data'>data</span> <span class='op'>=</span> <span class='id identifier rubyid_hash'>hash</span><span class='period'>.</span><span class='id identifier rubyid_blank?'>blank?</span> <span class='op'>?</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='op'>:</span> <span class='const'><span class='object_link'><a href="../Input.html" title="CSVDecision::Input (module)">Input</a></span></span><span class='period'>.</span><span class='id identifier rubyid_parse_data'><span class='object_link'><a href="../Input.html#parse_data-class_method" title="CSVDecision::Input.parse_data (method)">parse_data</a></span></span><span class='lparen'>(</span><span class='label'>table:</span> <span class='id identifier rubyid_table'>table</span><span class='comma'>,</span> <span class='label'>input:</span> <span class='id identifier rubyid_hash'>hash</span><span class='rparen'>)</span>
348
+
349
+ <span class='comment'># Cache the parsed input hash data for this path
350
+ </span> <span class='ivar'>@input_hashes</span><span class='lbracket'>[</span><span class='id identifier rubyid_path'>path</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_data'>data</span>
351
+ <span class='kw'>end</span></pre>
352
+ </td>
353
+ </tr>
354
+ </table>
355
+ </div>
356
+
357
+ </div>
358
+
359
+ </div>
360
+
361
+ <div id="footer">
362
+ Generated on Sun Feb 11 10:26:07 2018 by
363
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
364
+ 0.9.12 (ruby-2.4.0).
365
+ </div>
366
+
367
+ </div>
368
+ </body>
369
+ </html>
@@ -856,7 +856,7 @@ non-string constant.</p>
856
856
  </div>
857
857
 
858
858
  <div id="footer">
859
- Generated on Sun Jan 28 14:41:49 2018 by
859
+ Generated on Sun Feb 11 10:26:08 2018 by
860
860
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
861
861
  0.9.12 (ruby-2.4.0).
862
862
  </div>
@@ -165,7 +165,7 @@
165
165
 
166
166
 
167
167
  <span class="summary_desc"><div class='inline'>
168
- <p>File path name if decision table was loaded from a CSV file.</p>
168
+ <p>CSV file.</p>
169
169
  </div></span>
170
170
 
171
171
  </li>
@@ -303,6 +303,33 @@
303
303
  <p>Used to implement outputting of final results.</p>
304
304
  </div></span>
305
305
 
306
+ </li>
307
+
308
+
309
+ <li class="public ">
310
+ <span class="summary_signature">
311
+
312
+ <a href="#paths-instance_method" title="#paths (instance method)">#<strong>paths</strong> &#x21d2; CSVDecision::Path </a>
313
+
314
+
315
+
316
+ </span>
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+ <span class="summary_desc"><div class='inline'>
330
+ <p>The array of paths built on one or more input columns.</p>
331
+ </div></span>
332
+
306
333
  </li>
307
334
 
308
335
 
@@ -509,25 +536,19 @@ and last row index given.</p>
509
536
  <pre class="lines">
510
537
 
511
538
 
512
- 79
513
- 80
514
- 81
515
- 82
516
539
  83
517
540
  84
518
541
  85
519
542
  86
520
543
  87
521
- 88</pre>
544
+ 88
545
+ 89</pre>
522
546
  </td>
523
547
  <td>
524
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 79</span>
548
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 83</span>
525
549
 
526
550
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
527
- <span class='ivar'>@file</span> <span class='op'>=</span> <span class='kw'>nil</span>
528
- <span class='ivar'>@index</span> <span class='op'>=</span> <span class='kw'>nil</span>
529
- <span class='ivar'>@options</span> <span class='op'>=</span> <span class='kw'>nil</span>
530
- <span class='ivar'>@outs_functions</span> <span class='op'>=</span> <span class='kw'>nil</span>
551
+ <span class='ivar'>@paths</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
531
552
  <span class='ivar'>@outs_rows</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
532
553
  <span class='ivar'>@if_rows</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
533
554
  <span class='ivar'>@rows</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
@@ -618,7 +639,7 @@ and last row index given.</p>
618
639
  </h3><div class="docstring">
619
640
  <div class="discussion">
620
641
 
621
- <p>Returns File path name if decision table was loaded from a CSV file.</p>
642
+ <p>CSV file.</p>
622
643
 
623
644
 
624
645
  </div>
@@ -637,7 +658,7 @@ and last row index given.</p>
637
658
 
638
659
  &mdash;
639
660
  <div class='inline'>
640
- <p>File path name if decision table was loaded from a CSV file.</p>
661
+ <p>File path name if decision table was loaded from a</p>
641
662
  </div>
642
663
 
643
664
  </li>
@@ -650,12 +671,12 @@ and last row index given.</p>
650
671
  <pre class="lines">
651
672
 
652
673
 
653
- 34
654
674
  35
655
- 36</pre>
675
+ 36
676
+ 37</pre>
656
677
  </td>
657
678
  <td>
658
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 34</span>
679
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 35</span>
659
680
 
660
681
  <span class='kw'>def</span> <span class='id identifier rubyid_file'>file</span>
661
682
  <span class='ivar'>@file</span>
@@ -715,12 +736,12 @@ and last row index given.</p>
715
736
  <pre class="lines">
716
737
 
717
738
 
718
- 61
719
- 62
720
- 63</pre>
739
+ 65
740
+ 66
741
+ 67</pre>
721
742
  </td>
722
743
  <td>
723
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 61</span>
744
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 65</span>
724
745
 
725
746
  <span class='kw'>def</span> <span class='id identifier rubyid_if_rows'>if_rows</span>
726
747
  <span class='ivar'>@if_rows</span>
@@ -776,12 +797,12 @@ and last row index given.</p>
776
797
  <pre class="lines">
777
798
 
778
799
 
779
- 37
780
800
  38
781
- 39</pre>
801
+ 39
802
+ 40</pre>
782
803
  </td>
783
804
  <td>
784
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 37</span>
805
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 38</span>
785
806
 
786
807
  <span class='kw'>def</span> <span class='id identifier rubyid_index'>index</span>
787
808
  <span class='ivar'>@index</span>
@@ -837,12 +858,12 @@ and last row index given.</p>
837
858
  <pre class="lines">
838
859
 
839
860
 
840
- 40
841
- 41
842
- 42</pre>
861
+ 44
862
+ 45
863
+ 46</pre>
843
864
  </td>
844
865
  <td>
845
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 40</span>
866
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 44</span>
846
867
 
847
868
  <span class='kw'>def</span> <span class='id identifier rubyid_options'>options</span>
848
869
  <span class='ivar'>@options</span>
@@ -884,12 +905,12 @@ and last row index given.</p>
884
905
  <pre class="lines">
885
906
 
886
907
 
887
- 44
888
- 45
889
- 46</pre>
908
+ 48
909
+ 49
910
+ 50</pre>
890
911
  </td>
891
912
  <td>
892
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 44</span>
913
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 48</span>
893
914
 
894
915
  <span class='kw'>def</span> <span class='id identifier rubyid_outs_functions'>outs_functions</span>
895
916
  <span class='ivar'>@outs_functions</span>
@@ -949,12 +970,12 @@ and last row index given.</p>
949
970
  <pre class="lines">
950
971
 
951
972
 
952
- 57
953
- 58
954
- 59</pre>
973
+ 61
974
+ 62
975
+ 63</pre>
955
976
  </td>
956
977
  <td>
957
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 57</span>
978
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 61</span>
958
979
 
959
980
  <span class='kw'>def</span> <span class='id identifier rubyid_outs_rows'>outs_rows</span>
960
981
  <span class='ivar'>@outs_rows</span>
@@ -965,6 +986,67 @@ and last row index given.</p>
965
986
  </div>
966
987
 
967
988
 
989
+ <span id="paths=-instance_method"></span>
990
+ <div class="method_details ">
991
+ <h3 class="signature " id="paths-instance_method">
992
+
993
+ #<strong>paths</strong> &#x21d2; <tt>CSVDecision::Path</tt>
994
+
995
+
996
+
997
+
998
+
999
+ </h3><div class="docstring">
1000
+ <div class="discussion">
1001
+
1002
+ <p>Returns The array of paths built on one or more input columns.</p>
1003
+
1004
+
1005
+ </div>
1006
+ </div>
1007
+ <div class="tags">
1008
+
1009
+ <p class="tag_title">Returns:</p>
1010
+ <ul class="return">
1011
+
1012
+ <li>
1013
+
1014
+
1015
+ <span class='type'>(<tt>CSVDecision::Path</tt>)</span>
1016
+
1017
+
1018
+
1019
+ &mdash;
1020
+ <div class='inline'>
1021
+ <p>The array of paths built on one or more input columns.</p>
1022
+ </div>
1023
+
1024
+ </li>
1025
+
1026
+ </ul>
1027
+
1028
+ </div><table class="source_code">
1029
+ <tr>
1030
+ <td>
1031
+ <pre class="lines">
1032
+
1033
+
1034
+ 41
1035
+ 42
1036
+ 43</pre>
1037
+ </td>
1038
+ <td>
1039
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 41</span>
1040
+
1041
+ <span class='kw'>def</span> <span class='id identifier rubyid_paths'>paths</span>
1042
+ <span class='ivar'>@paths</span>
1043
+ <span class='kw'>end</span></pre>
1044
+ </td>
1045
+ </tr>
1046
+ </table>
1047
+ </div>
1048
+
1049
+
968
1050
  <span id="rows=-instance_method"></span>
969
1051
  <div class="method_details ">
970
1052
  <h3 class="signature " id="rows-instance_method">
@@ -1014,12 +1096,12 @@ and last row index given.</p>
1014
1096
  <pre class="lines">
1015
1097
 
1016
1098
 
1017
- 48
1018
- 49
1019
- 50</pre>
1099
+ 52
1100
+ 53
1101
+ 54</pre>
1020
1102
  </td>
1021
1103
  <td>
1022
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 48</span>
1104
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 52</span>
1023
1105
 
1024
1106
  <span class='kw'>def</span> <span class='id identifier rubyid_rows'>rows</span>
1025
1107
  <span class='ivar'>@rows</span>
@@ -1079,12 +1161,12 @@ and last row index given.</p>
1079
1161
  <pre class="lines">
1080
1162
 
1081
1163
 
1082
- 53
1083
- 54
1084
- 55</pre>
1164
+ 57
1165
+ 58
1166
+ 59</pre>
1085
1167
  </td>
1086
1168
  <td>
1087
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 53</span>
1169
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 57</span>
1088
1170
 
1089
1171
  <span class='kw'>def</span> <span class='id identifier rubyid_scan_rows'>scan_rows</span>
1090
1172
  <span class='ivar'>@scan_rows</span>
@@ -1181,7 +1263,7 @@ and last row index given.</p>
1181
1263
  <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 15</span>
1182
1264
 
1183
1265
  <span class='kw'>def</span> <span class='id identifier rubyid_decide'>decide</span><span class='lparen'>(</span><span class='id identifier rubyid_input'>input</span><span class='rparen'>)</span>
1184
- <span class='const'><span class='object_link'><a href="Decision.html" title="CSVDecision::Decision (class)">Decision</a></span></span><span class='period'>.</span><span class='id identifier rubyid_make'><span class='object_link'><a href="Decision.html#make-class_method" title="CSVDecision::Decision.make (method)">make</a></span></span><span class='lparen'>(</span><span class='label'>table:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>input:</span> <span class='id identifier rubyid_input'>input</span><span class='comma'>,</span> <span class='label'>symbolize_keys:</span> <span class='kw'>true</span><span class='rparen'>)</span>
1266
+ <span class='id identifier rubyid_decision'>decision</span><span class='lparen'>(</span><span class='label'>input:</span> <span class='id identifier rubyid_input'>input</span><span class='comma'>,</span> <span class='label'>symbolize_keys:</span> <span class='kw'>true</span><span class='rparen'>)</span>
1185
1267
  <span class='kw'>end</span></pre>
1186
1268
  </td>
1187
1269
  </tr>
@@ -1270,7 +1352,7 @@ hash is symbolized.</p>
1270
1352
  <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 26</span>
1271
1353
 
1272
1354
  <span class='kw'>def</span> <span class='id identifier rubyid_decide!'>decide!</span><span class='lparen'>(</span><span class='id identifier rubyid_input'>input</span><span class='rparen'>)</span>
1273
- <span class='const'><span class='object_link'><a href="Decision.html" title="CSVDecision::Decision (class)">Decision</a></span></span><span class='period'>.</span><span class='id identifier rubyid_make'><span class='object_link'><a href="Decision.html#make-class_method" title="CSVDecision::Decision.make (method)">make</a></span></span><span class='lparen'>(</span><span class='label'>table:</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='label'>input:</span> <span class='id identifier rubyid_input'>input</span><span class='comma'>,</span> <span class='label'>symbolize_keys:</span> <span class='kw'>false</span><span class='rparen'>)</span>
1355
+ <span class='id identifier rubyid_decision'>decision</span><span class='lparen'>(</span> <span class='label'>input:</span> <span class='id identifier rubyid_input'>input</span><span class='comma'>,</span> <span class='label'>symbolize_keys:</span> <span class='kw'>false</span><span class='rparen'>)</span>
1274
1356
  <span class='kw'>end</span></pre>
1275
1357
  </td>
1276
1358
  </tr>
@@ -1348,17 +1430,17 @@ and last row index given.</p>
1348
1430
  <pre class="lines">
1349
1431
 
1350
1432
 
1351
- 69
1352
- 70
1353
- 71
1354
- 72
1355
1433
  73
1356
1434
  74
1357
1435
  75
1358
- 76</pre>
1436
+ 76
1437
+ 77
1438
+ 78
1439
+ 79
1440
+ 80</pre>
1359
1441
  </td>
1360
1442
  <td>
1361
- <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 69</span>
1443
+ <pre class="code"><span class="info file"># File 'lib/csv_decision/table.rb', line 73</span>
1362
1444
 
1363
1445
  <span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span><span class='lparen'>(</span><span class='id identifier rubyid_first'>first</span> <span class='op'>=</span> <span class='int'>0</span><span class='comma'>,</span> <span class='id identifier rubyid_last'>last</span> <span class='op'>=</span> <span class='ivar'>@rows</span><span class='period'>.</span><span class='id identifier rubyid_count'>count</span> <span class='op'>-</span> <span class='int'>1</span><span class='rparen'>)</span>
1364
1446
  <span class='id identifier rubyid_index'>index</span> <span class='op'>=</span> <span class='id identifier rubyid_first'>first</span>
@@ -1378,7 +1460,7 @@ and last row index given.</p>
1378
1460
  </div>
1379
1461
 
1380
1462
  <div id="footer">
1381
- Generated on Sun Jan 28 14:41:48 2018 by
1463
+ Generated on Sun Feb 11 10:26:08 2018 by
1382
1464
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1383
1465
  0.9.12 (ruby-2.4.0).
1384
1466
  </div>