couch_visible 0.0.1 → 0.0.2

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.
@@ -0,0 +1,25 @@
1
+ module CouchVisible
2
+ module Config
3
+ def reset!
4
+ @show_by_default = false
5
+ end
6
+
7
+ def show_by_default?
8
+ @show_by_default ||= false
9
+ end
10
+
11
+ def show_by_default!
12
+ @show_by_default = true
13
+ end
14
+
15
+ def hide_by_default?
16
+ !(@show_by_default ||= false)
17
+ end
18
+
19
+ def hide_by_default!
20
+ @show_by_default = false
21
+ end
22
+ end
23
+ end
24
+
25
+ CouchVisible.extend CouchVisible::Config
@@ -0,0 +1,553 @@
1
+ !RBIX
2
+ 17831730954501249321
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 40
13
+ 99
14
+ 7
15
+ 0
16
+ 65
17
+ 49
18
+ 1
19
+ 2
20
+ 13
21
+ 99
22
+ 12
23
+ 7
24
+ 2
25
+ 12
26
+ 7
27
+ 3
28
+ 12
29
+ 65
30
+ 12
31
+ 49
32
+ 4
33
+ 4
34
+ 15
35
+ 49
36
+ 2
37
+ 0
38
+ 15
39
+ 45
40
+ 0
41
+ 5
42
+ 45
43
+ 0
44
+ 6
45
+ 43
46
+ 7
47
+ 49
48
+ 8
49
+ 1
50
+ 15
51
+ 2
52
+ 11
53
+ I
54
+ 6
55
+ I
56
+ 0
57
+ I
58
+ 0
59
+ I
60
+ 0
61
+ n
62
+ p
63
+ 9
64
+ x
65
+ 12
66
+ CouchVisible
67
+ x
68
+ 11
69
+ open_module
70
+ x
71
+ 15
72
+ __module_init__
73
+ M
74
+ 1
75
+ n
76
+ n
77
+ x
78
+ 12
79
+ CouchVisible
80
+ i
81
+ 28
82
+ 5
83
+ 66
84
+ 99
85
+ 7
86
+ 0
87
+ 65
88
+ 49
89
+ 1
90
+ 2
91
+ 13
92
+ 99
93
+ 12
94
+ 7
95
+ 2
96
+ 12
97
+ 7
98
+ 3
99
+ 12
100
+ 65
101
+ 12
102
+ 49
103
+ 4
104
+ 4
105
+ 15
106
+ 49
107
+ 2
108
+ 0
109
+ 11
110
+ I
111
+ 6
112
+ I
113
+ 0
114
+ I
115
+ 0
116
+ I
117
+ 0
118
+ n
119
+ p
120
+ 5
121
+ x
122
+ 6
123
+ Config
124
+ x
125
+ 11
126
+ open_module
127
+ x
128
+ 15
129
+ __module_init__
130
+ M
131
+ 1
132
+ n
133
+ n
134
+ x
135
+ 6
136
+ Config
137
+ i
138
+ 72
139
+ 5
140
+ 66
141
+ 99
142
+ 7
143
+ 0
144
+ 7
145
+ 1
146
+ 65
147
+ 67
148
+ 49
149
+ 2
150
+ 0
151
+ 49
152
+ 3
153
+ 4
154
+ 15
155
+ 99
156
+ 7
157
+ 4
158
+ 7
159
+ 5
160
+ 65
161
+ 67
162
+ 49
163
+ 2
164
+ 0
165
+ 49
166
+ 3
167
+ 4
168
+ 15
169
+ 99
170
+ 7
171
+ 6
172
+ 7
173
+ 7
174
+ 65
175
+ 67
176
+ 49
177
+ 2
178
+ 0
179
+ 49
180
+ 3
181
+ 4
182
+ 15
183
+ 99
184
+ 7
185
+ 8
186
+ 7
187
+ 9
188
+ 65
189
+ 67
190
+ 49
191
+ 2
192
+ 0
193
+ 49
194
+ 3
195
+ 4
196
+ 15
197
+ 99
198
+ 7
199
+ 10
200
+ 7
201
+ 11
202
+ 65
203
+ 67
204
+ 49
205
+ 2
206
+ 0
207
+ 49
208
+ 3
209
+ 4
210
+ 11
211
+ I
212
+ 5
213
+ I
214
+ 0
215
+ I
216
+ 0
217
+ I
218
+ 0
219
+ n
220
+ p
221
+ 12
222
+ x
223
+ 6
224
+ reset!
225
+ M
226
+ 1
227
+ n
228
+ n
229
+ x
230
+ 6
231
+ reset!
232
+ i
233
+ 4
234
+ 3
235
+ 38
236
+ 0
237
+ 11
238
+ I
239
+ 1
240
+ I
241
+ 0
242
+ I
243
+ 0
244
+ I
245
+ 0
246
+ n
247
+ p
248
+ 1
249
+ x
250
+ 16
251
+ @show_by_default
252
+ p
253
+ 5
254
+ I
255
+ -1
256
+ I
257
+ 3
258
+ I
259
+ 0
260
+ I
261
+ 4
262
+ I
263
+ 4
264
+ x
265
+ 68
266
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
267
+ p
268
+ 0
269
+ x
270
+ 17
271
+ method_visibility
272
+ x
273
+ 15
274
+ add_defn_method
275
+ x
276
+ 16
277
+ show_by_default?
278
+ M
279
+ 1
280
+ n
281
+ n
282
+ x
283
+ 16
284
+ show_by_default?
285
+ i
286
+ 10
287
+ 39
288
+ 0
289
+ 13
290
+ 10
291
+ 9
292
+ 15
293
+ 3
294
+ 38
295
+ 0
296
+ 11
297
+ I
298
+ 2
299
+ I
300
+ 0
301
+ I
302
+ 0
303
+ I
304
+ 0
305
+ n
306
+ p
307
+ 1
308
+ x
309
+ 16
310
+ @show_by_default
311
+ p
312
+ 5
313
+ I
314
+ -1
315
+ I
316
+ 7
317
+ I
318
+ 0
319
+ I
320
+ 8
321
+ I
322
+ a
323
+ x
324
+ 68
325
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
326
+ p
327
+ 0
328
+ x
329
+ 16
330
+ show_by_default!
331
+ M
332
+ 1
333
+ n
334
+ n
335
+ x
336
+ 16
337
+ show_by_default!
338
+ i
339
+ 4
340
+ 2
341
+ 38
342
+ 0
343
+ 11
344
+ I
345
+ 1
346
+ I
347
+ 0
348
+ I
349
+ 0
350
+ I
351
+ 0
352
+ n
353
+ p
354
+ 1
355
+ x
356
+ 16
357
+ @show_by_default
358
+ p
359
+ 5
360
+ I
361
+ -1
362
+ I
363
+ b
364
+ I
365
+ 0
366
+ I
367
+ c
368
+ I
369
+ 4
370
+ x
371
+ 68
372
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
373
+ p
374
+ 0
375
+ x
376
+ 16
377
+ hide_by_default?
378
+ M
379
+ 1
380
+ n
381
+ n
382
+ x
383
+ 16
384
+ hide_by_default?
385
+ i
386
+ 16
387
+ 39
388
+ 0
389
+ 13
390
+ 10
391
+ 9
392
+ 15
393
+ 3
394
+ 38
395
+ 0
396
+ 10
397
+ 14
398
+ 2
399
+ 8
400
+ 15
401
+ 3
402
+ 11
403
+ I
404
+ 2
405
+ I
406
+ 0
407
+ I
408
+ 0
409
+ I
410
+ 0
411
+ n
412
+ p
413
+ 1
414
+ x
415
+ 16
416
+ @show_by_default
417
+ p
418
+ 5
419
+ I
420
+ -1
421
+ I
422
+ f
423
+ I
424
+ 0
425
+ I
426
+ 10
427
+ I
428
+ 10
429
+ x
430
+ 68
431
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
432
+ p
433
+ 0
434
+ x
435
+ 16
436
+ hide_by_default!
437
+ M
438
+ 1
439
+ n
440
+ n
441
+ x
442
+ 16
443
+ hide_by_default!
444
+ i
445
+ 4
446
+ 3
447
+ 38
448
+ 0
449
+ 11
450
+ I
451
+ 1
452
+ I
453
+ 0
454
+ I
455
+ 0
456
+ I
457
+ 0
458
+ n
459
+ p
460
+ 1
461
+ x
462
+ 16
463
+ @show_by_default
464
+ p
465
+ 5
466
+ I
467
+ -1
468
+ I
469
+ 13
470
+ I
471
+ 0
472
+ I
473
+ 14
474
+ I
475
+ 4
476
+ x
477
+ 68
478
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
479
+ p
480
+ 0
481
+ p
482
+ 11
483
+ I
484
+ 2
485
+ I
486
+ 3
487
+ I
488
+ 10
489
+ I
490
+ 7
491
+ I
492
+ 1e
493
+ I
494
+ b
495
+ I
496
+ 2c
497
+ I
498
+ f
499
+ I
500
+ 3a
501
+ I
502
+ 13
503
+ I
504
+ 48
505
+ x
506
+ 68
507
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
508
+ p
509
+ 0
510
+ x
511
+ 13
512
+ attach_method
513
+ p
514
+ 3
515
+ I
516
+ 2
517
+ I
518
+ 2
519
+ I
520
+ 1c
521
+ x
522
+ 68
523
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
524
+ p
525
+ 0
526
+ x
527
+ 13
528
+ attach_method
529
+ n
530
+ n
531
+ x
532
+ 6
533
+ Config
534
+ x
535
+ 6
536
+ extend
537
+ p
538
+ 5
539
+ I
540
+ 0
541
+ I
542
+ 1
543
+ I
544
+ 1a
545
+ I
546
+ 19
547
+ I
548
+ 28
549
+ x
550
+ 68
551
+ /Users/mparker/work/github/couch_visible/lib/couch_visible/config.rb
552
+ p
553
+ 0