cliutils 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/.yardoc/checksums +11 -11
  4. data/.yardoc/object_types +0 -0
  5. data/.yardoc/objects/root.dat +0 -0
  6. data/Gemfile.lock +12 -33
  7. data/README.md +1 -1
  8. data/Rakefile +36 -31
  9. data/cliutils.gemspec +3 -2
  10. data/lib/cliutils/configuration.rb +13 -31
  11. data/lib/cliutils/configurator.rb +23 -62
  12. data/lib/cliutils/ext/Hash+Extensions.rb +39 -78
  13. data/lib/cliutils/ext/Logger+Extensions.rb +6 -11
  14. data/lib/cliutils/ext/String+Extensions.rb +25 -13
  15. data/lib/cliutils/logger-delegator.rb +15 -39
  16. data/lib/cliutils/messenging.rb +10 -28
  17. data/lib/cliutils/prefs.rb +18 -43
  18. data/lib/cliutils/pretty-io.rb +59 -127
  19. data/lib/cliutils/version.rb +2 -1
  20. data/lib/cliutils.rb +2 -0
  21. metadata +20 -32
  22. data/bin/cliutils +0 -38
  23. data/doc/CLIUtils/Configuration.html +0 -373
  24. data/doc/CLIUtils/Configurator.html +0 -873
  25. data/doc/CLIUtils/LoggerDelegator.html +0 -560
  26. data/doc/CLIUtils/Messenging.html +0 -396
  27. data/doc/CLIUtils/Prefs.html +0 -609
  28. data/doc/CLIUtils/PrettyIO.html +0 -1333
  29. data/doc/CLIUtils.html +0 -131
  30. data/doc/Hash.html +0 -672
  31. data/doc/Logger.html +0 -233
  32. data/doc/String.html +0 -562
  33. data/doc/_index.html +0 -207
  34. data/doc/class_list.html +0 -54
  35. data/doc/css/common.css +0 -1
  36. data/doc/css/full_list.css +0 -57
  37. data/doc/css/style.css +0 -339
  38. data/doc/file.README.html +0 -415
  39. data/doc/file_list.html +0 -56
  40. data/doc/frames.html +0 -26
  41. data/doc/index.html +0 -415
  42. data/doc/js/app.js +0 -219
  43. data/doc/js/full_list.js +0 -178
  44. data/doc/js/jquery.js +0 -4
  45. data/doc/method_list.html +0 -389
  46. data/doc/top-level-namespace.html +0 -114
data/doc/Hash.html DELETED
@@ -1,672 +0,0 @@
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
- Class: Hash
8
-
9
- &mdash; 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#!Hash.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 (H)</a> &raquo;
35
-
36
-
37
- <span class="title">Hash</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>Class: Hash
67
-
68
-
69
-
70
- </h1>
71
-
72
- <dl class="box">
73
-
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
76
- <span class="inheritName">Object</span>
77
-
78
- <ul class="fullTree">
79
- <li>Object</li>
80
-
81
- <li class="next">Hash</li>
82
-
83
- </ul>
84
- <a href="#" class="inheritanceTree">show all</a>
85
-
86
- </dd>
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
- <dt class="r2 last">Defined in:</dt>
97
- <dd class="r2 last">lib/cliutils/ext/Hash+Extensions.rb</dd>
98
-
99
- </dl>
100
- <div class="clear"></div>
101
-
102
- <h2>Overview</h2><div class="docstring">
103
- <div class="discussion">
104
-
105
- <h6 id="label-"></h6>
106
-
107
- <pre class="code ruby"><code class="ruby">Hash Class
108
-
109
- Contains many convenient methods borrowed from Rails
110
- http://api.rubyonrails.org/classes/Hash.html
111
- ======================================================</code></pre>
112
-
113
-
114
- </div>
115
- </div>
116
- <div class="tags">
117
-
118
-
119
- </div>
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
- <h2>
128
- Instance Method Summary
129
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
130
- </h2>
131
-
132
- <ul class="summary">
133
-
134
- <li class="public ">
135
- <span class="summary_signature">
136
-
137
- <a href="#deep_merge%21-instance_method" title="#deep_merge! (instance method)">- (Object) <strong>deep_merge!</strong>(other_hash, &amp;block) </a>
138
-
139
-
140
-
141
- </span>
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
- <span class="summary_desc"><div class='inline'>
152
- <h6 id="label-Methods++%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D++----------------------------------------------------++deep_merge%21+method.">Methods ==================================================== —————————————————- deep_merge! method.</h6>
153
- </div></span>
154
-
155
- </li>
156
-
157
-
158
- <li class="public ">
159
- <span class="summary_signature">
160
-
161
- <a href="#deep_stringify_keys-instance_method" title="#deep_stringify_keys (instance method)">- (Object) <strong>deep_stringify_keys</strong> </a>
162
-
163
-
164
-
165
- </span>
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
- <span class="summary_desc"><div class='inline'>
176
- <p>—————————————————- deep_stringify_keys method.</p>
177
- </div></span>
178
-
179
- </li>
180
-
181
-
182
- <li class="public ">
183
- <span class="summary_signature">
184
-
185
- <a href="#deep_stringify_keys%21-instance_method" title="#deep_stringify_keys! (instance method)">- (Object) <strong>deep_stringify_keys!</strong> </a>
186
-
187
-
188
-
189
- </span>
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
- <span class="summary_desc"><div class='inline'>
200
- <p>—————————————————- deep_symbolize_keys! method.</p>
201
- </div></span>
202
-
203
- </li>
204
-
205
-
206
- <li class="public ">
207
- <span class="summary_signature">
208
-
209
- <a href="#deep_symbolize_keys-instance_method" title="#deep_symbolize_keys (instance method)">- (Object) <strong>deep_symbolize_keys</strong> </a>
210
-
211
-
212
-
213
- </span>
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
- <span class="summary_desc"><div class='inline'>
224
- <p>—————————————————- deep_symbolize_keys method.</p>
225
- </div></span>
226
-
227
- </li>
228
-
229
-
230
- <li class="public ">
231
- <span class="summary_signature">
232
-
233
- <a href="#deep_symbolize_keys%21-instance_method" title="#deep_symbolize_keys! (instance method)">- (Object) <strong>deep_symbolize_keys!</strong> </a>
234
-
235
-
236
-
237
- </span>
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
- <span class="summary_desc"><div class='inline'>
248
- <p>—————————————————- deep_symbolize_keys! method.</p>
249
- </div></span>
250
-
251
- </li>
252
-
253
-
254
- <li class="public ">
255
- <span class="summary_signature">
256
-
257
- <a href="#deep_transform_keys-instance_method" title="#deep_transform_keys (instance method)">- (Object) <strong>deep_transform_keys</strong>(&amp;block) </a>
258
-
259
-
260
-
261
- </span>
262
-
263
-
264
-
265
-
266
-
267
-
268
-
269
-
270
-
271
- <span class="summary_desc"><div class='inline'>
272
- <p>—————————————————- deep_transform_keys method.</p>
273
- </div></span>
274
-
275
- </li>
276
-
277
-
278
- <li class="public ">
279
- <span class="summary_signature">
280
-
281
- <a href="#deep_transform_keys%21-instance_method" title="#deep_transform_keys! (instance method)">- (Object) <strong>deep_transform_keys!</strong>(&amp;block) </a>
282
-
283
-
284
-
285
- </span>
286
-
287
-
288
-
289
-
290
-
291
-
292
-
293
-
294
-
295
- <span class="summary_desc"><div class='inline'>
296
- <p>—————————————————- deep_transform_keys! method.</p>
297
- </div></span>
298
-
299
- </li>
300
-
301
-
302
- </ul>
303
-
304
-
305
-
306
-
307
- <div id="instance_method_details" class="method_details_list">
308
- <h2>Instance Method Details</h2>
309
-
310
-
311
- <div class="method_details first">
312
- <h3 class="signature first" id="deep_merge!-instance_method">
313
-
314
- - (<tt>Object</tt>) <strong>deep_merge!</strong>(other_hash, &amp;block)
315
-
316
-
317
-
318
-
319
-
320
- </h3><div class="docstring">
321
- <div class="discussion">
322
-
323
- <h6 id="label-"></h6>
324
-
325
- <pre class="code ruby"><code class="ruby">Methods
326
- ====================================================
327
- ----------------------------------------------------
328
- deep_merge! method
329
-
330
- Deep merges a hash into the current one.
331
- @param other_hash The hash to merge in
332
- @param &amp;block
333
- @return Hash
334
- ----------------------------------------------------</code></pre>
335
-
336
-
337
- </div>
338
- </div>
339
- <div class="tags">
340
-
341
-
342
- </div><table class="source_code">
343
- <tr>
344
- <td>
345
- <pre class="lines">
346
-
347
-
348
- 19
349
- 20
350
- 21
351
- 22
352
- 23
353
- 24
354
- 25
355
- 26
356
- 27
357
- 28
358
- 29</pre>
359
- </td>
360
- <td>
361
- <pre class="code"><span class="info file"># File 'lib/cliutils/ext/Hash+Extensions.rb', line 19</span>
362
-
363
- <span class='kw'>def</span> <span class='id identifier rubyid_deep_merge!'>deep_merge!</span><span class='lparen'>(</span><span class='id identifier rubyid_other_hash'>other_hash</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
364
- <span class='id identifier rubyid_other_hash'>other_hash</span><span class='period'>.</span><span class='id identifier rubyid_each_pair'>each_pair</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span>
365
- <span class='id identifier rubyid_tv'>tv</span> <span class='op'>=</span> <span class='kw'>self</span><span class='lbracket'>[</span><span class='id identifier rubyid_k'>k</span><span class='rbracket'>]</span>
366
- <span class='kw'>if</span> <span class='id identifier rubyid_tv'>tv</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span> <span class='op'>&amp;&amp;</span> <span class='id identifier rubyid_v'>v</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span>
367
- <span class='kw'>self</span><span class='lbracket'>[</span><span class='id identifier rubyid_k'>k</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_tv'>tv</span><span class='period'>.</span><span class='id identifier rubyid_deep_merge'>deep_merge</span><span class='lparen'>(</span><span class='id identifier rubyid_v'>v</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
368
- <span class='kw'>else</span>
369
- <span class='kw'>self</span><span class='lbracket'>[</span><span class='id identifier rubyid_k'>k</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span> <span class='op'>&amp;&amp;</span> <span class='id identifier rubyid_tv'>tv</span> <span class='op'>?</span> <span class='id identifier rubyid_block'>block</span><span class='period'>.</span><span class='id identifier rubyid_call'>call</span><span class='lparen'>(</span><span class='id identifier rubyid_k'>k</span><span class='comma'>,</span> <span class='id identifier rubyid_tv'>tv</span><span class='comma'>,</span> <span class='id identifier rubyid_v'>v</span><span class='rparen'>)</span> <span class='op'>:</span> <span class='id identifier rubyid_v'>v</span>
370
- <span class='kw'>end</span>
371
- <span class='kw'>end</span>
372
- <span class='kw'>self</span>
373
- <span class='kw'>end</span></pre>
374
- </td>
375
- </tr>
376
- </table>
377
- </div>
378
-
379
- <div class="method_details ">
380
- <h3 class="signature " id="deep_stringify_keys-instance_method">
381
-
382
- - (<tt>Object</tt>) <strong>deep_stringify_keys</strong>
383
-
384
-
385
-
386
-
387
-
388
- </h3><div class="docstring">
389
- <div class="discussion">
390
- <hr>
391
-
392
- <pre class="code ruby"><code class="ruby">deep_stringify_keys method
393
-
394
- Recursively turns all Hash keys into strings and
395
- returns the new Hash.
396
- @return Hash
397
- ----------------------------------------------------</code></pre>
398
-
399
-
400
- </div>
401
- </div>
402
- <div class="tags">
403
-
404
-
405
- </div><table class="source_code">
406
- <tr>
407
- <td>
408
- <pre class="lines">
409
-
410
-
411
- 38
412
- 39
413
- 40</pre>
414
- </td>
415
- <td>
416
- <pre class="code"><span class="info file"># File 'lib/cliutils/ext/Hash+Extensions.rb', line 38</span>
417
-
418
- <span class='kw'>def</span> <span class='id identifier rubyid_deep_stringify_keys'>deep_stringify_keys</span>
419
- <span class='id identifier rubyid_deep_transform_keys'>deep_transform_keys</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span> <span class='id identifier rubyid_key'>key</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='rbrace'>}</span>
420
- <span class='kw'>end</span></pre>
421
- </td>
422
- </tr>
423
- </table>
424
- </div>
425
-
426
- <div class="method_details ">
427
- <h3 class="signature " id="deep_stringify_keys!-instance_method">
428
-
429
- - (<tt>Object</tt>) <strong>deep_stringify_keys!</strong>
430
-
431
-
432
-
433
-
434
-
435
- </h3><div class="docstring">
436
- <div class="discussion">
437
- <hr>
438
-
439
- <pre class="code ruby"><code class="ruby">deep_symbolize_keys! method
440
-
441
- Same as deep_stringify_keys, but destructively
442
- alters the original Hash.
443
- @return Hash
444
- ----------------------------------------------------</code></pre>
445
-
446
-
447
- </div>
448
- </div>
449
- <div class="tags">
450
-
451
-
452
- </div><table class="source_code">
453
- <tr>
454
- <td>
455
- <pre class="lines">
456
-
457
-
458
- 49
459
- 50
460
- 51</pre>
461
- </td>
462
- <td>
463
- <pre class="code"><span class="info file"># File 'lib/cliutils/ext/Hash+Extensions.rb', line 49</span>
464
-
465
- <span class='kw'>def</span> <span class='id identifier rubyid_deep_stringify_keys!'>deep_stringify_keys!</span>
466
- <span class='id identifier rubyid_deep_transform_keys!'>deep_transform_keys!</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span> <span class='id identifier rubyid_key'>key</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='rbrace'>}</span>
467
- <span class='kw'>end</span></pre>
468
- </td>
469
- </tr>
470
- </table>
471
- </div>
472
-
473
- <div class="method_details ">
474
- <h3 class="signature " id="deep_symbolize_keys-instance_method">
475
-
476
- - (<tt>Object</tt>) <strong>deep_symbolize_keys</strong>
477
-
478
-
479
-
480
-
481
-
482
- </h3><div class="docstring">
483
- <div class="discussion">
484
- <hr>
485
-
486
- <pre class="code ruby"><code class="ruby">deep_symbolize_keys method
487
-
488
- Recursively turns all Hash keys into symbols and
489
- returns the new Hash.
490
- @return Hash
491
- ----------------------------------------------------</code></pre>
492
-
493
-
494
- </div>
495
- </div>
496
- <div class="tags">
497
-
498
-
499
- </div><table class="source_code">
500
- <tr>
501
- <td>
502
- <pre class="lines">
503
-
504
-
505
- 60
506
- 61
507
- 62</pre>
508
- </td>
509
- <td>
510
- <pre class="code"><span class="info file"># File 'lib/cliutils/ext/Hash+Extensions.rb', line 60</span>
511
-
512
- <span class='kw'>def</span> <span class='id identifier rubyid_deep_symbolize_keys'>deep_symbolize_keys</span>
513
- <span class='id identifier rubyid_deep_transform_keys'>deep_transform_keys</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span> <span class='id identifier rubyid_key'>key</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span> <span class='kw'>rescue</span> <span class='id identifier rubyid_key'>key</span> <span class='rbrace'>}</span>
514
- <span class='kw'>end</span></pre>
515
- </td>
516
- </tr>
517
- </table>
518
- </div>
519
-
520
- <div class="method_details ">
521
- <h3 class="signature " id="deep_symbolize_keys!-instance_method">
522
-
523
- - (<tt>Object</tt>) <strong>deep_symbolize_keys!</strong>
524
-
525
-
526
-
527
-
528
-
529
- </h3><div class="docstring">
530
- <div class="discussion">
531
- <hr>
532
-
533
- <pre class="code ruby"><code class="ruby">deep_symbolize_keys! method
534
-
535
- Same as deep_symbolize_keys, but destructively
536
- alters the original Hash.
537
- @return Hash
538
- ----------------------------------------------------</code></pre>
539
-
540
-
541
- </div>
542
- </div>
543
- <div class="tags">
544
-
545
-
546
- </div><table class="source_code">
547
- <tr>
548
- <td>
549
- <pre class="lines">
550
-
551
-
552
- 71
553
- 72
554
- 73</pre>
555
- </td>
556
- <td>
557
- <pre class="code"><span class="info file"># File 'lib/cliutils/ext/Hash+Extensions.rb', line 71</span>
558
-
559
- <span class='kw'>def</span> <span class='id identifier rubyid_deep_symbolize_keys!'>deep_symbolize_keys!</span>
560
- <span class='id identifier rubyid_deep_transform_keys!'>deep_transform_keys!</span><span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span> <span class='id identifier rubyid_key'>key</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span> <span class='kw'>rescue</span> <span class='id identifier rubyid_key'>key</span> <span class='rbrace'>}</span>
561
- <span class='kw'>end</span></pre>
562
- </td>
563
- </tr>
564
- </table>
565
- </div>
566
-
567
- <div class="method_details ">
568
- <h3 class="signature " id="deep_transform_keys-instance_method">
569
-
570
- - (<tt>Object</tt>) <strong>deep_transform_keys</strong>(&amp;block)
571
-
572
-
573
-
574
-
575
-
576
- </h3><div class="docstring">
577
- <div class="discussion">
578
- <hr>
579
-
580
- <pre class="code ruby"><code class="ruby">deep_transform_keys method
581
-
582
- Generic method to perform recursive operations on a
583
- Hash.
584
- @return Hash
585
- ----------------------------------------------------</code></pre>
586
-
587
-
588
- </div>
589
- </div>
590
- <div class="tags">
591
-
592
-
593
- </div><table class="source_code">
594
- <tr>
595
- <td>
596
- <pre class="lines">
597
-
598
-
599
- 82
600
- 83
601
- 84</pre>
602
- </td>
603
- <td>
604
- <pre class="code"><span class="info file"># File 'lib/cliutils/ext/Hash+Extensions.rb', line 82</span>
605
-
606
- <span class='kw'>def</span> <span class='id identifier rubyid_deep_transform_keys'>deep_transform_keys</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
607
- <span class='id identifier rubyid__deep_transform_keys_in_object'>_deep_transform_keys_in_object</span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
608
- <span class='kw'>end</span></pre>
609
- </td>
610
- </tr>
611
- </table>
612
- </div>
613
-
614
- <div class="method_details ">
615
- <h3 class="signature " id="deep_transform_keys!-instance_method">
616
-
617
- - (<tt>Object</tt>) <strong>deep_transform_keys!</strong>(&amp;block)
618
-
619
-
620
-
621
-
622
-
623
- </h3><div class="docstring">
624
- <div class="discussion">
625
- <hr>
626
-
627
- <pre class="code ruby"><code class="ruby">deep_transform_keys! method
628
-
629
- Same as deep_transform_keys, but destructively
630
- alters the original Hash.
631
- @return Hash
632
- ----------------------------------------------------</code></pre>
633
-
634
-
635
- </div>
636
- </div>
637
- <div class="tags">
638
-
639
-
640
- </div><table class="source_code">
641
- <tr>
642
- <td>
643
- <pre class="lines">
644
-
645
-
646
- 93
647
- 94
648
- 95</pre>
649
- </td>
650
- <td>
651
- <pre class="code"><span class="info file"># File 'lib/cliutils/ext/Hash+Extensions.rb', line 93</span>
652
-
653
- <span class='kw'>def</span> <span class='id identifier rubyid_deep_transform_keys!'>deep_transform_keys!</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
654
- <span class='id identifier rubyid__deep_transform_keys_in_object!'>_deep_transform_keys_in_object!</span><span class='lparen'>(</span><span class='kw'>self</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
655
- <span class='kw'>end</span></pre>
656
- </td>
657
- </tr>
658
- </table>
659
- </div>
660
-
661
- </div>
662
-
663
- </div>
664
-
665
- <div id="footer">
666
- Generated on Sat Mar 29 17:22:03 2014 by
667
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
668
- 0.8.7.4 (ruby-2.1.0).
669
- </div>
670
-
671
- </body>
672
- </html>