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.
- data/.travis-gemfile +13 -0
- data/.travis.yml +4 -2
- data/Gemfile +13 -1
- data/bovem.gemspec +2 -10
- data/doc/Bovem.html +3 -3
- data/doc/Bovem/Configuration.html +14 -12
- data/doc/Bovem/Console.html +155 -301
- data/doc/Bovem/ConsoleMethods.html +3 -3
- data/doc/Bovem/ConsoleMethods/Interactions.html +36 -44
- data/doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html +7 -7
- data/doc/Bovem/ConsoleMethods/Logging.html +62 -62
- data/doc/Bovem/ConsoleMethods/Logging/ClassMethods.html +7 -7
- data/doc/Bovem/ConsoleMethods/Output.html +59 -141
- data/doc/Bovem/ConsoleMethods/StyleHandling.html +3 -3
- data/doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +4 -4
- data/doc/Bovem/Errors.html +3 -3
- data/doc/Bovem/Errors/InvalidConfiguration.html +3 -3
- data/doc/Bovem/Errors/InvalidLogger.html +3 -3
- data/doc/Bovem/Logger.html +3 -3
- data/doc/Bovem/Shell.html +22 -22
- data/doc/Bovem/ShellMethods.html +3 -3
- data/doc/Bovem/ShellMethods/Directories.html +21 -21
- data/doc/Bovem/ShellMethods/Execute.html +21 -21
- data/doc/Bovem/ShellMethods/General.html +130 -20
- data/doc/Bovem/ShellMethods/Read.html +21 -21
- data/doc/Bovem/ShellMethods/Write.html +20 -20
- data/doc/Bovem/Version.html +5 -5
- data/doc/_index.html +4 -4
- data/doc/file.README.html +3 -3
- data/doc/frames.html +1 -1
- data/doc/index.html +3 -3
- data/doc/method_list.html +43 -51
- data/doc/top-level-namespace.html +3 -3
- data/lib/bovem.rb +1 -1
- data/lib/bovem/configuration.rb +12 -4
- data/lib/bovem/console.rb +25 -46
- data/lib/bovem/shell.rb +12 -5
- data/lib/bovem/version.rb +2 -2
- data/spec/bovem/configuration_spec.rb +3 -3
- data/spec/bovem/console_spec.rb +12 -30
- data/spec/bovem/shell_spec.rb +17 -2
- metadata +6 -118
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Bovem::ConsoleMethods::Output
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -156,29 +156,6 @@
|
|
156
156
|
<span class="summary_desc"><div class='inline'><p>Formats a message to be written right-aligned.</p>
|
157
157
|
</div></span>
|
158
158
|
|
159
|
-
</li>
|
160
|
-
|
161
|
-
|
162
|
-
<li class="public ">
|
163
|
-
<span class="summary_signature">
|
164
|
-
|
165
|
-
<a href="#get_screen_width-instance_method" title="#get_screen_width (instance method)">- (Fixnum) <strong>get_screen_width</strong> </a>
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
</span>
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
<span class="summary_desc"><div class='inline'><p>Gets the current screen width.</p>
|
180
|
-
</div></span>
|
181
|
-
|
182
159
|
</li>
|
183
160
|
|
184
161
|
|
@@ -444,6 +421,13 @@
|
|
444
421
|
<pre class="lines">
|
445
422
|
|
446
423
|
|
424
|
+
194
|
425
|
+
195
|
426
|
+
196
|
427
|
+
197
|
428
|
+
198
|
429
|
+
199
|
430
|
+
200
|
447
431
|
201
|
448
432
|
202
|
449
433
|
203
|
@@ -459,17 +443,10 @@
|
|
459
443
|
213
|
460
444
|
214
|
461
445
|
215
|
462
|
-
216
|
463
|
-
217
|
464
|
-
218
|
465
|
-
219
|
466
|
-
220
|
467
|
-
221
|
468
|
-
222
|
469
|
-
223</pre>
|
446
|
+
216</pre>
|
470
447
|
</td>
|
471
448
|
<td>
|
472
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
449
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 194</span>
|
473
450
|
|
474
451
|
<span class='kw'>def</span> <span class='id identifier rubyid_format'>format</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_suffix'>suffix</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_indent'>indent</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
475
452
|
<span class='id identifier rubyid_rv'>rv</span> <span class='op'>=</span> <span class='id identifier rubyid_message'>message</span>
|
@@ -478,7 +455,7 @@
|
|
478
455
|
</span>
|
479
456
|
<span class='comment'># Compute the real width available for the screen, if we both indent and wrap
|
480
457
|
</span> <span class='kw'>if</span> <span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>==</span> <span class='kw'>true</span> <span class='kw'>then</span>
|
481
|
-
<span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>=</span> <span class='
|
458
|
+
<span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_line_width'>line_width</span>
|
482
459
|
|
483
460
|
<span class='kw'>if</span> <span class='id identifier rubyid_indent'>indent</span> <span class='op'>==</span> <span class='kw'>true</span> <span class='kw'>then</span>
|
484
461
|
<span class='id identifier rubyid_wrap'>wrap</span> <span class='op'>-=</span> <span class='ivar'>@indentation</span>
|
@@ -611,31 +588,29 @@
|
|
611
588
|
<pre class="lines">
|
612
589
|
|
613
590
|
|
591
|
+
225
|
592
|
+
226
|
593
|
+
227
|
594
|
+
228
|
595
|
+
229
|
596
|
+
230
|
597
|
+
231
|
614
598
|
232
|
615
599
|
233
|
616
600
|
234
|
617
601
|
235
|
618
602
|
236
|
619
|
-
237
|
620
|
-
238
|
621
|
-
239
|
622
|
-
240
|
623
|
-
241
|
624
|
-
242
|
625
|
-
243
|
626
|
-
244
|
627
|
-
245</pre>
|
603
|
+
237</pre>
|
628
604
|
</td>
|
629
605
|
<td>
|
630
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
606
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 225</span>
|
631
607
|
|
632
608
|
<span class='kw'>def</span> <span class='id identifier rubyid_format_right'>format_right</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_width'>width</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_go_up'>go_up</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
633
609
|
<span class='id identifier rubyid_message'>message</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_replace_markers'>replace_markers</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_plain'>plain</span><span class='rparen'>)</span>
|
634
610
|
|
635
611
|
<span class='id identifier rubyid_rv'>rv</span> <span class='op'>=</span> <span class='id identifier rubyid_go_up'>go_up</span> <span class='op'>?</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\e[A</span><span class='tstring_end'>"</span></span> <span class='op'>:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
636
612
|
|
637
|
-
<span class='
|
638
|
-
<span class='id identifier rubyid_width'>width</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_width'>width</span> <span class='op'>==</span> <span class='kw'>true</span> <span class='op'>||</span> <span class='id identifier rubyid_width'>width</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span> <span class='op'><</span> <span class='int'>1</span> <span class='op'>?</span> <span class='ivar'>@screen_width</span> <span class='op'>:</span> <span class='id identifier rubyid_width'>width</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span><span class='rparen'>)</span>
|
613
|
+
<span class='id identifier rubyid_width'>width</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_width'>width</span> <span class='op'>==</span> <span class='kw'>true</span> <span class='op'>||</span> <span class='id identifier rubyid_width'>width</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span> <span class='op'><</span> <span class='int'>1</span> <span class='op'>?</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_line_width'>line_width</span> <span class='op'>:</span> <span class='id identifier rubyid_width'>width</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span><span class='rparen'>)</span>
|
639
614
|
|
640
615
|
<span class='comment'># Get padding
|
641
616
|
</span> <span class='id identifier rubyid_padding'>padding</span> <span class='op'>=</span> <span class='id identifier rubyid_width'>width</span> <span class='op'>-</span> <span class='id identifier rubyid_message'>message</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span><span class='period'>.</span><span class='id identifier rubyid_gsub'>gsub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>(\e\[[0-9]*[a-z]?)|(\\n)</span><span class='regexp_end'>/i</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span>
|
@@ -646,63 +621,6 @@
|
|
646
621
|
</td>
|
647
622
|
</tr>
|
648
623
|
</table>
|
649
|
-
</div>
|
650
|
-
|
651
|
-
<div class="method_details ">
|
652
|
-
<h3 class="signature " id="get_screen_width-instance_method">
|
653
|
-
|
654
|
-
- (<tt>Fixnum</tt>) <strong>get_screen_width</strong>
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
</h3><div class="docstring">
|
661
|
-
<div class="discussion">
|
662
|
-
<p>Gets the current screen width.</p>
|
663
|
-
|
664
|
-
|
665
|
-
</div>
|
666
|
-
</div>
|
667
|
-
<div class="tags">
|
668
|
-
|
669
|
-
<p class="tag_title">Returns:</p>
|
670
|
-
<ul class="return">
|
671
|
-
|
672
|
-
<li>
|
673
|
-
|
674
|
-
|
675
|
-
<span class='type'>(<tt>Fixnum</tt>)</span>
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
—
|
680
|
-
<div class='inline'><p>The screen width.</p>
|
681
|
-
</div>
|
682
|
-
|
683
|
-
</li>
|
684
|
-
|
685
|
-
</ul>
|
686
|
-
|
687
|
-
</div><table class="source_code">
|
688
|
-
<tr>
|
689
|
-
<td>
|
690
|
-
<pre class="lines">
|
691
|
-
|
692
|
-
|
693
|
-
118
|
694
|
-
119
|
695
|
-
120</pre>
|
696
|
-
</td>
|
697
|
-
<td>
|
698
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 118</span>
|
699
|
-
|
700
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_get_screen_width'>get_screen_width</span>
|
701
|
-
<span class='op'>::</span><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_execute'>execute</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>tput cols</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span><span class='lparen'>(</span><span class='int'>80</span><span class='rparen'>)</span>
|
702
|
-
<span class='kw'>end</span></pre>
|
703
|
-
</td>
|
704
|
-
</tr>
|
705
|
-
</table>
|
706
624
|
</div>
|
707
625
|
|
708
626
|
<div class="method_details ">
|
@@ -800,21 +718,21 @@
|
|
800
718
|
<pre class="lines">
|
801
719
|
|
802
720
|
|
721
|
+
169
|
722
|
+
170
|
723
|
+
171
|
724
|
+
172
|
725
|
+
173
|
726
|
+
174
|
727
|
+
175
|
803
728
|
176
|
804
729
|
177
|
805
730
|
178
|
806
731
|
179
|
807
|
-
180
|
808
|
-
181
|
809
|
-
182
|
810
|
-
183
|
811
|
-
184
|
812
|
-
185
|
813
|
-
186
|
814
|
-
187</pre>
|
732
|
+
180</pre>
|
815
733
|
</td>
|
816
734
|
<td>
|
817
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
735
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 169</span>
|
818
736
|
|
819
737
|
<span class='kw'>def</span> <span class='id identifier rubyid_indent'>indent</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_width'>width</span> <span class='op'>=</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='id identifier rubyid_newline_separator'>newline_separator</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
820
738
|
<span class='kw'>if</span> <span class='id identifier rubyid_width'>width</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span> <span class='op'>!=</span> <span class='int'>0</span> <span class='kw'>then</span>
|
@@ -875,12 +793,12 @@
|
|
875
793
|
<pre class="lines">
|
876
794
|
|
877
795
|
|
878
|
-
|
879
|
-
|
880
|
-
|
796
|
+
128
|
797
|
+
129
|
798
|
+
130</pre>
|
881
799
|
</td>
|
882
800
|
<td>
|
883
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
801
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 128</span>
|
884
802
|
|
885
803
|
<span class='kw'>def</span> <span class='id identifier rubyid_reset_indentation'>reset_indentation</span>
|
886
804
|
<span class='ivar'>@indentation</span> <span class='op'>=</span> <span class='int'>0</span>
|
@@ -968,13 +886,13 @@
|
|
968
886
|
<pre class="lines">
|
969
887
|
|
970
888
|
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
889
|
+
120
|
890
|
+
121
|
891
|
+
122
|
892
|
+
123</pre>
|
975
893
|
</td>
|
976
894
|
<td>
|
977
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
895
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 120</span>
|
978
896
|
|
979
897
|
<span class='kw'>def</span> <span class='id identifier rubyid_set_indentation'>set_indentation</span><span class='lparen'>(</span><span class='id identifier rubyid_width'>width</span><span class='comma'>,</span> <span class='id identifier rubyid_is_absolute'>is_absolute</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
980
898
|
<span class='ivar'>@indentation</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='lparen'>(</span><span class='op'>!</span><span class='id identifier rubyid_is_absolute'>is_absolute</span> <span class='op'>?</span> <span class='ivar'>@indentation</span> <span class='op'>:</span> <span class='int'>0</span><span class='rparen'>)</span> <span class='op'>+</span> <span class='id identifier rubyid_width'>width</span><span class='comma'>,</span> <span class='int'>0</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_max'>max</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span>
|
@@ -1065,17 +983,17 @@
|
|
1065
983
|
<pre class="lines">
|
1066
984
|
|
1067
985
|
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
986
|
+
137
|
987
|
+
138
|
988
|
+
139
|
989
|
+
140
|
990
|
+
141
|
991
|
+
142
|
992
|
+
143
|
993
|
+
144</pre>
|
1076
994
|
</td>
|
1077
995
|
<td>
|
1078
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
996
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 137</span>
|
1079
997
|
|
1080
998
|
<span class='kw'>def</span> <span class='id identifier rubyid_with_indentation'>with_indentation</span><span class='lparen'>(</span><span class='id identifier rubyid_width'>width</span> <span class='op'>=</span> <span class='int'>3</span><span class='comma'>,</span> <span class='id identifier rubyid_is_absolute'>is_absolute</span> <span class='op'>=</span> <span class='kw'>false</span><span class='rparen'>)</span>
|
1081
999
|
<span class='id identifier rubyid_old'>old</span> <span class='op'>=</span> <span class='ivar'>@indentation</span>
|
@@ -1168,20 +1086,20 @@
|
|
1168
1086
|
<pre class="lines">
|
1169
1087
|
|
1170
1088
|
|
1089
|
+
151
|
1090
|
+
152
|
1091
|
+
153
|
1092
|
+
154
|
1093
|
+
155
|
1094
|
+
156
|
1095
|
+
157
|
1171
1096
|
158
|
1172
1097
|
159
|
1173
1098
|
160
|
1174
|
-
161
|
1175
|
-
162
|
1176
|
-
163
|
1177
|
-
164
|
1178
|
-
165
|
1179
|
-
166
|
1180
|
-
167
|
1181
|
-
168</pre>
|
1099
|
+
161</pre>
|
1182
1100
|
</td>
|
1183
1101
|
<td>
|
1184
|
-
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line
|
1102
|
+
<pre class="code"><span class="info file"># File 'lib/bovem/console.rb', line 151</span>
|
1185
1103
|
|
1186
1104
|
<span class='kw'>def</span> <span class='id identifier rubyid_wrap'>wrap</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='comma'>,</span> <span class='id identifier rubyid_width'>width</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
|
1187
1105
|
<span class='kw'>if</span> <span class='id identifier rubyid_width'>width</span><span class='period'>.</span><span class='id identifier rubyid_to_integer'>to_integer</span> <span class='op'><=</span> <span class='int'>0</span> <span class='kw'>then</span>
|
@@ -1204,9 +1122,9 @@
|
|
1204
1122
|
</div>
|
1205
1123
|
|
1206
1124
|
<div id="footer">
|
1207
|
-
Generated on
|
1125
|
+
Generated on Tue Feb 5 13:31:46 2013 by
|
1208
1126
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1209
|
-
0.8.
|
1127
|
+
0.8.4 (ruby-1.9.3).
|
1210
1128
|
</div>
|
1211
1129
|
|
1212
1130
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Bovem::ConsoleMethods::StyleHandling
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -265,9 +265,9 @@
|
|
265
265
|
</div>
|
266
266
|
|
267
267
|
<div id="footer">
|
268
|
-
Generated on
|
268
|
+
Generated on Tue Feb 5 13:31:46 2013 by
|
269
269
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
270
|
-
0.8.
|
270
|
+
0.8.4 (ruby-1.9.3).
|
271
271
|
</div>
|
272
272
|
|
273
273
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Bovem::ConsoleMethods::StyleHandling::ClassMethods
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -404,7 +404,7 @@ Supported styles and colors are those in <span class='object_link'><a href="../.
|
|
404
404
|
|
405
405
|
<p>Example:</p>
|
406
406
|
|
407
|
-
<pre class="code ruby"><code><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_replace_markers'>replace_markers</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>{mark=bright bg_red}{mark=green}Hello world!{/mark}{/mark}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
407
|
+
<pre class="code ruby"><code class="ruby"><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_replace_markers'>replace_markers</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>{mark=bright bg_red}{mark=green}Hello world!{/mark}{/mark}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
408
408
|
<span class='comment'># => "\e[1m\e[41m\e[32mHello world!\e[1m\e[41m\e[0m"
|
409
409
|
</span></code></pre>
|
410
410
|
|
@@ -644,9 +644,9 @@ Supported styles and colors are those in <span class='object_link'><a href="../.
|
|
644
644
|
</div>
|
645
645
|
|
646
646
|
<div id="footer">
|
647
|
-
Generated on
|
647
|
+
Generated on Tue Feb 5 13:31:46 2013 by
|
648
648
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
649
|
-
0.8.
|
649
|
+
0.8.4 (ruby-1.9.3).
|
650
650
|
</div>
|
651
651
|
|
652
652
|
</body>
|
data/doc/Bovem/Errors.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Bovem::Errors
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -116,9 +116,9 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on
|
119
|
+
Generated on Tue Feb 5 13:31:46 2013 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
|
-
0.8.
|
121
|
+
0.8.4 (ruby-1.9.3).
|
122
122
|
</div>
|
123
123
|
|
124
124
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: Bovem::Errors::InvalidConfiguration
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Tue Feb 5 13:31:47 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.
|
129
|
+
0.8.4 (ruby-1.9.3).
|
130
130
|
</div>
|
131
131
|
|
132
132
|
</body>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Exception: Bovem::Errors::InvalidLogger
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -124,9 +124,9 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on
|
127
|
+
Generated on Tue Feb 5 13:31:47 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
|
-
0.8.
|
129
|
+
0.8.4 (ruby-1.9.3).
|
130
130
|
</div>
|
131
131
|
|
132
132
|
</body>
|
data/doc/Bovem/Logger.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Bovem::Logger
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.4
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -1079,9 +1079,9 @@
|
|
1079
1079
|
</div>
|
1080
1080
|
|
1081
1081
|
<div id="footer">
|
1082
|
-
Generated on
|
1082
|
+
Generated on Tue Feb 5 13:31:47 2013 by
|
1083
1083
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1084
|
-
0.8.
|
1084
|
+
0.8.4 (ruby-1.9.3).
|
1085
1085
|
</div>
|
1086
1086
|
|
1087
1087
|
</body>
|