bovem 2.0.3 → 2.1.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 (42) hide show
  1. data/.travis-gemfile +13 -0
  2. data/.travis.yml +4 -2
  3. data/Gemfile +13 -1
  4. data/bovem.gemspec +2 -10
  5. data/doc/Bovem.html +3 -3
  6. data/doc/Bovem/Configuration.html +14 -12
  7. data/doc/Bovem/Console.html +155 -301
  8. data/doc/Bovem/ConsoleMethods.html +3 -3
  9. data/doc/Bovem/ConsoleMethods/Interactions.html +36 -44
  10. data/doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html +7 -7
  11. data/doc/Bovem/ConsoleMethods/Logging.html +62 -62
  12. data/doc/Bovem/ConsoleMethods/Logging/ClassMethods.html +7 -7
  13. data/doc/Bovem/ConsoleMethods/Output.html +59 -141
  14. data/doc/Bovem/ConsoleMethods/StyleHandling.html +3 -3
  15. data/doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +4 -4
  16. data/doc/Bovem/Errors.html +3 -3
  17. data/doc/Bovem/Errors/InvalidConfiguration.html +3 -3
  18. data/doc/Bovem/Errors/InvalidLogger.html +3 -3
  19. data/doc/Bovem/Logger.html +3 -3
  20. data/doc/Bovem/Shell.html +22 -22
  21. data/doc/Bovem/ShellMethods.html +3 -3
  22. data/doc/Bovem/ShellMethods/Directories.html +21 -21
  23. data/doc/Bovem/ShellMethods/Execute.html +21 -21
  24. data/doc/Bovem/ShellMethods/General.html +130 -20
  25. data/doc/Bovem/ShellMethods/Read.html +21 -21
  26. data/doc/Bovem/ShellMethods/Write.html +20 -20
  27. data/doc/Bovem/Version.html +5 -5
  28. data/doc/_index.html +4 -4
  29. data/doc/file.README.html +3 -3
  30. data/doc/frames.html +1 -1
  31. data/doc/index.html +3 -3
  32. data/doc/method_list.html +43 -51
  33. data/doc/top-level-namespace.html +3 -3
  34. data/lib/bovem.rb +1 -1
  35. data/lib/bovem/configuration.rb +12 -4
  36. data/lib/bovem/console.rb +25 -46
  37. data/lib/bovem/shell.rb +12 -5
  38. data/lib/bovem/version.rb +2 -2
  39. data/spec/bovem/configuration_spec.rb +3 -3
  40. data/spec/bovem/console_spec.rb +12 -30
  41. data/spec/bovem/shell_spec.rb +17 -2
  42. metadata +6 -118
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Bovem::ShellMethods::Read
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -229,13 +229,6 @@
229
229
  <pre class="lines">
230
230
 
231
231
 
232
- 58
233
- 59
234
- 60
235
- 61
236
- 62
237
- 63
238
- 64
239
232
  65
240
233
  66
241
234
  67
@@ -248,10 +241,17 @@
248
241
  74
249
242
  75
250
243
  76
251
- 77</pre>
244
+ 77
245
+ 78
246
+ 79
247
+ 80
248
+ 81
249
+ 82
250
+ 83
251
+ 84</pre>
252
252
  </td>
253
253
  <td>
254
- <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 58</span>
254
+ <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 65</span>
255
255
 
256
256
  <span class='kw'>def</span> <span class='id identifier rubyid_check'>check</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_tests'>tests</span><span class='rparen'>)</span>
257
257
  <span class='id identifier rubyid_path'>path</span> <span class='op'>=</span> <span class='id identifier rubyid_path'>path</span><span class='period'>.</span><span class='id identifier rubyid_ensure_string'>ensure_string</span>
@@ -392,13 +392,6 @@
392
392
  <pre class="lines">
393
393
 
394
394
 
395
- 90
396
- 91
397
- 92
398
- 93
399
- 94
400
- 95
401
- 96
402
395
  97
403
396
  98
404
397
  99
@@ -409,10 +402,17 @@
409
402
  104
410
403
  105
411
404
  106
412
- 107</pre>
405
+ 107
406
+ 108
407
+ 109
408
+ 110
409
+ 111
410
+ 112
411
+ 113
412
+ 114</pre>
413
413
  </td>
414
414
  <td>
415
- <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 90</span>
415
+ <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 97</span>
416
416
 
417
417
  <span class='kw'>def</span> <span class='id identifier rubyid_find'>find</span><span class='lparen'>(</span><span class='id identifier rubyid_directories'>directories</span><span class='comma'>,</span> <span class='id identifier rubyid_patterns'>patterns</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_by_extension'>by_extension</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_case_sensitive'>case_sensitive</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
418
418
  <span class='id identifier rubyid_rv'>rv</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
@@ -442,9 +442,9 @@
442
442
  </div>
443
443
 
444
444
  <div id="footer">
445
- Generated on Sat Feb 2 17:05:17 2013 by
445
+ Generated on Tue Feb 5 13:31:46 2013 by
446
446
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
447
- 0.8.3 (ruby-1.9.3).
447
+ 0.8.4 (ruby-1.9.3).
448
448
  </div>
449
449
 
450
450
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Bovem::ShellMethods::Write
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -318,12 +318,12 @@
318
318
  <pre class="lines">
319
319
 
320
320
 
321
- 156
322
- 157
323
- 158</pre>
321
+ 163
322
+ 164
323
+ 165</pre>
324
324
  </td>
325
325
  <td>
326
- <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 156</span>
326
+ <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 163</span>
327
327
 
328
328
  <span class='kw'>def</span> <span class='id identifier rubyid_copy'>copy</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='comma'>,</span> <span class='id identifier rubyid_dst'>dst</span><span class='comma'>,</span> <span class='id identifier rubyid_run'>run</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_show_errors'>show_errors</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_fatal'>fatal</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
329
329
  <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_copy_or_move'>copy_or_move</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='comma'>,</span> <span class='id identifier rubyid_dst'>dst</span><span class='comma'>,</span> <span class='symbol'>:copy</span><span class='comma'>,</span> <span class='id identifier rubyid_run'>run</span><span class='comma'>,</span> <span class='id identifier rubyid_show_errors'>show_errors</span><span class='comma'>,</span> <span class='id identifier rubyid_fatal'>fatal</span><span class='rparen'>)</span>
@@ -475,13 +475,6 @@
475
475
  <pre class="lines">
476
476
 
477
477
 
478
- 181
479
- 182
480
- 183
481
- 184
482
- 185
483
- 186
484
- 187
485
478
  188
486
479
  189
487
480
  190
@@ -492,10 +485,17 @@
492
485
  195
493
486
  196
494
487
  197
495
- 198</pre>
488
+ 198
489
+ 199
490
+ 200
491
+ 201
492
+ 202
493
+ 203
494
+ 204
495
+ 205</pre>
496
496
  </td>
497
497
  <td>
498
- <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 181</span>
498
+ <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 188</span>
499
499
 
500
500
  <span class='kw'>def</span> <span class='id identifier rubyid_copy_or_move'>copy_or_move</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='comma'>,</span> <span class='id identifier rubyid_dst'>dst</span><span class='comma'>,</span> <span class='id identifier rubyid_operation'>operation</span><span class='comma'>,</span> <span class='id identifier rubyid_run'>run</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_show_errors'>show_errors</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_fatal'>fatal</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
501
501
  <span class='id identifier rubyid_rv'>rv</span> <span class='op'>=</span> <span class='kw'>true</span>
@@ -647,12 +647,12 @@
647
647
  <pre class="lines">
648
648
 
649
649
 
650
- 168
651
- 169
652
- 170</pre>
650
+ 175
651
+ 176
652
+ 177</pre>
653
653
  </td>
654
654
  <td>
655
- <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 168</span>
655
+ <pre class="code"><span class="info file"># File 'lib/bovem/shell.rb', line 175</span>
656
656
 
657
657
  <span class='kw'>def</span> <span class='id identifier rubyid_move'>move</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='comma'>,</span> <span class='id identifier rubyid_dst'>dst</span><span class='comma'>,</span> <span class='id identifier rubyid_run'>run</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_show_errors'>show_errors</span> <span class='op'>=</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='id identifier rubyid_fatal'>fatal</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
658
658
  <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_copy_or_move'>copy_or_move</span><span class='lparen'>(</span><span class='id identifier rubyid_src'>src</span><span class='comma'>,</span> <span class='id identifier rubyid_dst'>dst</span><span class='comma'>,</span> <span class='symbol'>:move</span><span class='comma'>,</span> <span class='id identifier rubyid_run'>run</span><span class='comma'>,</span> <span class='id identifier rubyid_show_errors'>show_errors</span><span class='comma'>,</span> <span class='id identifier rubyid_fatal'>fatal</span><span class='rparen'>)</span>
@@ -667,9 +667,9 @@
667
667
  </div>
668
668
 
669
669
  <div id="footer">
670
- Generated on Sat Feb 2 17:05:17 2013 by
670
+ Generated on Tue Feb 5 13:31:46 2013 by
671
671
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
672
- 0.8.3 (ruby-1.9.3).
672
+ 0.8.4 (ruby-1.9.3).
673
673
  </div>
674
674
 
675
675
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Bovem::Version
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -134,7 +134,7 @@
134
134
 
135
135
  </div>
136
136
  </dt>
137
- <dd><pre class="code"><span class='int'>0</span></pre></dd>
137
+ <dd><pre class="code"><span class='int'>1</span></pre></dd>
138
138
 
139
139
  <dt id="PATCH-constant" class="">PATCH =
140
140
  <div class="docstring">
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>3</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>0</span></pre></dd>
153
153
 
154
154
  <dt id="STRING-constant" class="">STRING =
155
155
  <div class="docstring">
@@ -180,9 +180,9 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Sat Feb 2 17:05:17 2013 by
183
+ Generated on Tue Feb 5 13:31:46 2013 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
- 0.8.3 (ruby-1.9.3).
185
+ 0.8.4 (ruby-1.9.3).
186
186
  </div>
187
187
 
188
188
  </body>
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
  <title>
7
- Documentation by YARD 0.8.3
7
+ Documentation by YARD 0.8.4
8
8
 
9
9
  </title>
10
10
 
@@ -56,7 +56,7 @@
56
56
 
57
57
  <iframe id="search_frame"></iframe>
58
58
 
59
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.3</h1>
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.4</h1>
60
60
  <div id="listing">
61
61
  <h1 class="alphaindex">Alphabetic Index</h1>
62
62
 
@@ -346,9 +346,9 @@
346
346
  </div>
347
347
 
348
348
  <div id="footer">
349
- Generated on Sat Feb 2 17:05:17 2013 by
349
+ Generated on Tue Feb 5 13:31:46 2013 by
350
350
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351
- 0.8.3 (ruby-1.9.3).
351
+ 0.8.4 (ruby-1.9.3).
352
352
  </div>
353
353
 
354
354
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -99,9 +99,9 @@
99
99
  </div></div>
100
100
 
101
101
  <div id="footer">
102
- Generated on Sat Feb 2 17:05:17 2013 by
102
+ Generated on Tue Feb 5 13:31:46 2013 by
103
103
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
104
- 0.8.3 (ruby-1.9.3).
104
+ 0.8.4 (ruby-1.9.3).
105
105
  </div>
106
106
 
107
107
  </body>
@@ -4,7 +4,7 @@
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
- <title>Documentation by YARD 0.8.3</title>
7
+ <title>Documentation by YARD 0.8.4</title>
8
8
  </head>
9
9
  <script type="text/javascript" charset="utf-8">
10
10
  window.onload = function() {
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -99,9 +99,9 @@
99
99
  </div></div>
100
100
 
101
101
  <div id="footer">
102
- Generated on Sat Feb 2 17:05:17 2013 by
102
+ Generated on Tue Feb 5 13:31:46 2013 by
103
103
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
104
- 0.8.3 (ruby-1.9.3).
104
+ 0.8.4 (ruby-1.9.3).
105
105
  </div>
106
106
 
107
107
  </body>
@@ -207,14 +207,6 @@
207
207
 
208
208
 
209
209
  <li class="r1 ">
210
- <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#get_screen_width-instance_method" title="Bovem::ConsoleMethods::Output#get_screen_width (method)">#get_screen_width</a></span>
211
-
212
- <small>Bovem::ConsoleMethods::Output</small>
213
-
214
- </li>
215
-
216
-
217
- <li class="r2 ">
218
210
  <span class='object_link'><a href="Bovem/ShellMethods/General.html#handle_failure-instance_method" title="Bovem::ShellMethods::General#handle_failure (method)">#handle_failure</a></span>
219
211
 
220
212
  <small>Bovem::ShellMethods::General</small>
@@ -222,7 +214,7 @@
222
214
  </li>
223
215
 
224
216
 
225
- <li class="r1 ">
217
+ <li class="r2 ">
226
218
  <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#indent-instance_method" title="Bovem::ConsoleMethods::Output#indent (method)">#indent</a></span>
227
219
 
228
220
  <small>Bovem::ConsoleMethods::Output</small>
@@ -230,7 +222,7 @@
230
222
  </li>
231
223
 
232
224
 
233
- <li class="r2 ">
225
+ <li class="r1 ">
234
226
  <span class='object_link'><a href="Bovem/Console.html#indentation-instance_method" title="Bovem::Console#indentation (method)">#indentation</a></span>
235
227
 
236
228
  <small>Bovem::Console</small>
@@ -238,7 +230,7 @@
238
230
  </li>
239
231
 
240
232
 
241
- <li class="r1 ">
233
+ <li class="r2 ">
242
234
  <span class='object_link'><a href="Bovem/Console.html#indentation_string-instance_method" title="Bovem::Console#indentation_string (method)">#indentation_string</a></span>
243
235
 
244
236
  <small>Bovem::Console</small>
@@ -246,7 +238,7 @@
246
238
  </li>
247
239
 
248
240
 
249
- <li class="r2 ">
241
+ <li class="r1 ">
250
242
  <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#info-instance_method" title="Bovem::ConsoleMethods::Logging#info (method)">#info</a></span>
251
243
 
252
244
  <small>Bovem::ConsoleMethods::Logging</small>
@@ -254,14 +246,6 @@
254
246
  </li>
255
247
 
256
248
 
257
- <li class="r1 ">
258
- <span class='object_link'><a href="Bovem/Console.html#initialize-instance_method" title="Bovem::Console#initialize (method)">#initialize</a></span>
259
-
260
- <small>Bovem::Console</small>
261
-
262
- </li>
263
-
264
-
265
249
  <li class="r2 ">
266
250
  <span class='object_link'><a href="Bovem/Configuration.html#initialize-instance_method" title="Bovem::Configuration#initialize (method)">#initialize</a></span>
267
251
 
@@ -279,15 +263,15 @@
279
263
 
280
264
 
281
265
  <li class="r2 ">
282
- <span class='object_link'><a href="Bovem/Shell.html#initialize-instance_method" title="Bovem::Shell#initialize (method)">#initialize</a></span>
266
+ <span class='object_link'><a href="Bovem/Console.html#initialize-instance_method" title="Bovem::Console#initialize (method)">#initialize</a></span>
283
267
 
284
- <small>Bovem::Shell</small>
268
+ <small>Bovem::Console</small>
285
269
 
286
270
  </li>
287
271
 
288
272
 
289
273
  <li class="r1 ">
290
- <span class='object_link'><a href="Bovem/Shell.html#instance-class_method" title="Bovem::Shell.instance (method)">instance</a></span>
274
+ <span class='object_link'><a href="Bovem/Shell.html#initialize-instance_method" title="Bovem::Shell#initialize (method)">#initialize</a></span>
291
275
 
292
276
  <small>Bovem::Shell</small>
293
277
 
@@ -303,6 +287,14 @@
303
287
 
304
288
 
305
289
  <li class="r1 ">
290
+ <span class='object_link'><a href="Bovem/Shell.html#instance-class_method" title="Bovem::Shell.instance (method)">instance</a></span>
291
+
292
+ <small>Bovem::Shell</small>
293
+
294
+ </li>
295
+
296
+
297
+ <li class="r2 ">
306
298
  <span class='object_link'><a href="Bovem/Console.html#line_width-instance_method" title="Bovem::Console#line_width (method)">#line_width</a></span>
307
299
 
308
300
  <small>Bovem::Console</small>
@@ -310,7 +302,7 @@
310
302
  </li>
311
303
 
312
304
 
313
- <li class="r2 ">
305
+ <li class="r1 ">
314
306
  <span class='object_link'><a href="Bovem/ConsoleMethods/Logging/ClassMethods.html#min_banner_length-instance_method" title="Bovem::ConsoleMethods::Logging::ClassMethods#min_banner_length (method)">#min_banner_length</a></span>
315
307
 
316
308
  <small>Bovem::ConsoleMethods::Logging::ClassMethods</small>
@@ -318,7 +310,7 @@
318
310
  </li>
319
311
 
320
312
 
321
- <li class="r1 ">
313
+ <li class="r2 ">
322
314
  <span class='object_link'><a href="Bovem/ShellMethods/Write.html#move-instance_method" title="Bovem::ShellMethods::Write#move (method)">#move</a></span>
323
315
 
324
316
  <small>Bovem::ShellMethods::Write</small>
@@ -326,7 +318,7 @@
326
318
  </li>
327
319
 
328
320
 
329
- <li class="r2 ">
321
+ <li class="r1 ">
330
322
  <span class='object_link'><a href="Bovem/Configuration.html#parse-instance_method" title="Bovem::Configuration#parse (method)">#parse</a></span>
331
323
 
332
324
  <small>Bovem::Configuration</small>
@@ -334,7 +326,7 @@
334
326
  </li>
335
327
 
336
328
 
337
- <li class="r1 ">
329
+ <li class="r2 ">
338
330
  <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#parse_style-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#parse_style (method)">#parse_style</a></span>
339
331
 
340
332
  <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
@@ -342,7 +334,7 @@
342
334
  </li>
343
335
 
344
336
 
345
- <li class="r2 ">
337
+ <li class="r1 ">
346
338
  <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#parse_styles-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#parse_styles (method)">#parse_styles</a></span>
347
339
 
348
340
  <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
@@ -350,7 +342,7 @@
350
342
  </li>
351
343
 
352
344
 
353
- <li class="r1 ">
345
+ <li class="r2 ">
354
346
  <span class='object_link'><a href="Bovem/Configuration.html#property-class_method" title="Bovem::Configuration.property (method)">property</a></span>
355
347
 
356
348
  <small>Bovem::Configuration</small>
@@ -358,7 +350,7 @@
358
350
  </li>
359
351
 
360
352
 
361
- <li class="r2 ">
353
+ <li class="r1 ">
362
354
  <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html#read-instance_method" title="Bovem::ConsoleMethods::Interactions#read (method)">#read</a></span>
363
355
 
364
356
  <small>Bovem::ConsoleMethods::Interactions</small>
@@ -366,7 +358,7 @@
366
358
  </li>
367
359
 
368
360
 
369
- <li class="r1 ">
361
+ <li class="r2 ">
370
362
  <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#replace_markers-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#replace_markers (method)">#replace_markers</a></span>
371
363
 
372
364
  <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
@@ -374,7 +366,7 @@
374
366
  </li>
375
367
 
376
368
 
377
- <li class="r2 ">
369
+ <li class="r1 ">
378
370
  <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling.html#replace_markers-instance_method" title="Bovem::ConsoleMethods::StyleHandling#replace_markers (method)">#replace_markers</a></span>
379
371
 
380
372
  <small>Bovem::ConsoleMethods::StyleHandling</small>
@@ -382,7 +374,7 @@
382
374
  </li>
383
375
 
384
376
 
385
- <li class="r1 ">
377
+ <li class="r2 ">
386
378
  <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html#replace_term_code-instance_method" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods#replace_term_code (method)">#replace_term_code</a></span>
387
379
 
388
380
  <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
@@ -390,7 +382,7 @@
390
382
  </li>
391
383
 
392
384
 
393
- <li class="r2 ">
385
+ <li class="r1 ">
394
386
  <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#reset_indentation-instance_method" title="Bovem::ConsoleMethods::Output#reset_indentation (method)">#reset_indentation</a></span>
395
387
 
396
388
  <small>Bovem::ConsoleMethods::Output</small>
@@ -398,7 +390,7 @@
398
390
  </li>
399
391
 
400
392
 
401
- <li class="r1 ">
393
+ <li class="r2 ">
402
394
  <span class='object_link'><a href="Bovem/ShellMethods/Execute.html#run-instance_method" title="Bovem::ShellMethods::Execute#run (method)">#run</a></span>
403
395
 
404
396
  <small>Bovem::ShellMethods::Execute</small>
@@ -406,23 +398,23 @@
406
398
  </li>
407
399
 
408
400
 
409
- <li class="r2 ">
410
- <span class='object_link'><a href="Bovem/Console.html#screen_width-instance_method" title="Bovem::Console#screen_width (method)">#screen_width</a></span>
401
+ <li class="r1 ">
402
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#set_indentation-instance_method" title="Bovem::ConsoleMethods::Output#set_indentation (method)">#set_indentation</a></span>
411
403
 
412
- <small>Bovem::Console</small>
404
+ <small>Bovem::ConsoleMethods::Output</small>
413
405
 
414
406
  </li>
415
407
 
416
408
 
417
- <li class="r1 ">
418
- <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#set_indentation-instance_method" title="Bovem::ConsoleMethods::Output#set_indentation (method)">#set_indentation</a></span>
409
+ <li class="r2 ">
410
+ <span class='object_link'><a href="Bovem/ShellMethods/General.html#setup_error_handling-instance_method" title="Bovem::ShellMethods::General#setup_error_handling (method)">#setup_error_handling</a></span>
419
411
 
420
- <small>Bovem::ConsoleMethods::Output</small>
412
+ <small>Bovem::ShellMethods::General</small>
421
413
 
422
414
  </li>
423
415
 
424
416
 
425
- <li class="r2 ">
417
+ <li class="r1 ">
426
418
  <span class='object_link'><a href="Bovem/ShellMethods/General.html#show_general_failure-instance_method" title="Bovem::ShellMethods::General#show_general_failure (method)">#show_general_failure</a></span>
427
419
 
428
420
  <small>Bovem::ShellMethods::General</small>
@@ -430,7 +422,7 @@
430
422
  </li>
431
423
 
432
424
 
433
- <li class="r1 ">
425
+ <li class="r2 ">
434
426
  <span class='object_link'><a href="Bovem/Logger.html#start_time-class_method" title="Bovem::Logger.start_time (method)">start_time</a></span>
435
427
 
436
428
  <small>Bovem::Logger</small>
@@ -438,7 +430,7 @@
438
430
  </li>
439
431
 
440
432
 
441
- <li class="r2 ">
433
+ <li class="r1 ">
442
434
  <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#status-instance_method" title="Bovem::ConsoleMethods::Logging#status (method)">#status</a></span>
443
435
 
444
436
  <small>Bovem::ConsoleMethods::Logging</small>
@@ -446,7 +438,7 @@
446
438
  </li>
447
439
 
448
440
 
449
- <li class="r1 ">
441
+ <li class="r2 ">
450
442
  <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html#task-instance_method" title="Bovem::ConsoleMethods::Interactions#task (method)">#task</a></span>
451
443
 
452
444
  <small>Bovem::ConsoleMethods::Interactions</small>
@@ -454,7 +446,7 @@
454
446
  </li>
455
447
 
456
448
 
457
- <li class="r2 ">
449
+ <li class="r1 ">
458
450
  <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#warn-instance_method" title="Bovem::ConsoleMethods::Logging#warn (method)">#warn</a></span>
459
451
 
460
452
  <small>Bovem::ConsoleMethods::Logging</small>
@@ -462,7 +454,7 @@
462
454
  </li>
463
455
 
464
456
 
465
- <li class="r1 ">
457
+ <li class="r2 ">
466
458
  <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#with_indentation-instance_method" title="Bovem::ConsoleMethods::Output#with_indentation (method)">#with_indentation</a></span>
467
459
 
468
460
  <small>Bovem::ConsoleMethods::Output</small>
@@ -470,7 +462,7 @@
470
462
  </li>
471
463
 
472
464
 
473
- <li class="r2 ">
465
+ <li class="r1 ">
474
466
  <span class='object_link'><a href="Bovem/ShellMethods/Directories.html#within_directory-instance_method" title="Bovem::ShellMethods::Directories#within_directory (method)">#within_directory</a></span>
475
467
 
476
468
  <small>Bovem::ShellMethods::Directories</small>
@@ -478,7 +470,7 @@
478
470
  </li>
479
471
 
480
472
 
481
- <li class="r1 ">
473
+ <li class="r2 ">
482
474
  <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#wrap-instance_method" title="Bovem::ConsoleMethods::Output#wrap (method)">#wrap</a></span>
483
475
 
484
476
  <small>Bovem::ConsoleMethods::Output</small>
@@ -486,7 +478,7 @@
486
478
  </li>
487
479
 
488
480
 
489
- <li class="r2 ">
481
+ <li class="r1 ">
490
482
  <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#write-instance_method" title="Bovem::ConsoleMethods::Logging#write (method)">#write</a></span>
491
483
 
492
484
  <small>Bovem::ConsoleMethods::Logging</small>
@@ -494,7 +486,7 @@
494
486
  </li>
495
487
 
496
488
 
497
- <li class="r1 ">
489
+ <li class="r2 ">
498
490
  <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#write_banner_aligned-instance_method" title="Bovem::ConsoleMethods::Logging#write_banner_aligned (method)">#write_banner_aligned</a></span>
499
491
 
500
492
  <small>Bovem::ConsoleMethods::Logging</small>