marked-conductor 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.irbrc +2 -0
  3. data/CHANGELOG.md +14 -0
  4. data/README.rdoc +1 -1
  5. data/bin/conductor +68 -61
  6. data/html/Array.html +160 -0
  7. data/html/Conductor/Command.html +271 -0
  8. data/html/Conductor/Condition.html +787 -0
  9. data/html/Conductor/Config.html +170 -0
  10. data/html/Conductor/Env.html +217 -0
  11. data/html/Conductor/Script.html +278 -0
  12. data/html/Conductor.html +342 -0
  13. data/html/FalseClass.html +138 -0
  14. data/html/Hash.html +160 -0
  15. data/html/Object.html +136 -0
  16. data/html/README_rdoc.html +86 -0
  17. data/html/String.html +417 -0
  18. data/html/TrueClass.html +138 -0
  19. data/html/created.rid +14 -0
  20. data/html/css/fonts.css +167 -0
  21. data/html/css/rdoc.css +687 -0
  22. data/html/fonts/Lato-Light.ttf +0 -0
  23. data/html/fonts/Lato-LightItalic.ttf +0 -0
  24. data/html/fonts/Lato-Regular.ttf +0 -0
  25. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  26. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  27. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  28. data/html/images/add.png +0 -0
  29. data/html/images/arrow_up.png +0 -0
  30. data/html/images/brick.png +0 -0
  31. data/html/images/brick_link.png +0 -0
  32. data/html/images/bug.png +0 -0
  33. data/html/images/bullet_black.png +0 -0
  34. data/html/images/bullet_toggle_minus.png +0 -0
  35. data/html/images/bullet_toggle_plus.png +0 -0
  36. data/html/images/date.png +0 -0
  37. data/html/images/delete.png +0 -0
  38. data/html/images/find.png +0 -0
  39. data/html/images/loadingAnimation.gif +0 -0
  40. data/html/images/macFFBgHack.png +0 -0
  41. data/html/images/package.png +0 -0
  42. data/html/images/page_green.png +0 -0
  43. data/html/images/page_white_text.png +0 -0
  44. data/html/images/page_white_width.png +0 -0
  45. data/html/images/plugin.png +0 -0
  46. data/html/images/ruby.png +0 -0
  47. data/html/images/tag_blue.png +0 -0
  48. data/html/images/tag_green.png +0 -0
  49. data/html/images/transparent.png +0 -0
  50. data/html/images/wrench.png +0 -0
  51. data/html/images/wrench_orange.png +0 -0
  52. data/html/images/zoom.png +0 -0
  53. data/html/index.html +105 -0
  54. data/html/js/darkfish.js +97 -0
  55. data/html/js/navigation.js +105 -0
  56. data/html/js/navigation.js.gz +0 -0
  57. data/html/js/search.js +110 -0
  58. data/html/js/search_index.js +1 -0
  59. data/html/js/search_index.js.gz +0 -0
  60. data/html/js/searcher.js +229 -0
  61. data/html/js/searcher.js.gz +0 -0
  62. data/html/table_of_contents.html +345 -0
  63. data/lib/conductor/condition.rb +5 -1
  64. data/lib/conductor/string.rb +5 -5
  65. data/lib/conductor/version.rb +1 -1
  66. data/lib/conductor.rb +1 -0
  67. data/marked-conductor.gemspec +3 -3
  68. metadata +89 -32
data/html/String.html ADDED
@@ -0,0 +1,417 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class String - Marked Conductor</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+ <body id="top" role="document" class="class">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="./index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="./table_of_contents.html#pages">Pages</a>
34
+ <a href="./table_of_contents.html#classes">Classes</a>
35
+ <a href="./table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="class-metadata">
59
+
60
+
61
+ <div id="parent-class-section" class="nav-section">
62
+ <h3>Parent</h3>
63
+
64
+ <p class="link"><a href="Object.html">Object</a>
65
+ </div>
66
+
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <div id="method-list-section" class="nav-section">
72
+ <h3>Methods</h3>
73
+
74
+ <ul class="link-list" role="directory">
75
+ <li ><a href="#method-i-bool-3F">#bool?</a>
76
+ <li ><a href="#method-i-bool_to_symbol">#bool_to_symbol</a>
77
+ <li ><a href="#method-i-date-3F">#date?</a>
78
+ <li ><a href="#method-i-meta-3F">#meta?</a>
79
+ <li ><a href="#method-i-number-3F">#number?</a>
80
+ <li ><a href="#method-i-strip_time">#strip_time</a>
81
+ <li ><a href="#method-i-time-3F">#time?</a>
82
+ <li ><a href="#method-i-to_bool">#to_bool</a>
83
+ <li ><a href="#method-i-to_bool-21">#to_bool!</a>
84
+ <li ><a href="#method-i-to_date">#to_date</a>
85
+ <li ><a href="#method-i-to_day">#to_day</a>
86
+ <li ><a href="#method-i-yaml-3F">#yaml?</a>
87
+ </ul>
88
+ </div>
89
+
90
+ </div>
91
+ </nav>
92
+
93
+ <main role="main" aria-labelledby="class-String">
94
+ <h1 id="class-String" class="class">
95
+ class String
96
+ </h1>
97
+
98
+ <section class="description">
99
+
100
+ <p><a href="String.html"><code>String</code></a> helpers</p>
101
+
102
+ </section>
103
+
104
+ <section id="5Buntitled-5D" class="documentation-section">
105
+
106
+
107
+
108
+
109
+
110
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
111
+ <header>
112
+ <h3>Public Instance Methods</h3>
113
+ </header>
114
+
115
+ <div id="method-i-bool-3F" class="method-detail ">
116
+ <div class="method-header">
117
+ <div class="method-heading">
118
+ <span class="method-name">bool?</span><span
119
+ class="method-args">()</span>
120
+ <span class="method-click-advice">click to toggle source</span>
121
+ </div>
122
+ </div>
123
+
124
+ <div class="method-description">
125
+
126
+
127
+ <div class="method-source-code" id="bool-3F-source">
128
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 41</span>
129
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">bool?</span>
130
+ <span class="ruby-identifier">dup</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&quot;utf-8&quot;</span>).<span class="ruby-identifier">match?</span>(<span class="ruby-regexp">/^(?:y(?:es)?|no?|t(?:rue)?|f(?:alse)?)$/</span>)
131
+ <span class="ruby-keyword">end</span></pre>
132
+ </div>
133
+ </div>
134
+
135
+
136
+ </div>
137
+
138
+ <div id="method-i-bool_to_symbol" class="method-detail ">
139
+ <div class="method-header">
140
+ <div class="method-heading">
141
+ <span class="method-name">bool_to_symbol</span><span
142
+ class="method-args">()</span>
143
+ <span class="method-click-advice">click to toggle source</span>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="method-description">
148
+
149
+
150
+ <div class="method-source-code" id="bool_to_symbol-source">
151
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 5</span>
152
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">bool_to_symbol</span>
153
+ <span class="ruby-keyword">case</span> <span class="ruby-keyword">self</span>
154
+ <span class="ruby-keyword">when</span> <span class="ruby-regexp">/(NOT|!!)/</span>
155
+ <span class="ruby-value">:not</span>
156
+ <span class="ruby-keyword">when</span> <span class="ruby-regexp">/(AND|&amp;&amp;)/</span>
157
+ <span class="ruby-value">:and</span>
158
+ <span class="ruby-keyword">else</span>
159
+ <span class="ruby-value">:or</span>
160
+ <span class="ruby-keyword">end</span>
161
+ <span class="ruby-keyword">end</span></pre>
162
+ </div>
163
+ </div>
164
+
165
+
166
+ </div>
167
+
168
+ <div id="method-i-date-3F" class="method-detail ">
169
+ <div class="method-header">
170
+ <div class="method-heading">
171
+ <span class="method-name">date?</span><span
172
+ class="method-args">()</span>
173
+ <span class="method-click-advice">click to toggle source</span>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="method-description">
178
+
179
+
180
+ <div class="method-source-code" id="date-3F-source">
181
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 16</span>
182
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">date?</span>
183
+ <span class="ruby-identifier">dup</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&quot;utf-8&quot;</span>).<span class="ruby-identifier">match?</span>(<span class="ruby-regexp">/^\d{4}-\d{2}-\d{2}/</span>)
184
+ <span class="ruby-keyword">end</span></pre>
185
+ </div>
186
+ </div>
187
+
188
+
189
+ </div>
190
+
191
+ <div id="method-i-meta-3F" class="method-detail ">
192
+ <div class="method-header">
193
+ <div class="method-heading">
194
+ <span class="method-name">meta?</span><span
195
+ class="method-args">()</span>
196
+ <span class="method-click-advice">click to toggle source</span>
197
+ </div>
198
+ </div>
199
+
200
+ <div class="method-description">
201
+
202
+
203
+ <div class="method-source-code" id="meta-3F-source">
204
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 49</span>
205
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">meta?</span>
206
+ <span class="ruby-identifier">dup</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&#39;utf-8&#39;</span>).<span class="ruby-identifier">match?</span>(<span class="ruby-regexp">/^\w+: +\S+/m</span>)
207
+ <span class="ruby-keyword">end</span></pre>
208
+ </div>
209
+ </div>
210
+
211
+
212
+ </div>
213
+
214
+ <div id="method-i-number-3F" class="method-detail ">
215
+ <div class="method-header">
216
+ <div class="method-heading">
217
+ <span class="method-name">number?</span><span
218
+ class="method-args">()</span>
219
+ <span class="method-click-advice">click to toggle source</span>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="method-description">
224
+
225
+
226
+ <div class="method-source-code" id="number-3F-source">
227
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 37</span>
228
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">number?</span>
229
+ <span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">positive?</span>
230
+ <span class="ruby-keyword">end</span></pre>
231
+ </div>
232
+ </div>
233
+
234
+
235
+ </div>
236
+
237
+ <div id="method-i-strip_time" class="method-detail ">
238
+ <div class="method-header">
239
+ <div class="method-heading">
240
+ <span class="method-name">strip_time</span><span
241
+ class="method-args">()</span>
242
+ <span class="method-click-advice">click to toggle source</span>
243
+ </div>
244
+ </div>
245
+
246
+ <div class="method-description">
247
+
248
+
249
+ <div class="method-source-code" id="strip_time-source">
250
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 28</span>
251
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">strip_time</span>
252
+ <span class="ruby-identifier">dup</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&quot;utf-8&quot;</span>).<span class="ruby-identifier">sub</span>(<span class="ruby-regexp">/ \d{1,2}(:\d\d)? *([ap]m)?/i</span>, <span class="ruby-string">&quot;&quot;</span>)
253
+ <span class="ruby-keyword">end</span></pre>
254
+ </div>
255
+ </div>
256
+
257
+
258
+ </div>
259
+
260
+ <div id="method-i-time-3F" class="method-detail ">
261
+ <div class="method-header">
262
+ <div class="method-heading">
263
+ <span class="method-name">time?</span><span
264
+ class="method-args">()</span>
265
+ <span class="method-click-advice">click to toggle source</span>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="method-description">
270
+
271
+
272
+ <div class="method-source-code" id="time-3F-source">
273
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 20</span>
274
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">time?</span>
275
+ <span class="ruby-identifier">dup</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&quot;utf-8&quot;</span>).<span class="ruby-identifier">match</span>(<span class="ruby-regexp">/ \d{1,2}(:\d\d)? *([ap]m)?/i</span>)
276
+ <span class="ruby-keyword">end</span></pre>
277
+ </div>
278
+ </div>
279
+
280
+
281
+ </div>
282
+
283
+ <div id="method-i-to_bool" class="method-detail ">
284
+ <div class="method-header">
285
+ <div class="method-heading">
286
+ <span class="method-name">to_bool</span><span
287
+ class="method-args">()</span>
288
+ <span class="method-click-advice">click to toggle source</span>
289
+ </div>
290
+ </div>
291
+
292
+ <div class="method-description">
293
+ <p>Returns a bool representation of the string.</p>
294
+
295
+ <p>@return [Boolean] Bool representation of the object.</p>
296
+
297
+ <div class="method-source-code" id="to_bool-source">
298
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 62</span>
299
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_bool</span>
300
+ <span class="ruby-keyword">case</span> <span class="ruby-keyword">self</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&#39;utf-8&#39;</span>)
301
+ <span class="ruby-keyword">when</span> <span class="ruby-regexp">/^[yt]/i</span>
302
+ <span class="ruby-keyword">true</span>
303
+ <span class="ruby-keyword">else</span>
304
+ <span class="ruby-keyword">false</span>
305
+ <span class="ruby-keyword">end</span>
306
+ <span class="ruby-keyword">end</span></pre>
307
+ </div>
308
+ </div>
309
+
310
+
311
+ </div>
312
+
313
+ <div id="method-i-to_bool-21" class="method-detail ">
314
+ <div class="method-header">
315
+ <div class="method-heading">
316
+ <span class="method-name">to_bool!</span><span
317
+ class="method-args">()</span>
318
+ <span class="method-click-advice">click to toggle source</span>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="method-description">
323
+
324
+
325
+ <div class="method-source-code" id="to_bool-21-source">
326
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 53</span>
327
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_bool!</span>
328
+ <span class="ruby-identifier">replace</span> <span class="ruby-identifier">to_bool</span>
329
+ <span class="ruby-keyword">end</span></pre>
330
+ </div>
331
+ </div>
332
+
333
+
334
+ </div>
335
+
336
+ <div id="method-i-to_date" class="method-detail ">
337
+ <div class="method-header">
338
+ <div class="method-heading">
339
+ <span class="method-name">to_date</span><span
340
+ class="method-args">()</span>
341
+ <span class="method-click-advice">click to toggle source</span>
342
+ </div>
343
+ </div>
344
+
345
+ <div class="method-description">
346
+
347
+
348
+ <div class="method-source-code" id="to_date-source">
349
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 24</span>
350
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_date</span>
351
+ <span class="ruby-constant">Chronic</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">dup</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&quot;utf-8&quot;</span>))
352
+ <span class="ruby-keyword">end</span></pre>
353
+ </div>
354
+ </div>
355
+
356
+
357
+ </div>
358
+
359
+ <div id="method-i-to_day" class="method-detail ">
360
+ <div class="method-header">
361
+ <div class="method-heading">
362
+ <span class="method-name">to_day</span><span
363
+ class="method-args">(time = :end)</span>
364
+ <span class="method-click-advice">click to toggle source</span>
365
+ </div>
366
+ </div>
367
+
368
+ <div class="method-description">
369
+
370
+
371
+ <div class="method-source-code" id="to_day-source">
372
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 32</span>
373
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_day</span>(<span class="ruby-identifier">time</span> = <span class="ruby-value">:end</span>)
374
+ <span class="ruby-identifier">t</span> = <span class="ruby-identifier">time</span> <span class="ruby-operator">==</span> <span class="ruby-value">:end</span> <span class="ruby-operator">?</span> <span class="ruby-string">&quot;23:59&quot;</span> <span class="ruby-operator">:</span> <span class="ruby-string">&quot;00:00&quot;</span>
375
+ <span class="ruby-constant">Chronic</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-node">&quot;#{strip_time} #{t}&quot;</span>)
376
+ <span class="ruby-keyword">end</span></pre>
377
+ </div>
378
+ </div>
379
+
380
+
381
+ </div>
382
+
383
+ <div id="method-i-yaml-3F" class="method-detail ">
384
+ <div class="method-header">
385
+ <div class="method-heading">
386
+ <span class="method-name">yaml?</span><span
387
+ class="method-args">()</span>
388
+ <span class="method-click-advice">click to toggle source</span>
389
+ </div>
390
+ </div>
391
+
392
+ <div class="method-description">
393
+
394
+
395
+ <div class="method-source-code" id="yaml-3F-source">
396
+ <pre><span class="ruby-comment"># File lib/conductor/string.rb, line 45</span>
397
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">yaml?</span>
398
+ <span class="ruby-identifier">dup</span>.<span class="ruby-identifier">force_encoding</span>(<span class="ruby-string">&#39;utf-8&#39;</span>).<span class="ruby-identifier">match?</span>(<span class="ruby-regexp">/^---/m</span>)
399
+ <span class="ruby-keyword">end</span></pre>
400
+ </div>
401
+ </div>
402
+
403
+
404
+ </div>
405
+
406
+ </section>
407
+
408
+ </section>
409
+ </main>
410
+
411
+
412
+ <footer id="validator-badges" role="contentinfo">
413
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
414
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.2.
415
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
416
+ </footer>
417
+
@@ -0,0 +1,138 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class TrueClass - Marked Conductor</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+ <body id="top" role="document" class="class">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="./index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="./table_of_contents.html#pages">Pages</a>
34
+ <a href="./table_of_contents.html#classes">Classes</a>
35
+ <a href="./table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="class-metadata">
59
+
60
+
61
+ <div id="parent-class-section" class="nav-section">
62
+ <h3>Parent</h3>
63
+
64
+ <p class="link"><a href="Object.html">Object</a>
65
+ </div>
66
+
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <div id="method-list-section" class="nav-section">
72
+ <h3>Methods</h3>
73
+
74
+ <ul class="link-list" role="directory">
75
+ <li ><a href="#method-i-bool-3F">#bool?</a>
76
+ </ul>
77
+ </div>
78
+
79
+ </div>
80
+ </nav>
81
+
82
+ <main role="main" aria-labelledby="class-TrueClass">
83
+ <h1 id="class-TrueClass" class="class">
84
+ class TrueClass
85
+ </h1>
86
+
87
+ <section class="description">
88
+
89
+ <p>True class</p>
90
+
91
+ </section>
92
+
93
+ <section id="5Buntitled-5D" class="documentation-section">
94
+
95
+
96
+
97
+
98
+
99
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
100
+ <header>
101
+ <h3>Public Instance Methods</h3>
102
+ </header>
103
+
104
+ <div id="method-i-bool-3F" class="method-detail ">
105
+ <div class="method-header">
106
+ <div class="method-heading">
107
+ <span class="method-name">bool?</span><span
108
+ class="method-args">()</span>
109
+ <span class="method-click-advice">click to toggle source</span>
110
+ </div>
111
+ </div>
112
+
113
+ <div class="method-description">
114
+
115
+
116
+ <div class="method-source-code" id="bool-3F-source">
117
+ <pre><span class="ruby-comment"># File lib/conductor/boolean.rb, line 5</span>
118
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">bool?</span>
119
+ <span class="ruby-keyword">true</span>
120
+ <span class="ruby-keyword">end</span></pre>
121
+ </div>
122
+ </div>
123
+
124
+
125
+ </div>
126
+
127
+ </section>
128
+
129
+ </section>
130
+ </main>
131
+
132
+
133
+ <footer id="validator-badges" role="contentinfo">
134
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
135
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.6.2.
136
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
137
+ </footer>
138
+
data/html/created.rid ADDED
@@ -0,0 +1,14 @@
1
+ Sun, 28 Apr 2024 14:05:58 -0500
2
+ README.rdoc Sun, 28 Apr 2024 13:21:34 -0500
3
+ lib/conductor.rb Sun, 28 Apr 2024 13:46:38 -0500
4
+ lib/conductor/array.rb Sat, 27 Apr 2024 11:54:28 -0500
5
+ lib/conductor/boolean.rb Thu, 25 Apr 2024 14:25:59 -0500
6
+ lib/conductor/command.rb Sat, 27 Apr 2024 11:54:28 -0500
7
+ lib/conductor/condition.rb Sun, 28 Apr 2024 13:52:45 -0500
8
+ lib/conductor/config.rb Sat, 27 Apr 2024 11:54:28 -0500
9
+ lib/conductor/env.rb Sun, 28 Apr 2024 13:31:54 -0500
10
+ lib/conductor/hash.rb Sat, 27 Apr 2024 11:54:28 -0500
11
+ lib/conductor/script.rb Sat, 27 Apr 2024 11:54:28 -0500
12
+ lib/conductor/string.rb Sun, 28 Apr 2024 13:50:26 -0500
13
+ lib/conductor/version.rb Sat, 27 Apr 2024 16:00:44 -0500
14
+ bin/conductor Sun, 28 Apr 2024 14:01:55 -0500