cliutils 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardoc/checksums +11 -0
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/.yardoc/proxy_types +0 -0
- data/doc/CLIUtils/Configuration.html +373 -0
- data/doc/CLIUtils/Configurator.html +873 -0
- data/doc/CLIUtils/LoggerDelegator.html +560 -0
- data/doc/CLIUtils/Messenging.html +396 -0
- data/doc/CLIUtils/Prefs.html +609 -0
- data/doc/CLIUtils/PrettyIO.html +1333 -0
- data/doc/CLIUtils.html +131 -0
- data/doc/Hash.html +672 -0
- data/doc/Logger.html +233 -0
- data/doc/String.html +562 -0
- data/doc/_index.html +207 -0
- data/doc/class_list.html +54 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +339 -0
- data/doc/file.README.html +415 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +415 -0
- data/doc/js/app.js +219 -0
- data/doc/js/full_list.js +178 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +389 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/cliutils/version.rb +1 -1
- metadata +29 -57
- data/.DS_Store +0 -0
- data/README.rdoc +0 -19
- data/html/CLIUtils/Configuration.html +0 -271
- data/html/CLIUtils/Configurator.html +0 -504
- data/html/CLIUtils/LoggerDelegator.html +0 -344
- data/html/CLIUtils/Messenging.html +0 -284
- data/html/CLIUtils/Prefs.html +0 -330
- data/html/CLIUtils/PrettyIO.html +0 -799
- data/html/CLIUtils.html +0 -112
- data/html/Hash.html +0 -453
- data/html/Logger.html +0 -183
- data/html/Object.html +0 -120
- data/html/README_md.html +0 -454
- data/html/String.html +0 -413
- data/html/created.rid +0 -13
- data/html/fonts/Lato-Light.ttf +0 -0
- data/html/fonts/Lato-LightItalic.ttf +0 -0
- data/html/fonts/Lato-Regular.ttf +0 -0
- data/html/fonts/Lato-RegularItalic.ttf +0 -0
- data/html/fonts/SourceCodePro-Bold.ttf +0 -0
- data/html/fonts/SourceCodePro-Regular.ttf +0 -0
- data/html/fonts.css +0 -167
- data/html/images/add.png +0 -0
- data/html/images/arrow_up.png +0 -0
- data/html/images/brick.png +0 -0
- data/html/images/brick_link.png +0 -0
- data/html/images/bug.png +0 -0
- data/html/images/bullet_black.png +0 -0
- data/html/images/bullet_toggle_minus.png +0 -0
- data/html/images/bullet_toggle_plus.png +0 -0
- data/html/images/date.png +0 -0
- data/html/images/delete.png +0 -0
- data/html/images/find.png +0 -0
- data/html/images/loadingAnimation.gif +0 -0
- data/html/images/macFFBgHack.png +0 -0
- data/html/images/package.png +0 -0
- data/html/images/page_green.png +0 -0
- data/html/images/page_white_text.png +0 -0
- data/html/images/page_white_width.png +0 -0
- data/html/images/plugin.png +0 -0
- data/html/images/ruby.png +0 -0
- data/html/images/tag_blue.png +0 -0
- data/html/images/tag_green.png +0 -0
- data/html/images/transparent.png +0 -0
- data/html/images/wrench.png +0 -0
- data/html/images/wrench_orange.png +0 -0
- data/html/images/zoom.png +0 -0
- data/html/index.html +0 -455
- data/html/js/darkfish.js +0 -140
- data/html/js/jquery.js +0 -18
- data/html/js/navigation.js +0 -142
- data/html/js/search.js +0 -109
- data/html/js/search_index.js +0 -1
- data/html/js/searcher.js +0 -228
- data/html/rdoc.css +0 -580
- data/html/table_of_contents.html +0 -399
@@ -0,0 +1,389 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
+
|
17
|
+
|
18
|
+
<title>Method List</title>
|
19
|
+
<base id="base_target" target="_parent" />
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
<script type="text/javascript" charset="utf-8">
|
23
|
+
if (window.top.frames.main) {
|
24
|
+
document.getElementById('base_target').target = 'main';
|
25
|
+
document.body.className = 'frames';
|
26
|
+
}
|
27
|
+
</script>
|
28
|
+
<div id="content">
|
29
|
+
<h1 id="full_list_header">Method List</h1>
|
30
|
+
<div id="nav">
|
31
|
+
|
32
|
+
<span><a target="_self" href="class_list.html">
|
33
|
+
Classes
|
34
|
+
</a></span>
|
35
|
+
|
36
|
+
<span><a target="_self" href="method_list.html">
|
37
|
+
Methods
|
38
|
+
</a></span>
|
39
|
+
|
40
|
+
<span><a target="_self" href="file_list.html">
|
41
|
+
Files
|
42
|
+
</a></span>
|
43
|
+
|
44
|
+
</div>
|
45
|
+
<div id="search">Search: <input type="text" /></div>
|
46
|
+
|
47
|
+
<ul id="full_list" class="method">
|
48
|
+
|
49
|
+
|
50
|
+
<li class="r1 ">
|
51
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#add_section-instance_method" title="CLIUtils::Configurator#add_section (method)">#add_section</a></span>
|
52
|
+
<small>CLIUtils::Configurator</small>
|
53
|
+
</li>
|
54
|
+
|
55
|
+
|
56
|
+
<li class="r2 ">
|
57
|
+
<span class='object_link'><a href="CLIUtils/Prefs.html#answers-instance_method" title="CLIUtils::Prefs#answers (method)">#answers</a></span>
|
58
|
+
<small>CLIUtils::Prefs</small>
|
59
|
+
</li>
|
60
|
+
|
61
|
+
|
62
|
+
<li class="r1 ">
|
63
|
+
<span class='object_link'><a href="CLIUtils/Prefs.html#ask-instance_method" title="CLIUtils::Prefs#ask (method)">#ask</a></span>
|
64
|
+
<small>CLIUtils::Prefs</small>
|
65
|
+
</li>
|
66
|
+
|
67
|
+
|
68
|
+
<li class="r2 ">
|
69
|
+
<span class='object_link'><a href="CLIUtils/LoggerDelegator.html#attach-instance_method" title="CLIUtils::LoggerDelegator#attach (method)">#attach</a></span>
|
70
|
+
<small>CLIUtils::LoggerDelegator</small>
|
71
|
+
</li>
|
72
|
+
|
73
|
+
|
74
|
+
<li class="r1 ">
|
75
|
+
<span class='object_link'><a href="String.html#blue-instance_method" title="String#blue (method)">#blue</a></span>
|
76
|
+
<small>String</small>
|
77
|
+
</li>
|
78
|
+
|
79
|
+
|
80
|
+
<li class="r2 ">
|
81
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#color_chart-instance_method" title="CLIUtils::PrettyIO#color_chart (method)">#color_chart</a></span>
|
82
|
+
<small>CLIUtils::PrettyIO</small>
|
83
|
+
</li>
|
84
|
+
|
85
|
+
|
86
|
+
<li class="r1 ">
|
87
|
+
<span class='object_link'><a href="String.html#colorize-instance_method" title="String#colorize (method)">#colorize</a></span>
|
88
|
+
<small>String</small>
|
89
|
+
</li>
|
90
|
+
|
91
|
+
|
92
|
+
<li class="r2 ">
|
93
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#config_path-instance_method" title="CLIUtils::Configurator#config_path (method)">#config_path</a></span>
|
94
|
+
<small>CLIUtils::Configurator</small>
|
95
|
+
</li>
|
96
|
+
|
97
|
+
|
98
|
+
<li class="r1 ">
|
99
|
+
<span class='object_link'><a href="CLIUtils/Prefs.html#config_path-instance_method" title="CLIUtils::Prefs#config_path (method)">#config_path</a></span>
|
100
|
+
<small>CLIUtils::Prefs</small>
|
101
|
+
</li>
|
102
|
+
|
103
|
+
|
104
|
+
<li class="r2 ">
|
105
|
+
<span class='object_link'><a href="CLIUtils/Configuration.html#configuration-instance_method" title="CLIUtils::Configuration#configuration (method)">#configuration</a></span>
|
106
|
+
<small>CLIUtils::Configuration</small>
|
107
|
+
</li>
|
108
|
+
|
109
|
+
|
110
|
+
<li class="r1 ">
|
111
|
+
<span class='object_link'><a href="Logger.html#custom_level-class_method" title="Logger.custom_level (method)">custom_level</a></span>
|
112
|
+
<small>Logger</small>
|
113
|
+
</li>
|
114
|
+
|
115
|
+
|
116
|
+
<li class="r2 ">
|
117
|
+
<span class='object_link'><a href="String.html#cyan-instance_method" title="String#cyan (method)">#cyan</a></span>
|
118
|
+
<small>String</small>
|
119
|
+
</li>
|
120
|
+
|
121
|
+
|
122
|
+
<li class="r1 ">
|
123
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#data-instance_method" title="CLIUtils::Configurator#data (method)">#data</a></span>
|
124
|
+
<small>CLIUtils::Configurator</small>
|
125
|
+
</li>
|
126
|
+
|
127
|
+
|
128
|
+
<li class="r2 ">
|
129
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#debug-instance_method" title="CLIUtils::PrettyIO#debug (method)">#debug</a></span>
|
130
|
+
<small>CLIUtils::PrettyIO</small>
|
131
|
+
</li>
|
132
|
+
|
133
|
+
|
134
|
+
<li class="r1 ">
|
135
|
+
<span class='object_link'><a href="Hash.html#deep_merge%21-instance_method" title="Hash#deep_merge! (method)">#deep_merge!</a></span>
|
136
|
+
<small>Hash</small>
|
137
|
+
</li>
|
138
|
+
|
139
|
+
|
140
|
+
<li class="r2 ">
|
141
|
+
<span class='object_link'><a href="Hash.html#deep_stringify_keys-instance_method" title="Hash#deep_stringify_keys (method)">#deep_stringify_keys</a></span>
|
142
|
+
<small>Hash</small>
|
143
|
+
</li>
|
144
|
+
|
145
|
+
|
146
|
+
<li class="r1 ">
|
147
|
+
<span class='object_link'><a href="Hash.html#deep_stringify_keys%21-instance_method" title="Hash#deep_stringify_keys! (method)">#deep_stringify_keys!</a></span>
|
148
|
+
<small>Hash</small>
|
149
|
+
</li>
|
150
|
+
|
151
|
+
|
152
|
+
<li class="r2 ">
|
153
|
+
<span class='object_link'><a href="Hash.html#deep_symbolize_keys-instance_method" title="Hash#deep_symbolize_keys (method)">#deep_symbolize_keys</a></span>
|
154
|
+
<small>Hash</small>
|
155
|
+
</li>
|
156
|
+
|
157
|
+
|
158
|
+
<li class="r1 ">
|
159
|
+
<span class='object_link'><a href="Hash.html#deep_symbolize_keys%21-instance_method" title="Hash#deep_symbolize_keys! (method)">#deep_symbolize_keys!</a></span>
|
160
|
+
<small>Hash</small>
|
161
|
+
</li>
|
162
|
+
|
163
|
+
|
164
|
+
<li class="r2 ">
|
165
|
+
<span class='object_link'><a href="Hash.html#deep_transform_keys-instance_method" title="Hash#deep_transform_keys (method)">#deep_transform_keys</a></span>
|
166
|
+
<small>Hash</small>
|
167
|
+
</li>
|
168
|
+
|
169
|
+
|
170
|
+
<li class="r1 ">
|
171
|
+
<span class='object_link'><a href="Hash.html#deep_transform_keys%21-instance_method" title="Hash#deep_transform_keys! (method)">#deep_transform_keys!</a></span>
|
172
|
+
<small>Hash</small>
|
173
|
+
</li>
|
174
|
+
|
175
|
+
|
176
|
+
<li class="r2 ">
|
177
|
+
<span class='object_link'><a href="CLIUtils/Messenging.html#default_instance-instance_method" title="CLIUtils::Messenging#default_instance (method)">#default_instance</a></span>
|
178
|
+
<small>CLIUtils::Messenging</small>
|
179
|
+
</li>
|
180
|
+
|
181
|
+
|
182
|
+
<li class="r1 ">
|
183
|
+
<span class='object_link'><a href="CLIUtils/LoggerDelegator.html#delegate-class_method" title="CLIUtils::LoggerDelegator.delegate (method)">delegate</a></span>
|
184
|
+
<small>CLIUtils::LoggerDelegator</small>
|
185
|
+
</li>
|
186
|
+
|
187
|
+
|
188
|
+
<li class="r2 ">
|
189
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#delete_section-instance_method" title="CLIUtils::Configurator#delete_section (method)">#delete_section</a></span>
|
190
|
+
<small>CLIUtils::Configurator</small>
|
191
|
+
</li>
|
192
|
+
|
193
|
+
|
194
|
+
<li class="r1 ">
|
195
|
+
<span class='object_link'><a href="CLIUtils/LoggerDelegator.html#detach-instance_method" title="CLIUtils::LoggerDelegator#detach (method)">#detach</a></span>
|
196
|
+
<small>CLIUtils::LoggerDelegator</small>
|
197
|
+
</li>
|
198
|
+
|
199
|
+
|
200
|
+
<li class="r2 ">
|
201
|
+
<span class='object_link'><a href="CLIUtils/LoggerDelegator.html#devices-instance_method" title="CLIUtils::LoggerDelegator#devices (method)">#devices</a></span>
|
202
|
+
<small>CLIUtils::LoggerDelegator</small>
|
203
|
+
</li>
|
204
|
+
|
205
|
+
|
206
|
+
<li class="r1 ">
|
207
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#error-instance_method" title="CLIUtils::PrettyIO#error (method)">#error</a></span>
|
208
|
+
<small>CLIUtils::PrettyIO</small>
|
209
|
+
</li>
|
210
|
+
|
211
|
+
|
212
|
+
<li class="r2 ">
|
213
|
+
<span class='object_link'><a href="String.html#green-instance_method" title="String#green (method)">#green</a></span>
|
214
|
+
<small>String</small>
|
215
|
+
</li>
|
216
|
+
|
217
|
+
|
218
|
+
<li class="r1 ">
|
219
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#included-class_method" title="CLIUtils::PrettyIO.included (method)">included</a></span>
|
220
|
+
<small>CLIUtils::PrettyIO</small>
|
221
|
+
</li>
|
222
|
+
|
223
|
+
|
224
|
+
<li class="r2 ">
|
225
|
+
<span class='object_link'><a href="CLIUtils/Messenging.html#included-class_method" title="CLIUtils::Messenging.included (method)">included</a></span>
|
226
|
+
<small>CLIUtils::Messenging</small>
|
227
|
+
</li>
|
228
|
+
|
229
|
+
|
230
|
+
<li class="r1 ">
|
231
|
+
<span class='object_link'><a href="CLIUtils/Configuration.html#included-class_method" title="CLIUtils::Configuration.included (method)">included</a></span>
|
232
|
+
<small>CLIUtils::Configuration</small>
|
233
|
+
</li>
|
234
|
+
|
235
|
+
|
236
|
+
<li class="r2 ">
|
237
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#info-instance_method" title="CLIUtils::PrettyIO#info (method)">#info</a></span>
|
238
|
+
<small>CLIUtils::PrettyIO</small>
|
239
|
+
</li>
|
240
|
+
|
241
|
+
|
242
|
+
<li class="r1 ">
|
243
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#info_block-instance_method" title="CLIUtils::PrettyIO#info_block (method)">#info_block</a></span>
|
244
|
+
<small>CLIUtils::PrettyIO</small>
|
245
|
+
</li>
|
246
|
+
|
247
|
+
|
248
|
+
<li class="r2 ">
|
249
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#ingest_prefs-instance_method" title="CLIUtils::Configurator#ingest_prefs (method)">#ingest_prefs</a></span>
|
250
|
+
<small>CLIUtils::Configurator</small>
|
251
|
+
</li>
|
252
|
+
|
253
|
+
|
254
|
+
<li class="r1 ">
|
255
|
+
<span class='object_link'><a href="CLIUtils/Prefs.html#initialize-instance_method" title="CLIUtils::Prefs#initialize (method)">#initialize</a></span>
|
256
|
+
<small>CLIUtils::Prefs</small>
|
257
|
+
</li>
|
258
|
+
|
259
|
+
|
260
|
+
<li class="r2 ">
|
261
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#initialize-instance_method" title="CLIUtils::Configurator#initialize (method)">#initialize</a></span>
|
262
|
+
<small>CLIUtils::Configurator</small>
|
263
|
+
</li>
|
264
|
+
|
265
|
+
|
266
|
+
<li class="r1 ">
|
267
|
+
<span class='object_link'><a href="CLIUtils/LoggerDelegator.html#initialize-instance_method" title="CLIUtils::LoggerDelegator#initialize (method)">#initialize</a></span>
|
268
|
+
<small>CLIUtils::LoggerDelegator</small>
|
269
|
+
</li>
|
270
|
+
|
271
|
+
|
272
|
+
<li class="r2 ">
|
273
|
+
<span class='object_link'><a href="CLIUtils/Configuration.html#load_configuration-instance_method" title="CLIUtils::Configuration#load_configuration (method)">#load_configuration</a></span>
|
274
|
+
<small>CLIUtils::Configuration</small>
|
275
|
+
</li>
|
276
|
+
|
277
|
+
|
278
|
+
<li class="r1 ">
|
279
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#log-instance_method" title="CLIUtils::PrettyIO#log (method)">#log</a></span>
|
280
|
+
<small>CLIUtils::PrettyIO</small>
|
281
|
+
</li>
|
282
|
+
|
283
|
+
|
284
|
+
<li class="r2 ">
|
285
|
+
<span class='object_link'><a href="CLIUtils/Messenging.html#messenger-instance_method" title="CLIUtils::Messenging#messenger (method)">#messenger</a></span>
|
286
|
+
<small>CLIUtils::Messenging</small>
|
287
|
+
</li>
|
288
|
+
|
289
|
+
|
290
|
+
<li class="r1 ">
|
291
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#method_missing-instance_method" title="CLIUtils::Configurator#method_missing (method)">#method_missing</a></span>
|
292
|
+
<small>CLIUtils::Configurator</small>
|
293
|
+
</li>
|
294
|
+
|
295
|
+
|
296
|
+
<li class="r2 ">
|
297
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#prompt-instance_method" title="CLIUtils::PrettyIO#prompt (method)">#prompt</a></span>
|
298
|
+
<small>CLIUtils::PrettyIO</small>
|
299
|
+
</li>
|
300
|
+
|
301
|
+
|
302
|
+
<li class="r1 ">
|
303
|
+
<span class='object_link'><a href="CLIUtils/Prefs.html#prompts-instance_method" title="CLIUtils::Prefs#prompts (method)">#prompts</a></span>
|
304
|
+
<small>CLIUtils::Prefs</small>
|
305
|
+
</li>
|
306
|
+
|
307
|
+
|
308
|
+
<li class="r2 ">
|
309
|
+
<span class='object_link'><a href="String.html#purple-instance_method" title="String#purple (method)">#purple</a></span>
|
310
|
+
<small>String</small>
|
311
|
+
</li>
|
312
|
+
|
313
|
+
|
314
|
+
<li class="r1 ">
|
315
|
+
<span class='object_link'><a href="String.html#red-instance_method" title="String#red (method)">#red</a></span>
|
316
|
+
<small>String</small>
|
317
|
+
</li>
|
318
|
+
|
319
|
+
|
320
|
+
<li class="r2 ">
|
321
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#reset-instance_method" title="CLIUtils::Configurator#reset (method)">#reset</a></span>
|
322
|
+
<small>CLIUtils::Configurator</small>
|
323
|
+
</li>
|
324
|
+
|
325
|
+
|
326
|
+
<li class="r1 ">
|
327
|
+
<span class='object_link'><a href="CLIUtils/Configurator.html#save-instance_method" title="CLIUtils::Configurator#save (method)">#save</a></span>
|
328
|
+
<small>CLIUtils::Configurator</small>
|
329
|
+
</li>
|
330
|
+
|
331
|
+
|
332
|
+
<li class="r2 ">
|
333
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#section-instance_method" title="CLIUtils::PrettyIO#section (method)">#section</a></span>
|
334
|
+
<small>CLIUtils::PrettyIO</small>
|
335
|
+
</li>
|
336
|
+
|
337
|
+
|
338
|
+
<li class="r1 ">
|
339
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#section_block-instance_method" title="CLIUtils::PrettyIO#section_block (method)">#section_block</a></span>
|
340
|
+
<small>CLIUtils::PrettyIO</small>
|
341
|
+
</li>
|
342
|
+
|
343
|
+
|
344
|
+
<li class="r2 ">
|
345
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#success-instance_method" title="CLIUtils::PrettyIO#success (method)">#success</a></span>
|
346
|
+
<small>CLIUtils::PrettyIO</small>
|
347
|
+
</li>
|
348
|
+
|
349
|
+
|
350
|
+
<li class="r1 ">
|
351
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#warn-instance_method" title="CLIUtils::PrettyIO#warn (method)">#warn</a></span>
|
352
|
+
<small>CLIUtils::PrettyIO</small>
|
353
|
+
</li>
|
354
|
+
|
355
|
+
|
356
|
+
<li class="r2 ">
|
357
|
+
<span class='object_link'><a href="String.html#white-instance_method" title="String#white (method)">#white</a></span>
|
358
|
+
<small>String</small>
|
359
|
+
</li>
|
360
|
+
|
361
|
+
|
362
|
+
<li class="r1 ">
|
363
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#wrap-class_method" title="CLIUtils::PrettyIO.wrap (method)">wrap</a></span>
|
364
|
+
<small>CLIUtils::PrettyIO</small>
|
365
|
+
</li>
|
366
|
+
|
367
|
+
|
368
|
+
<li class="r2 ">
|
369
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#wrap_at-class_method" title="CLIUtils::PrettyIO.wrap_at (method)">wrap_at</a></span>
|
370
|
+
<small>CLIUtils::PrettyIO</small>
|
371
|
+
</li>
|
372
|
+
|
373
|
+
|
374
|
+
<li class="r1 ">
|
375
|
+
<span class='object_link'><a href="CLIUtils/PrettyIO.html#wrap_limit-class_method" title="CLIUtils::PrettyIO.wrap_limit (method)">wrap_limit</a></span>
|
376
|
+
<small>CLIUtils::PrettyIO</small>
|
377
|
+
</li>
|
378
|
+
|
379
|
+
|
380
|
+
<li class="r2 ">
|
381
|
+
<span class='object_link'><a href="String.html#yellow-instance_method" title="String#yellow (method)">#yellow</a></span>
|
382
|
+
<small>String</small>
|
383
|
+
</li>
|
384
|
+
|
385
|
+
|
386
|
+
</ul>
|
387
|
+
</div>
|
388
|
+
</body>
|
389
|
+
</html>
|
@@ -0,0 +1,114 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Top Level Namespace
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.4
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '';
|
20
|
+
framesUrl = "frames.html#!top-level-namespace.html";
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="_index.html">Index</a> »
|
35
|
+
|
36
|
+
|
37
|
+
<span class="title">Top Level Namespace</span>
|
38
|
+
|
39
|
+
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
|
+
</div>
|
42
|
+
|
43
|
+
<div id="search">
|
44
|
+
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
href="class_list.html">
|
47
|
+
Class List
|
48
|
+
</a>
|
49
|
+
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
51
|
+
href="method_list.html">
|
52
|
+
Method List
|
53
|
+
</a>
|
54
|
+
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
56
|
+
href="file_list.html">
|
57
|
+
File List
|
58
|
+
</a>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
<div class="clear"></div>
|
62
|
+
</div>
|
63
|
+
|
64
|
+
<iframe id="search_frame"></iframe>
|
65
|
+
|
66
|
+
<div id="content"><h1>Top Level Namespace
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
</h1>
|
71
|
+
|
72
|
+
<dl class="box">
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
</dl>
|
82
|
+
<div class="clear"></div>
|
83
|
+
|
84
|
+
<h2>Defined Under Namespace</h2>
|
85
|
+
<p class="children">
|
86
|
+
|
87
|
+
|
88
|
+
<strong class="modules">Modules:</strong> <span class='object_link'><a href="CLIUtils.html" title="CLIUtils (module)">CLIUtils</a></span>
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>, <span class='object_link'><a href="Logger.html" title="Logger (class)">Logger</a></span>, <span class='object_link'><a href="String.html" title="String (class)">String</a></span>
|
93
|
+
|
94
|
+
|
95
|
+
</p>
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
</div>
|
106
|
+
|
107
|
+
<div id="footer">
|
108
|
+
Generated on Sat Mar 29 17:22:03 2014 by
|
109
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
|
+
0.8.7.4 (ruby-2.1.0).
|
111
|
+
</div>
|
112
|
+
|
113
|
+
</body>
|
114
|
+
</html>
|
data/lib/cliutils/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cliutils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Bach
|
@@ -62,73 +62,45 @@ extensions: []
|
|
62
62
|
extra_rdoc_files:
|
63
63
|
- README.md
|
64
64
|
files:
|
65
|
-
- ".DS_Store"
|
66
65
|
- ".gitignore"
|
66
|
+
- ".yardoc/checksums"
|
67
|
+
- ".yardoc/object_types"
|
68
|
+
- ".yardoc/objects/root.dat"
|
69
|
+
- ".yardoc/proxy_types"
|
67
70
|
- Gemfile
|
68
71
|
- Gemfile.lock
|
69
72
|
- LICENSE.txt
|
70
73
|
- README.md
|
71
|
-
- README.rdoc
|
72
74
|
- Rakefile
|
73
75
|
- bin/cliutils
|
74
76
|
- cliutils.gemspec
|
77
|
+
- doc/CLIUtils.html
|
78
|
+
- doc/CLIUtils/Configuration.html
|
79
|
+
- doc/CLIUtils/Configurator.html
|
80
|
+
- doc/CLIUtils/LoggerDelegator.html
|
81
|
+
- doc/CLIUtils/Messenging.html
|
82
|
+
- doc/CLIUtils/Prefs.html
|
83
|
+
- doc/CLIUtils/PrettyIO.html
|
84
|
+
- doc/Hash.html
|
85
|
+
- doc/Logger.html
|
86
|
+
- doc/String.html
|
87
|
+
- doc/_index.html
|
88
|
+
- doc/class_list.html
|
89
|
+
- doc/css/common.css
|
90
|
+
- doc/css/full_list.css
|
91
|
+
- doc/css/style.css
|
92
|
+
- doc/file.README.html
|
93
|
+
- doc/file_list.html
|
94
|
+
- doc/frames.html
|
95
|
+
- doc/index.html
|
96
|
+
- doc/js/app.js
|
97
|
+
- doc/js/full_list.js
|
98
|
+
- doc/js/jquery.js
|
99
|
+
- doc/method_list.html
|
100
|
+
- doc/top-level-namespace.html
|
75
101
|
- features/cli_manager.feature
|
76
102
|
- features/step_definitions/cli_manager_steps.rb
|
77
103
|
- features/support/env.rb
|
78
|
-
- html/CLIUtils.html
|
79
|
-
- html/CLIUtils/Configuration.html
|
80
|
-
- html/CLIUtils/Configurator.html
|
81
|
-
- html/CLIUtils/LoggerDelegator.html
|
82
|
-
- html/CLIUtils/Messenging.html
|
83
|
-
- html/CLIUtils/Prefs.html
|
84
|
-
- html/CLIUtils/PrettyIO.html
|
85
|
-
- html/Hash.html
|
86
|
-
- html/Logger.html
|
87
|
-
- html/Object.html
|
88
|
-
- html/README_md.html
|
89
|
-
- html/String.html
|
90
|
-
- html/created.rid
|
91
|
-
- html/fonts.css
|
92
|
-
- html/fonts/Lato-Light.ttf
|
93
|
-
- html/fonts/Lato-LightItalic.ttf
|
94
|
-
- html/fonts/Lato-Regular.ttf
|
95
|
-
- html/fonts/Lato-RegularItalic.ttf
|
96
|
-
- html/fonts/SourceCodePro-Bold.ttf
|
97
|
-
- html/fonts/SourceCodePro-Regular.ttf
|
98
|
-
- html/images/add.png
|
99
|
-
- html/images/arrow_up.png
|
100
|
-
- html/images/brick.png
|
101
|
-
- html/images/brick_link.png
|
102
|
-
- html/images/bug.png
|
103
|
-
- html/images/bullet_black.png
|
104
|
-
- html/images/bullet_toggle_minus.png
|
105
|
-
- html/images/bullet_toggle_plus.png
|
106
|
-
- html/images/date.png
|
107
|
-
- html/images/delete.png
|
108
|
-
- html/images/find.png
|
109
|
-
- html/images/loadingAnimation.gif
|
110
|
-
- html/images/macFFBgHack.png
|
111
|
-
- html/images/package.png
|
112
|
-
- html/images/page_green.png
|
113
|
-
- html/images/page_white_text.png
|
114
|
-
- html/images/page_white_width.png
|
115
|
-
- html/images/plugin.png
|
116
|
-
- html/images/ruby.png
|
117
|
-
- html/images/tag_blue.png
|
118
|
-
- html/images/tag_green.png
|
119
|
-
- html/images/transparent.png
|
120
|
-
- html/images/wrench.png
|
121
|
-
- html/images/wrench_orange.png
|
122
|
-
- html/images/zoom.png
|
123
|
-
- html/index.html
|
124
|
-
- html/js/darkfish.js
|
125
|
-
- html/js/jquery.js
|
126
|
-
- html/js/navigation.js
|
127
|
-
- html/js/search.js
|
128
|
-
- html/js/search_index.js
|
129
|
-
- html/js/searcher.js
|
130
|
-
- html/rdoc.css
|
131
|
-
- html/table_of_contents.html
|
132
104
|
- lib/.DS_Store
|
133
105
|
- lib/cliutils.rb
|
134
106
|
- lib/cliutils/configuration.rb
|
data/.DS_Store
DELETED
Binary file
|
data/README.rdoc
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
= cliutils - DESCRIBE YOUR GEM
|
2
|
-
|
3
|
-
Author:: YOUR NAME (YOUR EMAIL)
|
4
|
-
Copyright:: Copyright (c) 2014 YOUR NAME
|
5
|
-
|
6
|
-
|
7
|
-
DESCRIBE YOUR GEM HERE
|
8
|
-
|
9
|
-
== Links
|
10
|
-
|
11
|
-
* {Source on Github}[LINK TO GITHUB]
|
12
|
-
* RDoc[LINK TO RDOC.INFO]
|
13
|
-
|
14
|
-
== Install
|
15
|
-
|
16
|
-
== Examples
|
17
|
-
|
18
|
-
== Contributing
|
19
|
-
|