bovem 1.2.6 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. data/.travis.yml +1 -1
  2. data/Gemfile +1 -1
  3. data/README.md +5 -2
  4. data/bovem.gemspec +11 -9
  5. data/doc/Bovem.html +7 -25
  6. data/doc/Bovem/Configuration.html +30 -43
  7. data/doc/Bovem/Console.html +225 -4360
  8. data/doc/Bovem/ConsoleMethods.html +125 -0
  9. data/doc/Bovem/ConsoleMethods/Interactions.html +575 -0
  10. data/doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html +231 -0
  11. data/doc/Bovem/ConsoleMethods/Logging.html +2218 -0
  12. data/doc/Bovem/ConsoleMethods/Logging/ClassMethods.html +212 -0
  13. data/doc/Bovem/ConsoleMethods/Output.html +1213 -0
  14. data/doc/Bovem/ConsoleMethods/StyleHandling.html +274 -0
  15. data/doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +653 -0
  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 +112 -12
  20. data/doc/Bovem/Shell.html +58 -1888
  21. data/doc/Bovem/ShellMethods.html +125 -0
  22. data/doc/Bovem/ShellMethods/Directories.html +484 -0
  23. data/doc/Bovem/ShellMethods/Execute.html +565 -0
  24. data/doc/Bovem/ShellMethods/General.html +450 -0
  25. data/doc/Bovem/ShellMethods/Read.html +451 -0
  26. data/doc/Bovem/ShellMethods/Write.html +676 -0
  27. data/doc/Bovem/Version.html +6 -6
  28. data/doc/_index.html +145 -4
  29. data/doc/class_list.html +1 -1
  30. data/doc/file.README.html +10 -7
  31. data/doc/frames.html +1 -1
  32. data/doc/index.html +10 -7
  33. data/doc/method_list.html +119 -79
  34. data/doc/top-level-namespace.html +3 -3
  35. data/lib/bovem.rb +1 -1
  36. data/lib/bovem/configuration.rb +24 -13
  37. data/lib/bovem/console.rb +566 -497
  38. data/lib/bovem/errors.rb +1 -1
  39. data/lib/bovem/logger.rb +4 -4
  40. data/lib/bovem/shell.rb +482 -305
  41. data/lib/bovem/version.rb +4 -4
  42. data/locales/en.yml +43 -0
  43. data/locales/it.yml +43 -0
  44. data/spec/bovem/configuration_spec.rb +3 -3
  45. data/spec/bovem/console_spec.rb +17 -10
  46. data/spec/bovem/logger_spec.rb +1 -1
  47. data/spec/bovem/shell_spec.rb +9 -5
  48. data/spec/coverage_helper.rb +1 -1
  49. data/spec/spec_helper.rb +1 -1
  50. metadata +32 -22
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Bovem::Version
8
8
 
9
- &mdash; Documentation by YARD 0.8.2.1
9
+ &mdash; Documentation by YARD 0.8.3
10
10
 
11
11
  </title>
12
12
 
@@ -119,7 +119,7 @@
119
119
 
120
120
  </div>
121
121
  </dt>
122
- <dd><pre class="code"><span class='int'>1</span></pre></dd>
122
+ <dd><pre class="code"><span class='int'>2</span></pre></dd>
123
123
 
124
124
  <dt id="MINOR-constant" class="">MINOR =
125
125
  <div class="docstring">
@@ -134,7 +134,7 @@
134
134
 
135
135
  </div>
136
136
  </dt>
137
- <dd><pre class="code"><span class='int'>2</span></pre></dd>
137
+ <dd><pre class="code"><span class='int'>0</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'>6</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 Mon Oct 22 09:30:26 2012 by
183
+ Generated on Fri Feb 1 23:40:18 2013 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
- 0.8.2.1 (ruby-1.9.2).
185
+ 0.8.3 (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.2.1
7
+ Documentation by YARD 0.8.3
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.2.1</h1>
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.3</h1>
60
60
  <div id="listing">
61
61
  <h1 class="alphaindex">Alphabetic Index</h1>
62
62
 
@@ -97,6 +97,27 @@
97
97
  <li class="letter">C</li>
98
98
  <ul>
99
99
 
100
+ <li>
101
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions/ClassMethods.html" title="Bovem::ConsoleMethods::Interactions::ClassMethods (module)">ClassMethods</a></span>
102
+
103
+ <small>(Bovem::ConsoleMethods::Interactions)</small>
104
+
105
+ </li>
106
+
107
+ <li>
108
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging/ClassMethods.html" title="Bovem::ConsoleMethods::Logging::ClassMethods (module)">ClassMethods</a></span>
109
+
110
+ <small>(Bovem::ConsoleMethods::Logging)</small>
111
+
112
+ </li>
113
+
114
+ <li>
115
+ <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods (module)">ClassMethods</a></span>
116
+
117
+ <small>(Bovem::ConsoleMethods::StyleHandling)</small>
118
+
119
+ </li>
120
+
100
121
  <li>
101
122
  <span class='object_link'><a href="Bovem/Configuration.html" title="Bovem::Configuration (class)">Configuration</a></span>
102
123
 
@@ -111,6 +132,28 @@
111
132
 
112
133
  </li>
113
134
 
135
+ <li>
136
+ <span class='object_link'><a href="Bovem/ConsoleMethods.html" title="Bovem::ConsoleMethods (module)">ConsoleMethods</a></span>
137
+
138
+ <small>(Bovem)</small>
139
+
140
+ </li>
141
+
142
+ </ul>
143
+ </ul>
144
+
145
+
146
+ <ul id="alpha_D" class="alpha">
147
+ <li class="letter">D</li>
148
+ <ul>
149
+
150
+ <li>
151
+ <span class='object_link'><a href="Bovem/ShellMethods/Directories.html" title="Bovem::ShellMethods::Directories (module)">Directories</a></span>
152
+
153
+ <small>(Bovem::ShellMethods)</small>
154
+
155
+ </li>
156
+
114
157
  </ul>
115
158
  </ul>
116
159
 
@@ -126,6 +169,28 @@
126
169
 
127
170
  </li>
128
171
 
172
+ <li>
173
+ <span class='object_link'><a href="Bovem/ShellMethods/Execute.html" title="Bovem::ShellMethods::Execute (module)">Execute</a></span>
174
+
175
+ <small>(Bovem::ShellMethods)</small>
176
+
177
+ </li>
178
+
179
+ </ul>
180
+ </ul>
181
+
182
+
183
+ <ul id="alpha_G" class="alpha">
184
+ <li class="letter">G</li>
185
+ <ul>
186
+
187
+ <li>
188
+ <span class='object_link'><a href="Bovem/ShellMethods/General.html" title="Bovem::ShellMethods::General (module)">General</a></span>
189
+
190
+ <small>(Bovem::ShellMethods)</small>
191
+
192
+ </li>
193
+
129
194
  </ul>
130
195
  </ul>
131
196
 
@@ -134,6 +199,13 @@
134
199
  <li class="letter">I</li>
135
200
  <ul>
136
201
 
202
+ <li>
203
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html" title="Bovem::ConsoleMethods::Interactions (module)">Interactions</a></span>
204
+
205
+ <small>(Bovem::ConsoleMethods)</small>
206
+
207
+ </li>
208
+
137
209
  <li>
138
210
  <span class='object_link'><a href="Bovem/Errors/InvalidConfiguration.html" title="Bovem::Errors::InvalidConfiguration (class)">InvalidConfiguration</a></span>
139
211
 
@@ -163,6 +235,46 @@
163
235
 
164
236
  </li>
165
237
 
238
+ <li>
239
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html" title="Bovem::ConsoleMethods::Logging (module)">Logging</a></span>
240
+
241
+ <small>(Bovem::ConsoleMethods)</small>
242
+
243
+ </li>
244
+
245
+ </ul>
246
+ </ul>
247
+
248
+
249
+ </td><td valign='top' width="33%">
250
+
251
+
252
+ <ul id="alpha_O" class="alpha">
253
+ <li class="letter">O</li>
254
+ <ul>
255
+
256
+ <li>
257
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html" title="Bovem::ConsoleMethods::Output (module)">Output</a></span>
258
+
259
+ <small>(Bovem::ConsoleMethods)</small>
260
+
261
+ </li>
262
+
263
+ </ul>
264
+ </ul>
265
+
266
+
267
+ <ul id="alpha_R" class="alpha">
268
+ <li class="letter">R</li>
269
+ <ul>
270
+
271
+ <li>
272
+ <span class='object_link'><a href="Bovem/ShellMethods/Read.html" title="Bovem::ShellMethods::Read (module)">Read</a></span>
273
+
274
+ <small>(Bovem::ShellMethods)</small>
275
+
276
+ </li>
277
+
166
278
  </ul>
167
279
  </ul>
168
280
 
@@ -178,6 +290,20 @@
178
290
 
179
291
  </li>
180
292
 
293
+ <li>
294
+ <span class='object_link'><a href="Bovem/ShellMethods.html" title="Bovem::ShellMethods (module)">ShellMethods</a></span>
295
+
296
+ <small>(Bovem)</small>
297
+
298
+ </li>
299
+
300
+ <li>
301
+ <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling.html" title="Bovem::ConsoleMethods::StyleHandling (module)">StyleHandling</a></span>
302
+
303
+ <small>(Bovem::ConsoleMethods)</small>
304
+
305
+ </li>
306
+
181
307
  </ul>
182
308
  </ul>
183
309
 
@@ -196,6 +322,21 @@
196
322
  </ul>
197
323
  </ul>
198
324
 
325
+
326
+ <ul id="alpha_W" class="alpha">
327
+ <li class="letter">W</li>
328
+ <ul>
329
+
330
+ <li>
331
+ <span class='object_link'><a href="Bovem/ShellMethods/Write.html" title="Bovem::ShellMethods::Write (module)">Write</a></span>
332
+
333
+ <small>(Bovem::ShellMethods)</small>
334
+
335
+ </li>
336
+
337
+ </ul>
338
+ </ul>
339
+
199
340
  </td>
200
341
  </tr>
201
342
  </table>
@@ -205,9 +346,9 @@
205
346
  </div>
206
347
 
207
348
  <div id="footer">
208
- Generated on Mon Oct 22 09:30:26 2012 by
349
+ Generated on Fri Feb 1 23:40:17 2013 by
209
350
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
210
- 0.8.2.1 (ruby-1.9.2).
351
+ 0.8.3 (ruby-1.9.3).
211
352
  </div>
212
353
 
213
354
  </body>
@@ -45,7 +45,7 @@
45
45
 
46
46
  <ul id="full_list" class="class">
47
47
  <li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
48
- <li><a class='toggle'></a> <span class='object_link'><a href="Bovem.html" title="Bovem (module)">Bovem</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Bovem/Configuration.html" title="Bovem::Configuration (class)">Configuration</a></span> &lt; Object<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Console.html" title="Bovem::Console (class)">Console</a></span> &lt; Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/Errors.html" title="Bovem::Errors (module)">Errors</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/Errors/InvalidConfiguration.html" title="Bovem::Errors::InvalidConfiguration (class)">InvalidConfiguration</a></span> &lt; ArgumentError<small class='search_info'>Bovem::Errors</small></li><li><span class='object_link'><a href="Bovem/Errors/InvalidLogger.html" title="Bovem::Errors::InvalidLogger (class)">InvalidLogger</a></span> &lt; ArgumentError<small class='search_info'>Bovem::Errors</small></li></ul><li><span class='object_link'><a href="Bovem/Logger.html" title="Bovem::Logger (class)">Logger</a></span> &lt; Logger<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Shell.html" title="Bovem::Shell (class)">Shell</a></span> &lt; Object<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Version.html" title="Bovem::Version (module)">Version</a></span><small class='search_info'>Bovem</small></li></ul>
48
+ <li><a class='toggle'></a> <span class='object_link'><a href="Bovem.html" title="Bovem (module)">Bovem</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Bovem/Configuration.html" title="Bovem::Configuration (class)">Configuration</a></span> &lt; Object<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Console.html" title="Bovem::Console (class)">Console</a></span> &lt; Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods.html" title="Bovem::ConsoleMethods (module)">ConsoleMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html" title="Bovem::ConsoleMethods::Interactions (module)">Interactions</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Interactions/ClassMethods.html" title="Bovem::ConsoleMethods::Interactions::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::Interactions</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html" title="Bovem::ConsoleMethods::Logging (module)">Logging</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Logging/ClassMethods.html" title="Bovem::ConsoleMethods::Logging::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::Logging</small></li></ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/Output.html" title="Bovem::ConsoleMethods::Output (module)">Output</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling.html" title="Bovem::ConsoleMethods::StyleHandling (module)">StyleHandling</a></span><small class='search_info'>Bovem::ConsoleMethods</small></li><ul><li><span class='object_link'><a href="Bovem/ConsoleMethods/StyleHandling/ClassMethods.html" title="Bovem::ConsoleMethods::StyleHandling::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Bovem::ConsoleMethods::StyleHandling</small></li></ul></ul><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/Errors.html" title="Bovem::Errors (module)">Errors</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/Errors/InvalidConfiguration.html" title="Bovem::Errors::InvalidConfiguration (class)">InvalidConfiguration</a></span> &lt; ArgumentError<small class='search_info'>Bovem::Errors</small></li><li><span class='object_link'><a href="Bovem/Errors/InvalidLogger.html" title="Bovem::Errors::InvalidLogger (class)">InvalidLogger</a></span> &lt; ArgumentError<small class='search_info'>Bovem::Errors</small></li></ul><li><span class='object_link'><a href="Bovem/Logger.html" title="Bovem::Logger (class)">Logger</a></span> &lt; Logger<small class='search_info'>Bovem</small></li><li><span class='object_link'><a href="Bovem/Shell.html" title="Bovem::Shell (class)">Shell</a></span> &lt; Object<small class='search_info'>Bovem</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Bovem/ShellMethods.html" title="Bovem::ShellMethods (module)">ShellMethods</a></span><small class='search_info'>Bovem</small></li><ul><li><span class='object_link'><a href="Bovem/ShellMethods/Directories.html" title="Bovem::ShellMethods::Directories (module)">Directories</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/Execute.html" title="Bovem::ShellMethods::Execute (module)">Execute</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/General.html" title="Bovem::ShellMethods::General (module)">General</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/Read.html" title="Bovem::ShellMethods::Read (module)">Read</a></span><small class='search_info'>Bovem::ShellMethods</small></li><li><span class='object_link'><a href="Bovem/ShellMethods/Write.html" title="Bovem::ShellMethods::Write (module)">Write</a></span><small class='search_info'>Bovem::ShellMethods</small></li></ul><li><span class='object_link'><a href="Bovem/Version.html" title="Bovem::Version (module)">Version</a></span><small class='search_info'>Bovem</small></li></ul>
49
49
 
50
50
  </ul>
51
51
  </div>
@@ -2,11 +2,11 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.2.1
9
+ &mdash; Documentation by YARD 0.8.3
10
10
 
11
11
  </title>
12
12
 
@@ -69,7 +69,9 @@
69
69
 
70
70
  <p>A collection of utilities for developers.</p>
71
71
 
72
- <p><a href="http://github.com/ShogunPanda/bovem">http://github.com/ShogunPanda/bovem</a></p>
72
+ <p><a href="http://sw.cow.tc/bovem">http://sw.cow.tc/bovem</a></p>
73
+
74
+ <p><a href="http://rdoc.info/gems/bovem">http://rdoc.info/gems/bovem</a></p>
73
75
 
74
76
  <h2>Description</h2>
75
77
 
@@ -91,14 +93,15 @@
91
93
 
92
94
  <h2>Copyright</h2>
93
95
 
94
- <p>Copyright (C) 2012 and above Shogun &lt;<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>&gt;.
95
- Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
96
+ <p>Copyright (C) 2013 and above Shogun (<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>).</p>
97
+
98
+ <p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
96
99
  </div></div>
97
100
 
98
101
  <div id="footer">
99
- Generated on Mon Oct 22 09:30:26 2012 by
102
+ Generated on Fri Feb 1 23:40:17 2013 by
100
103
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
101
- 0.8.2.1 (ruby-1.9.2).
104
+ 0.8.3 (ruby-1.9.3).
102
105
  </div>
103
106
 
104
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.2.1</title>
7
+ <title>Documentation by YARD 0.8.3</title>
8
8
  </head>
9
9
  <script type="text/javascript" charset="utf-8">
10
10
  window.onload = function() {
@@ -2,11 +2,11 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.2.1
9
+ &mdash; Documentation by YARD 0.8.3
10
10
 
11
11
  </title>
12
12
 
@@ -69,7 +69,9 @@
69
69
 
70
70
  <p>A collection of utilities for developers.</p>
71
71
 
72
- <p><a href="http://github.com/ShogunPanda/bovem">http://github.com/ShogunPanda/bovem</a></p>
72
+ <p><a href="http://sw.cow.tc/bovem">http://sw.cow.tc/bovem</a></p>
73
+
74
+ <p><a href="http://rdoc.info/gems/bovem">http://rdoc.info/gems/bovem</a></p>
73
75
 
74
76
  <h2>Description</h2>
75
77
 
@@ -91,14 +93,15 @@
91
93
 
92
94
  <h2>Copyright</h2>
93
95
 
94
- <p>Copyright (C) 2012 and above Shogun &lt;<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>&gt;.
95
- Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
96
+ <p>Copyright (C) 2013 and above Shogun (<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>).</p>
97
+
98
+ <p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
96
99
  </div></div>
97
100
 
98
101
  <div id="footer">
99
- Generated on Mon Oct 22 09:30:26 2012 by
102
+ Generated on Fri Feb 1 23:40:17 2013 by
100
103
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
101
- 0.8.2.1 (ruby-1.9.2).
104
+ 0.8.3 (ruby-1.9.3).
102
105
  </div>
103
106
 
104
107
  </body>
@@ -47,17 +47,17 @@
47
47
 
48
48
 
49
49
  <li class="r1 ">
50
- <span class='object_link'><a href="Bovem/Console.html#begin-instance_method" title="Bovem::Console#begin (method)">#begin</a></span>
50
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#begin-instance_method" title="Bovem::ConsoleMethods::Logging#begin (method)">#begin</a></span>
51
51
 
52
- <small>Bovem::Console</small>
52
+ <small>Bovem::ConsoleMethods::Logging</small>
53
53
 
54
54
  </li>
55
55
 
56
56
 
57
57
  <li class="r2 ">
58
- <span class='object_link'><a href="Bovem/Shell.html#check-instance_method" title="Bovem::Shell#check (method)">#check</a></span>
58
+ <span class='object_link'><a href="Bovem/ShellMethods/Read.html#check-instance_method" title="Bovem::ShellMethods::Read#check (method)">#check</a></span>
59
59
 
60
- <small>Bovem::Shell</small>
60
+ <small>Bovem::ShellMethods::Read</small>
61
61
 
62
62
  </li>
63
63
 
@@ -71,17 +71,17 @@
71
71
 
72
72
 
73
73
  <li class="r2 ">
74
- <span class='object_link'><a href="Bovem/Shell.html#copy-instance_method" title="Bovem::Shell#copy (method)">#copy</a></span>
74
+ <span class='object_link'><a href="Bovem/ShellMethods/Write.html#copy-instance_method" title="Bovem::ShellMethods::Write#copy (method)">#copy</a></span>
75
75
 
76
- <small>Bovem::Shell</small>
76
+ <small>Bovem::ShellMethods::Write</small>
77
77
 
78
78
  </li>
79
79
 
80
80
 
81
81
  <li class="r1 ">
82
- <span class='object_link'><a href="Bovem/Shell.html#copy_or_move-instance_method" title="Bovem::Shell#copy_or_move (method)">#copy_or_move</a></span>
82
+ <span class='object_link'><a href="Bovem/ShellMethods/Write.html#copy_or_move-instance_method" title="Bovem::ShellMethods::Write#copy_or_move (method)">#copy_or_move</a></span>
83
83
 
84
- <small>Bovem::Shell</small>
84
+ <small>Bovem::ShellMethods::Write</small>
85
85
 
86
86
  </li>
87
87
 
@@ -95,17 +95,17 @@
95
95
 
96
96
 
97
97
  <li class="r1 ">
98
- <span class='object_link'><a href="Bovem/Shell.html#create_directories-instance_method" title="Bovem::Shell#create_directories (method)">#create_directories</a></span>
98
+ <span class='object_link'><a href="Bovem/ShellMethods/Directories.html#create_directories-instance_method" title="Bovem::ShellMethods::Directories#create_directories (method)">#create_directories</a></span>
99
99
 
100
- <small>Bovem::Shell</small>
100
+ <small>Bovem::ShellMethods::Directories</small>
101
101
 
102
102
  </li>
103
103
 
104
104
 
105
105
  <li class="r2 ">
106
- <span class='object_link'><a href="Bovem/Console.html#debug-instance_method" title="Bovem::Console#debug (method)">#debug</a></span>
106
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#debug-instance_method" title="Bovem::ConsoleMethods::Logging#debug (method)">#debug</a></span>
107
107
 
108
- <small>Bovem::Console</small>
108
+ <small>Bovem::ConsoleMethods::Logging</small>
109
109
 
110
110
  </li>
111
111
 
@@ -127,9 +127,9 @@
127
127
 
128
128
 
129
129
  <li class="r1 ">
130
- <span class='object_link'><a href="Bovem/Shell.html#delete-instance_method" title="Bovem::Shell#delete (method)">#delete</a></span>
130
+ <span class='object_link'><a href="Bovem/ShellMethods/Execute.html#delete-instance_method" title="Bovem::ShellMethods::Execute#delete (method)">#delete</a></span>
131
131
 
132
- <small>Bovem::Shell</small>
132
+ <small>Bovem::ShellMethods::Execute</small>
133
133
 
134
134
  </li>
135
135
 
@@ -143,57 +143,57 @@
143
143
 
144
144
 
145
145
  <li class="r1 ">
146
- <span class='object_link'><a href="Bovem/Console.html#error-instance_method" title="Bovem::Console#error (method)">#error</a></span>
146
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#error-instance_method" title="Bovem::ConsoleMethods::Logging#error (method)">#error</a></span>
147
147
 
148
- <small>Bovem::Console</small>
148
+ <small>Bovem::ConsoleMethods::Logging</small>
149
149
 
150
150
  </li>
151
151
 
152
152
 
153
153
  <li class="r2 ">
154
- <span class='object_link'><a href="Bovem/Console.html#execute-class_method" title="Bovem::Console.execute (method)">execute</a></span>
154
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions/ClassMethods.html#execute-instance_method" title="Bovem::ConsoleMethods::Interactions::ClassMethods#execute (method)">#execute</a></span>
155
155
 
156
- <small>Bovem::Console</small>
156
+ <small>Bovem::ConsoleMethods::Interactions::ClassMethods</small>
157
157
 
158
158
  </li>
159
159
 
160
160
 
161
161
  <li class="r1 ">
162
- <span class='object_link'><a href="Bovem/Console.html#fatal-instance_method" title="Bovem::Console#fatal (method)">#fatal</a></span>
162
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#fatal-instance_method" title="Bovem::ConsoleMethods::Logging#fatal (method)">#fatal</a></span>
163
163
 
164
- <small>Bovem::Console</small>
164
+ <small>Bovem::ConsoleMethods::Logging</small>
165
165
 
166
166
  </li>
167
167
 
168
168
 
169
169
  <li class="r2 ">
170
- <span class='object_link'><a href="Bovem/Shell.html#find-instance_method" title="Bovem::Shell#find (method)">#find</a></span>
170
+ <span class='object_link'><a href="Bovem/ShellMethods/Read.html#find-instance_method" title="Bovem::ShellMethods::Read#find (method)">#find</a></span>
171
171
 
172
- <small>Bovem::Shell</small>
172
+ <small>Bovem::ShellMethods::Read</small>
173
173
 
174
174
  </li>
175
175
 
176
176
 
177
177
  <li class="r1 ">
178
- <span class='object_link'><a href="Bovem/Console.html#format-instance_method" title="Bovem::Console#format (method)">#format</a></span>
178
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#format-instance_method" title="Bovem::ConsoleMethods::Output#format (method)">#format</a></span>
179
179
 
180
- <small>Bovem::Console</small>
180
+ <small>Bovem::ConsoleMethods::Output</small>
181
181
 
182
182
  </li>
183
183
 
184
184
 
185
185
  <li class="r2 ">
186
- <span class='object_link'><a href="Bovem/Console.html#format_right-instance_method" title="Bovem::Console#format_right (method)">#format_right</a></span>
186
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#format_right-instance_method" title="Bovem::ConsoleMethods::Output#format_right (method)">#format_right</a></span>
187
187
 
188
- <small>Bovem::Console</small>
188
+ <small>Bovem::ConsoleMethods::Output</small>
189
189
 
190
190
  </li>
191
191
 
192
192
 
193
193
  <li class="r1 ">
194
- <span class='object_link'><a href="Bovem/Console.html#get_banner-instance_method" title="Bovem::Console#get_banner (method)">#get_banner</a></span>
194
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#get_banner-instance_method" title="Bovem::ConsoleMethods::Logging#get_banner (method)">#get_banner</a></span>
195
195
 
196
- <small>Bovem::Console</small>
196
+ <small>Bovem::ConsoleMethods::Logging</small>
197
197
 
198
198
  </li>
199
199
 
@@ -207,31 +207,31 @@
207
207
 
208
208
 
209
209
  <li class="r1 ">
210
- <span class='object_link'><a href="Bovem/Console.html#get_screen_width-instance_method" title="Bovem::Console#get_screen_width (method)">#get_screen_width</a></span>
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
211
 
212
- <small>Bovem::Console</small>
212
+ <small>Bovem::ConsoleMethods::Output</small>
213
213
 
214
214
  </li>
215
215
 
216
216
 
217
217
  <li class="r2 ">
218
- <span class='object_link'><a href="Bovem/Console.html#indent-instance_method" title="Bovem::Console#indent (method)">#indent</a></span>
218
+ <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
219
 
220
- <small>Bovem::Console</small>
220
+ <small>Bovem::ShellMethods::General</small>
221
221
 
222
222
  </li>
223
223
 
224
224
 
225
225
  <li class="r1 ">
226
- <span class='object_link'><a href="Bovem/Console.html#indentation-instance_method" title="Bovem::Console#indentation (method)">#indentation</a></span>
226
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#indent-instance_method" title="Bovem::ConsoleMethods::Output#indent (method)">#indent</a></span>
227
227
 
228
- <small>Bovem::Console</small>
228
+ <small>Bovem::ConsoleMethods::Output</small>
229
229
 
230
230
  </li>
231
231
 
232
232
 
233
233
  <li class="r2 ">
234
- <span class='object_link'><a href="Bovem/Console.html#indentation_string-instance_method" title="Bovem::Console#indentation_string (method)">#indentation_string</a></span>
234
+ <span class='object_link'><a href="Bovem/Console.html#indentation-instance_method" title="Bovem::Console#indentation (method)">#indentation</a></span>
235
235
 
236
236
  <small>Bovem::Console</small>
237
237
 
@@ -239,7 +239,7 @@
239
239
 
240
240
 
241
241
  <li class="r1 ">
242
- <span class='object_link'><a href="Bovem/Console.html#info-instance_method" title="Bovem::Console#info (method)">#info</a></span>
242
+ <span class='object_link'><a href="Bovem/Console.html#indentation_string-instance_method" title="Bovem::Console#indentation_string (method)">#indentation_string</a></span>
243
243
 
244
244
  <small>Bovem::Console</small>
245
245
 
@@ -247,9 +247,9 @@
247
247
 
248
248
 
249
249
  <li class="r2 ">
250
- <span class='object_link'><a href="Bovem/Shell.html#initialize-instance_method" title="Bovem::Shell#initialize (method)">#initialize</a></span>
250
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#info-instance_method" title="Bovem::ConsoleMethods::Logging#info (method)">#info</a></span>
251
251
 
252
- <small>Bovem::Shell</small>
252
+ <small>Bovem::ConsoleMethods::Logging</small>
253
253
 
254
254
  </li>
255
255
 
@@ -263,6 +263,14 @@
263
263
 
264
264
 
265
265
  <li class="r2 ">
266
+ <span class='object_link'><a href="Bovem/Shell.html#initialize-instance_method" title="Bovem::Shell#initialize (method)">#initialize</a></span>
267
+
268
+ <small>Bovem::Shell</small>
269
+
270
+ </li>
271
+
272
+
273
+ <li class="r1 ">
266
274
  <span class='object_link'><a href="Bovem/Logger.html#initialize-instance_method" title="Bovem::Logger#initialize (method)">#initialize</a></span>
267
275
 
268
276
  <small>Bovem::Logger</small>
@@ -270,7 +278,7 @@
270
278
  </li>
271
279
 
272
280
 
273
- <li class="r1 ">
281
+ <li class="r2 ">
274
282
  <span class='object_link'><a href="Bovem/Console.html#initialize-instance_method" title="Bovem::Console#initialize (method)">#initialize</a></span>
275
283
 
276
284
  <small>Bovem::Console</small>
@@ -278,7 +286,7 @@
278
286
  </li>
279
287
 
280
288
 
281
- <li class="r2 ">
289
+ <li class="r1 ">
282
290
  <span class='object_link'><a href="Bovem/Console.html#instance-class_method" title="Bovem::Console.instance (method)">instance</a></span>
283
291
 
284
292
  <small>Bovem::Console</small>
@@ -286,7 +294,7 @@
286
294
  </li>
287
295
 
288
296
 
289
- <li class="r1 ">
297
+ <li class="r2 ">
290
298
  <span class='object_link'><a href="Bovem/Shell.html#instance-class_method" title="Bovem::Shell.instance (method)">instance</a></span>
291
299
 
292
300
  <small>Bovem::Shell</small>
@@ -294,7 +302,7 @@
294
302
  </li>
295
303
 
296
304
 
297
- <li class="r2 ">
305
+ <li class="r1 ">
298
306
  <span class='object_link'><a href="Bovem/Console.html#line_width-instance_method" title="Bovem::Console#line_width (method)">#line_width</a></span>
299
307
 
300
308
  <small>Bovem::Console</small>
@@ -302,34 +310,42 @@
302
310
  </li>
303
311
 
304
312
 
313
+ <li class="r2 ">
314
+ <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
+
316
+ <small>Bovem::ConsoleMethods::Logging::ClassMethods</small>
317
+
318
+ </li>
319
+
320
+
305
321
  <li class="r1 ">
306
- <span class='object_link'><a href="Bovem/Console.html#min_banner_length-class_method" title="Bovem::Console.min_banner_length (method)">min_banner_length</a></span>
322
+ <span class='object_link'><a href="Bovem/ShellMethods/Write.html#move-instance_method" title="Bovem::ShellMethods::Write#move (method)">#move</a></span>
307
323
 
308
- <small>Bovem::Console</small>
324
+ <small>Bovem::ShellMethods::Write</small>
309
325
 
310
326
  </li>
311
327
 
312
328
 
313
329
  <li class="r2 ">
314
- <span class='object_link'><a href="Bovem/Shell.html#move-instance_method" title="Bovem::Shell#move (method)">#move</a></span>
330
+ <span class='object_link'><a href="Bovem/Configuration.html#parse-instance_method" title="Bovem::Configuration#parse (method)">#parse</a></span>
315
331
 
316
- <small>Bovem::Shell</small>
332
+ <small>Bovem::Configuration</small>
317
333
 
318
334
  </li>
319
335
 
320
336
 
321
337
  <li class="r1 ">
322
- <span class='object_link'><a href="Bovem/Configuration.html#parse-instance_method" title="Bovem::Configuration#parse (method)">#parse</a></span>
338
+ <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>
323
339
 
324
- <small>Bovem::Configuration</small>
340
+ <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
325
341
 
326
342
  </li>
327
343
 
328
344
 
329
345
  <li class="r2 ">
330
- <span class='object_link'><a href="Bovem/Console.html#parse_style-class_method" title="Bovem::Console.parse_style (method)">parse_style</a></span>
346
+ <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>
331
347
 
332
- <small>Bovem::Console</small>
348
+ <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
333
349
 
334
350
  </li>
335
351
 
@@ -343,46 +359,54 @@
343
359
 
344
360
 
345
361
  <li class="r2 ">
346
- <span class='object_link'><a href="Bovem/Console.html#read-instance_method" title="Bovem::Console#read (method)">#read</a></span>
362
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html#read-instance_method" title="Bovem::ConsoleMethods::Interactions#read (method)">#read</a></span>
347
363
 
348
- <small>Bovem::Console</small>
364
+ <small>Bovem::ConsoleMethods::Interactions</small>
349
365
 
350
366
  </li>
351
367
 
352
368
 
353
369
  <li class="r1 ">
354
- <span class='object_link'><a href="Bovem/Console.html#replace_markers-instance_method" title="Bovem::Console#replace_markers (method)">#replace_markers</a></span>
370
+ <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>
355
371
 
356
- <small>Bovem::Console</small>
372
+ <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
357
373
 
358
374
  </li>
359
375
 
360
376
 
361
377
  <li class="r2 ">
362
- <span class='object_link'><a href="Bovem/Console.html#replace_markers-class_method" title="Bovem::Console.replace_markers (method)">replace_markers</a></span>
378
+ <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>
363
379
 
364
- <small>Bovem::Console</small>
380
+ <small>Bovem::ConsoleMethods::StyleHandling</small>
365
381
 
366
382
  </li>
367
383
 
368
384
 
369
385
  <li class="r1 ">
370
- <span class='object_link'><a href="Bovem/Console.html#reset_indentation-instance_method" title="Bovem::Console#reset_indentation (method)">#reset_indentation</a></span>
386
+ <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>
371
387
 
372
- <small>Bovem::Console</small>
388
+ <small>Bovem::ConsoleMethods::StyleHandling::ClassMethods</small>
373
389
 
374
390
  </li>
375
391
 
376
392
 
377
393
  <li class="r2 ">
378
- <span class='object_link'><a href="Bovem/Shell.html#run-instance_method" title="Bovem::Shell#run (method)">#run</a></span>
394
+ <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>
379
395
 
380
- <small>Bovem::Shell</small>
396
+ <small>Bovem::ConsoleMethods::Output</small>
381
397
 
382
398
  </li>
383
399
 
384
400
 
385
401
  <li class="r1 ">
402
+ <span class='object_link'><a href="Bovem/ShellMethods/Execute.html#run-instance_method" title="Bovem::ShellMethods::Execute#run (method)">#run</a></span>
403
+
404
+ <small>Bovem::ShellMethods::Execute</small>
405
+
406
+ </li>
407
+
408
+
409
+ <li class="r2 ">
386
410
  <span class='object_link'><a href="Bovem/Console.html#screen_width-instance_method" title="Bovem::Console#screen_width (method)">#screen_width</a></span>
387
411
 
388
412
  <small>Bovem::Console</small>
@@ -390,16 +414,24 @@
390
414
  </li>
391
415
 
392
416
 
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>
419
+
420
+ <small>Bovem::ConsoleMethods::Output</small>
421
+
422
+ </li>
423
+
424
+
393
425
  <li class="r2 ">
394
- <span class='object_link'><a href="Bovem/Console.html#set_indentation-instance_method" title="Bovem::Console#set_indentation (method)">#set_indentation</a></span>
426
+ <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>
395
427
 
396
- <small>Bovem::Console</small>
428
+ <small>Bovem::ShellMethods::General</small>
397
429
 
398
430
  </li>
399
431
 
400
432
 
401
433
  <li class="r1 ">
402
- <span class='object_link'><a href="Bovem/Logger.html#start_time-class_method" title="Bovem::Logger.start_time (method)">start_time</a></span>
434
+ <span class='object_link'><a href="Bovem/Logger.html#start_time-instance_method" title="Bovem::Logger#start_time (method)">#start_time</a></span>
403
435
 
404
436
  <small>Bovem::Logger</small>
405
437
 
@@ -407,65 +439,73 @@
407
439
 
408
440
 
409
441
  <li class="r2 ">
410
- <span class='object_link'><a href="Bovem/Console.html#status-instance_method" title="Bovem::Console#status (method)">#status</a></span>
442
+ <span class='object_link'><a href="Bovem/Logger.html#start_time-class_method" title="Bovem::Logger.start_time (method)">start_time</a></span>
411
443
 
412
- <small>Bovem::Console</small>
444
+ <small>Bovem::Logger</small>
413
445
 
414
446
  </li>
415
447
 
416
448
 
417
449
  <li class="r1 ">
418
- <span class='object_link'><a href="Bovem/Console.html#task-instance_method" title="Bovem::Console#task (method)">#task</a></span>
450
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#status-instance_method" title="Bovem::ConsoleMethods::Logging#status (method)">#status</a></span>
419
451
 
420
- <small>Bovem::Console</small>
452
+ <small>Bovem::ConsoleMethods::Logging</small>
421
453
 
422
454
  </li>
423
455
 
424
456
 
425
457
  <li class="r2 ">
426
- <span class='object_link'><a href="Bovem/Console.html#warn-instance_method" title="Bovem::Console#warn (method)">#warn</a></span>
458
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Interactions.html#task-instance_method" title="Bovem::ConsoleMethods::Interactions#task (method)">#task</a></span>
427
459
 
428
- <small>Bovem::Console</small>
460
+ <small>Bovem::ConsoleMethods::Interactions</small>
429
461
 
430
462
  </li>
431
463
 
432
464
 
433
465
  <li class="r1 ">
434
- <span class='object_link'><a href="Bovem/Console.html#with_indentation-instance_method" title="Bovem::Console#with_indentation (method)">#with_indentation</a></span>
466
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#warn-instance_method" title="Bovem::ConsoleMethods::Logging#warn (method)">#warn</a></span>
435
467
 
436
- <small>Bovem::Console</small>
468
+ <small>Bovem::ConsoleMethods::Logging</small>
437
469
 
438
470
  </li>
439
471
 
440
472
 
441
473
  <li class="r2 ">
442
- <span class='object_link'><a href="Bovem/Shell.html#within_directory-instance_method" title="Bovem::Shell#within_directory (method)">#within_directory</a></span>
474
+ <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>
443
475
 
444
- <small>Bovem::Shell</small>
476
+ <small>Bovem::ConsoleMethods::Output</small>
445
477
 
446
478
  </li>
447
479
 
448
480
 
449
481
  <li class="r1 ">
450
- <span class='object_link'><a href="Bovem/Console.html#wrap-instance_method" title="Bovem::Console#wrap (method)">#wrap</a></span>
482
+ <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>
451
483
 
452
- <small>Bovem::Console</small>
484
+ <small>Bovem::ShellMethods::Directories</small>
453
485
 
454
486
  </li>
455
487
 
456
488
 
457
489
  <li class="r2 ">
458
- <span class='object_link'><a href="Bovem/Console.html#write-instance_method" title="Bovem::Console#write (method)">#write</a></span>
490
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Output.html#wrap-instance_method" title="Bovem::ConsoleMethods::Output#wrap (method)">#wrap</a></span>
459
491
 
460
- <small>Bovem::Console</small>
492
+ <small>Bovem::ConsoleMethods::Output</small>
461
493
 
462
494
  </li>
463
495
 
464
496
 
465
497
  <li class="r1 ">
466
- <span class='object_link'><a href="Bovem/Console.html#write_banner_aligned-instance_method" title="Bovem::Console#write_banner_aligned (method)">#write_banner_aligned</a></span>
498
+ <span class='object_link'><a href="Bovem/ConsoleMethods/Logging.html#write-instance_method" title="Bovem::ConsoleMethods::Logging#write (method)">#write</a></span>
467
499
 
468
- <small>Bovem::Console</small>
500
+ <small>Bovem::ConsoleMethods::Logging</small>
501
+
502
+ </li>
503
+
504
+
505
+ <li class="r2 ">
506
+ <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>
507
+
508
+ <small>Bovem::ConsoleMethods::Logging</small>
469
509
 
470
510
  </li>
471
511