vanity 1.3.0 → 1.4.0.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. data/CHANGELOG +61 -3
  2. data/Gemfile +22 -14
  3. data/README.rdoc +9 -4
  4. data/Rakefile +72 -12
  5. data/bin/vanity +16 -4
  6. data/lib/vanity.rb +7 -5
  7. data/lib/vanity/adapters/abstract_adapter.rb +135 -0
  8. data/lib/vanity/adapters/mock_adapter.rb +157 -0
  9. data/lib/vanity/adapters/mongo_adapter.rb +162 -0
  10. data/lib/vanity/adapters/redis_adapter.rb +154 -0
  11. data/lib/vanity/backport.rb +0 -17
  12. data/lib/vanity/commands/upgrade.rb +34 -0
  13. data/lib/vanity/experiment/ab_test.rb +46 -41
  14. data/lib/vanity/experiment/base.rb +13 -15
  15. data/lib/vanity/frameworks/rails.rb +5 -9
  16. data/lib/vanity/metric/active_record.rb +10 -4
  17. data/lib/vanity/metric/base.rb +46 -23
  18. data/lib/vanity/metric/google_analytics.rb +7 -0
  19. data/lib/vanity/metric/remote.rb +53 -0
  20. data/lib/vanity/playground.rb +133 -49
  21. data/test/{ab_test_test.rb → experiment/ab_test.rb} +47 -3
  22. data/test/{experiment_test.rb → experiment/base_test.rb} +8 -8
  23. data/test/metric/active_record_test.rb +253 -0
  24. data/test/metric/base_test.rb +293 -0
  25. data/test/metric/google_analytics_test.rb +104 -0
  26. data/test/metric/remote_test.rb +108 -0
  27. data/test/myapp/app/controllers/application_controller.rbc +66 -0
  28. data/test/myapp/app/controllers/main_controller.rb +3 -3
  29. data/test/myapp/app/controllers/main_controller.rbc +347 -0
  30. data/test/myapp/config/boot.rbc +2534 -0
  31. data/test/myapp/config/environment.rbc +403 -0
  32. data/test/myapp/config/routes.rbc +174 -0
  33. data/test/myapp/log/production.log +2601 -0
  34. data/test/passenger_test.rb +14 -5
  35. data/test/passenger_test.rbc +0 -0
  36. data/test/playground_test.rbc +256 -0
  37. data/test/rails_test.rb +75 -22
  38. data/test/rails_test.rbc +4086 -0
  39. data/test/test_helper.rb +30 -7
  40. data/test/test_helper.rbc +4297 -0
  41. data/vanity.gemspec +6 -2
  42. metadata +74 -73
  43. data/lib/vanity/commands.rb +0 -2
  44. data/lib/vanity/mock_redis.rb +0 -76
  45. data/test/metric_test.rb +0 -622
  46. data/vendor/cache/RedCloth-4.2.2.gem +0 -0
  47. data/vendor/cache/actionmailer-2.3.5.gem +0 -0
  48. data/vendor/cache/actionpack-2.3.5.gem +0 -0
  49. data/vendor/cache/activerecord-2.3.5.gem +0 -0
  50. data/vendor/cache/activeresource-2.3.5.gem +0 -0
  51. data/vendor/cache/activesupport-2.3.5.gem +0 -0
  52. data/vendor/cache/autotest-4.2.7.gem +0 -0
  53. data/vendor/cache/autotest-fsevent-0.2.1.gem +0 -0
  54. data/vendor/cache/autotest-growl-0.2.0.gem +0 -0
  55. data/vendor/cache/bundler-0.9.7.gem +0 -0
  56. data/vendor/cache/classifier-1.3.1.gem +0 -0
  57. data/vendor/cache/directory_watcher-1.3.1.gem +0 -0
  58. data/vendor/cache/fastthread-1.0.7.gem +0 -0
  59. data/vendor/cache/garb-0.7.0.gem +0 -0
  60. data/vendor/cache/happymapper-0.3.0.gem +0 -0
  61. data/vendor/cache/jekyll-0.5.7.gem +0 -0
  62. data/vendor/cache/libxml-ruby-1.1.3.gem +0 -0
  63. data/vendor/cache/liquid-2.0.0.gem +0 -0
  64. data/vendor/cache/maruku-0.6.0.gem +0 -0
  65. data/vendor/cache/mocha-0.9.8.gem +0 -0
  66. data/vendor/cache/open4-1.0.1.gem +0 -0
  67. data/vendor/cache/passenger-2.2.9.gem +0 -0
  68. data/vendor/cache/rack-1.0.1.gem +0 -0
  69. data/vendor/cache/rails-2.3.5.gem +0 -0
  70. data/vendor/cache/rake-0.8.7.gem +0 -0
  71. data/vendor/cache/rubygems-update-1.3.5.gem +0 -0
  72. data/vendor/cache/shoulda-2.10.3.gem +0 -0
  73. data/vendor/cache/sqlite3-ruby-1.2.5.gem +0 -0
  74. data/vendor/cache/stemmer-1.0.1.gem +0 -0
  75. data/vendor/cache/syntax-1.0.0.gem +0 -0
  76. data/vendor/cache/sys-uname-0.8.4.gem +0 -0
  77. data/vendor/cache/timecop-0.3.4.gem +0 -0
  78. data/vendor/redis-rb/LICENSE +0 -20
  79. data/vendor/redis-rb/README.markdown +0 -36
  80. data/vendor/redis-rb/Rakefile +0 -62
  81. data/vendor/redis-rb/bench.rb +0 -44
  82. data/vendor/redis-rb/benchmarking/suite.rb +0 -24
  83. data/vendor/redis-rb/benchmarking/worker.rb +0 -71
  84. data/vendor/redis-rb/bin/distredis +0 -33
  85. data/vendor/redis-rb/examples/basic.rb +0 -16
  86. data/vendor/redis-rb/examples/incr-decr.rb +0 -18
  87. data/vendor/redis-rb/examples/list.rb +0 -26
  88. data/vendor/redis-rb/examples/sets.rb +0 -36
  89. data/vendor/redis-rb/lib/dist_redis.rb +0 -124
  90. data/vendor/redis-rb/lib/hash_ring.rb +0 -128
  91. data/vendor/redis-rb/lib/pipeline.rb +0 -21
  92. data/vendor/redis-rb/lib/redis.rb +0 -370
  93. data/vendor/redis-rb/lib/redis/raketasks.rb +0 -1
  94. data/vendor/redis-rb/profile.rb +0 -22
  95. data/vendor/redis-rb/redis-rb.gemspec +0 -30
  96. data/vendor/redis-rb/spec/redis_spec.rb +0 -637
  97. data/vendor/redis-rb/spec/spec_helper.rb +0 -4
  98. data/vendor/redis-rb/speed.rb +0 -16
  99. data/vendor/redis-rb/tasks/redis.tasks.rb +0 -140
data/test/test_helper.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  $LOAD_PATH.delete_if { |path| path[/gems\/vanity-\d/] }
2
2
  $LOAD_PATH.unshift File.expand_path("../lib", File.dirname(__FILE__))
3
+
3
4
  RAILS_ROOT = File.expand_path("..")
4
5
  require "test/unit"
5
6
  require "mocha"
@@ -11,6 +12,7 @@ Rails.configuration = Rails::Configuration.new
11
12
  require "phusion_passenger/events"
12
13
  require "lib/vanity"
13
14
  require "timecop"
15
+ require "webmock/test_unit"
14
16
 
15
17
 
16
18
  if $VERBOSE
@@ -19,24 +21,35 @@ if $VERBOSE
19
21
  end
20
22
 
21
23
  class Test::Unit::TestCase
24
+ include WebMock
22
25
 
23
26
  def setup
24
27
  FileUtils.mkpath "tmp/experiments/metrics"
25
28
  new_playground
29
+ #WebMock.after_request do |request_signature, response|
30
+ # puts "Request #{request_signature} was made and #{response} was returned"
31
+ #end
26
32
  end
27
33
 
28
34
  # Call this on teardown. It wipes put the playground and any state held in it
29
- # (mostly experiments), resets vanity ID, and clears Redis of all experiments.
35
+ # (mostly experiments), resets vanity ID, and clears database of all experiments.
30
36
  def nuke_playground
37
+ Vanity.playground.connection.flushdb
31
38
  new_playground
32
- Vanity.playground.redis.flushdb
33
39
  end
34
40
 
35
41
  # Call this if you need a new playground, e.g. to re-define the same experiment,
36
42
  # or reload an experiment (saved by the previous playground).
37
43
  def new_playground
38
- Vanity.playground = Vanity::Playground.new("::15", :logger=>$logger, :load_path=>"tmp/experiments")
39
- #Vanity.playground.mock! unless ENV["REDIS"]
44
+ adapter = ENV["ADAPTER"] || "redis"
45
+ # We go destructive on the database at the end of each run, so make sure we
46
+ # don't use databases you care about. For Redis, we pick database 15
47
+ # (default is 0).
48
+ spec = { "redis"=>"redis://localhost/15", "mongodb"=>"mongo://localhost/vanity-test",
49
+ "mock"=>"mock:/" }[adapter]
50
+ raise "No support yet for #{adapter}" unless spec
51
+ Vanity.playground = Vanity::Playground.new(:logger=>$logger, :load_path=>"tmp/experiments")
52
+ Vanity.playground.establish_connection spec
40
53
  end
41
54
 
42
55
  # Defines the specified metrics (one or more names). Returns metric, or array
@@ -62,11 +75,21 @@ class Test::Unit::TestCase
62
75
  def experiment(name)
63
76
  Vanity.playground.experiment(name)
64
77
  end
78
+
79
+ def today
80
+ @today ||= Date.today
81
+ end
82
+
83
+ def not_collecting!
84
+ Vanity.playground.collecting = false
85
+ Vanity.playground.stubs(:connection).returns(stub(:flushdb=>nil))
86
+ end
65
87
 
66
88
  def teardown
67
89
  Vanity.context = nil
68
90
  FileUtils.rm_rf "tmp"
69
- Vanity.playground.redis.flushdb
91
+ Vanity.playground.connection.flushdb if Vanity.playground.connected?
92
+ WebMock.reset_webmock
70
93
  end
71
94
 
72
95
  end
@@ -126,8 +149,8 @@ def context(*args, &block)
126
149
  define_method("test_#{name.gsub(/\W/,'_')}", &block) if block
127
150
  end
128
151
  def self.xtest(*args) end
129
- def self.setup(&block) define_method(:setup) { super() ; block.call } end
130
- def self.teardown(&block) define_method(:teardown) { super() ; block.call } end
152
+ def self.setup(&block) define_method(:setup) { super() ; instance_eval &block } end
153
+ def self.teardown(&block) define_method(:teardown) { super() ; instance_eval &block } end
131
154
  end
132
155
  parent.const_set name.split(/\W+/).map(&:capitalize).join, klass
133
156
  klass.class_eval &block
@@ -0,0 +1,4297 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 440
13
+ 99
14
+ 43
15
+ 0
16
+ 7
17
+ 1
18
+ 49
19
+ 2
20
+ 1
21
+ 56
22
+ 3
23
+ 50
24
+ 4
25
+ 0
26
+ 15
27
+ 99
28
+ 43
29
+ 0
30
+ 7
31
+ 1
32
+ 49
33
+ 2
34
+ 1
35
+ 45
36
+ 5
37
+ 6
38
+ 7
39
+ 7
40
+ 64
41
+ 45
42
+ 5
43
+ 8
44
+ 65
45
+ 49
46
+ 9
47
+ 0
48
+ 49
49
+ 10
50
+ 1
51
+ 49
52
+ 11
53
+ 2
54
+ 49
55
+ 12
56
+ 1
57
+ 15
58
+ 65
59
+ 7
60
+ 13
61
+ 45
62
+ 5
63
+ 14
64
+ 7
65
+ 15
66
+ 64
67
+ 49
68
+ 11
69
+ 1
70
+ 49
71
+ 16
72
+ 2
73
+ 15
74
+ 5
75
+ 7
76
+ 17
77
+ 64
78
+ 47
79
+ 49
80
+ 18
81
+ 1
82
+ 15
83
+ 5
84
+ 7
85
+ 19
86
+ 64
87
+ 47
88
+ 49
89
+ 18
90
+ 1
91
+ 15
92
+ 5
93
+ 7
94
+ 20
95
+ 64
96
+ 47
97
+ 49
98
+ 18
99
+ 1
100
+ 15
101
+ 5
102
+ 7
103
+ 21
104
+ 64
105
+ 47
106
+ 49
107
+ 18
108
+ 1
109
+ 15
110
+ 5
111
+ 7
112
+ 22
113
+ 64
114
+ 47
115
+ 49
116
+ 18
117
+ 1
118
+ 15
119
+ 5
120
+ 7
121
+ 23
122
+ 64
123
+ 47
124
+ 49
125
+ 18
126
+ 1
127
+ 15
128
+ 45
129
+ 24
130
+ 25
131
+ 45
132
+ 24
133
+ 26
134
+ 43
135
+ 27
136
+ 13
137
+ 71
138
+ 28
139
+ 47
140
+ 9
141
+ 141
142
+ 47
143
+ 49
144
+ 29
145
+ 0
146
+ 13
147
+ 47
148
+ 49
149
+ 30
150
+ 0
151
+ 15
152
+ 8
153
+ 144
154
+ 49
155
+ 28
156
+ 0
157
+ 13
158
+ 18
159
+ 2
160
+ 49
161
+ 31
162
+ 1
163
+ 15
164
+ 15
165
+ 5
166
+ 7
167
+ 32
168
+ 64
169
+ 47
170
+ 49
171
+ 18
172
+ 1
173
+ 15
174
+ 5
175
+ 7
176
+ 33
177
+ 64
178
+ 47
179
+ 49
180
+ 18
181
+ 1
182
+ 15
183
+ 5
184
+ 7
185
+ 34
186
+ 64
187
+ 47
188
+ 49
189
+ 18
190
+ 1
191
+ 15
192
+ 5
193
+ 7
194
+ 35
195
+ 64
196
+ 47
197
+ 49
198
+ 18
199
+ 1
200
+ 15
201
+ 99
202
+ 43
203
+ 0
204
+ 7
205
+ 36
206
+ 49
207
+ 2
208
+ 1
209
+ 9
210
+ 259
211
+ 99
212
+ 43
213
+ 0
214
+ 7
215
+ 37
216
+ 45
217
+ 38
218
+ 39
219
+ 13
220
+ 71
221
+ 28
222
+ 47
223
+ 9
224
+ 227
225
+ 47
226
+ 49
227
+ 29
228
+ 0
229
+ 13
230
+ 45
231
+ 40
232
+ 41
233
+ 47
234
+ 49
235
+ 30
236
+ 1
237
+ 15
238
+ 8
239
+ 233
240
+ 45
241
+ 40
242
+ 42
243
+ 49
244
+ 28
245
+ 1
246
+ 49
247
+ 43
248
+ 2
249
+ 15
250
+ 99
251
+ 43
252
+ 0
253
+ 7
254
+ 37
255
+ 49
256
+ 2
257
+ 1
258
+ 45
259
+ 38
260
+ 44
261
+ 43
262
+ 45
263
+ 13
264
+ 18
265
+ 2
266
+ 49
267
+ 46
268
+ 1
269
+ 15
270
+ 8
271
+ 260
272
+ 1
273
+ 15
274
+ 99
275
+ 7
276
+ 47
277
+ 1
278
+ 45
279
+ 48
280
+ 49
281
+ 43
282
+ 50
283
+ 49
284
+ 51
285
+ 3
286
+ 13
287
+ 99
288
+ 12
289
+ 7
290
+ 52
291
+ 12
292
+ 7
293
+ 53
294
+ 12
295
+ 65
296
+ 12
297
+ 49
298
+ 54
299
+ 4
300
+ 15
301
+ 49
302
+ 52
303
+ 0
304
+ 15
305
+ 45
306
+ 55
307
+ 56
308
+ 43
309
+ 57
310
+ 43
311
+ 58
312
+ 56
313
+ 59
314
+ 50
315
+ 60
316
+ 0
317
+ 15
318
+ 45
319
+ 61
320
+ 62
321
+ 43
322
+ 63
323
+ 99
324
+ 43
325
+ 0
326
+ 7
327
+ 37
328
+ 49
329
+ 2
330
+ 1
331
+ 13
332
+ 18
333
+ 2
334
+ 49
335
+ 64
336
+ 1
337
+ 15
338
+ 15
339
+ 45
340
+ 61
341
+ 65
342
+ 43
343
+ 63
344
+ 44
345
+ 43
346
+ 66
347
+ 80
348
+ 49
349
+ 67
350
+ 1
351
+ 13
352
+ 7
353
+ 68
354
+ 7
355
+ 69
356
+ 64
357
+ 49
358
+ 43
359
+ 2
360
+ 15
361
+ 13
362
+ 7
363
+ 70
364
+ 45
365
+ 5
366
+ 71
367
+ 7
368
+ 72
369
+ 64
370
+ 49
371
+ 11
372
+ 1
373
+ 49
374
+ 43
375
+ 2
376
+ 15
377
+ 49
378
+ 73
379
+ 1
380
+ 15
381
+ 99
382
+ 7
383
+ 63
384
+ 1
385
+ 45
386
+ 61
387
+ 74
388
+ 49
389
+ 51
390
+ 3
391
+ 13
392
+ 99
393
+ 12
394
+ 7
395
+ 52
396
+ 12
397
+ 7
398
+ 75
399
+ 12
400
+ 65
401
+ 12
402
+ 49
403
+ 54
404
+ 4
405
+ 15
406
+ 49
407
+ 52
408
+ 0
409
+ 15
410
+ 99
411
+ 7
412
+ 76
413
+ 1
414
+ 65
415
+ 49
416
+ 77
417
+ 3
418
+ 13
419
+ 99
420
+ 12
421
+ 7
422
+ 52
423
+ 12
424
+ 7
425
+ 78
426
+ 12
427
+ 65
428
+ 12
429
+ 49
430
+ 54
431
+ 4
432
+ 15
433
+ 49
434
+ 52
435
+ 0
436
+ 15
437
+ 99
438
+ 7
439
+ 79
440
+ 7
441
+ 80
442
+ 65
443
+ 67
444
+ 49
445
+ 81
446
+ 0
447
+ 49
448
+ 82
449
+ 4
450
+ 15
451
+ 2
452
+ 11
453
+ I
454
+ 6
455
+ I
456
+ 0
457
+ I
458
+ 0
459
+ I
460
+ 0
461
+ n
462
+ p
463
+ 83
464
+ x
465
+ 7
466
+ Globals
467
+ x
468
+ 10
469
+ $LOAD_PATH
470
+ x
471
+ 2
472
+ []
473
+ M
474
+ 1
475
+ p
476
+ 2
477
+ x
478
+ 9
479
+ for_block
480
+ t
481
+ n
482
+ x
483
+ 9
484
+ __block__
485
+ i
486
+ 28
487
+ 57
488
+ 19
489
+ 0
490
+ 15
491
+ 20
492
+ 0
493
+ 7
494
+ 0
495
+ 13
496
+ 70
497
+ 9
498
+ 24
499
+ 15
500
+ 44
501
+ 43
502
+ 1
503
+ 7
504
+ 2
505
+ 78
506
+ 49
507
+ 3
508
+ 2
509
+ 6
510
+ 0
511
+ 49
512
+ 4
513
+ 1
514
+ 11
515
+ I
516
+ 6
517
+ I
518
+ 1
519
+ I
520
+ 1
521
+ I
522
+ 1
523
+ n
524
+ p
525
+ 5
526
+ n
527
+ x
528
+ 6
529
+ Regexp
530
+ s
531
+ 15
532
+ gems\/vanity-\d
533
+ x
534
+ 3
535
+ new
536
+ x
537
+ 2
538
+ []
539
+ p
540
+ 3
541
+ I
542
+ 0
543
+ I
544
+ 1
545
+ I
546
+ 1c
547
+ x
548
+ 48
549
+ /Users/assaf/projects/vanity/test/test_helper.rb
550
+ p
551
+ 1
552
+ x
553
+ 4
554
+ path
555
+ x
556
+ 9
557
+ delete_if
558
+ x
559
+ 4
560
+ File
561
+ n
562
+ s
563
+ 6
564
+ ../lib
565
+ n
566
+ x
567
+ 11
568
+ active_path
569
+ x
570
+ 7
571
+ dirname
572
+ x
573
+ 11
574
+ expand_path
575
+ x
576
+ 7
577
+ unshift
578
+ x
579
+ 10
580
+ RAILS_ROOT
581
+ n
582
+ s
583
+ 2
584
+ ..
585
+ x
586
+ 9
587
+ const_set
588
+ s
589
+ 9
590
+ test/unit
591
+ x
592
+ 7
593
+ require
594
+ s
595
+ 5
596
+ mocha
597
+ s
598
+ 17
599
+ action_controller
600
+ s
601
+ 27
602
+ action_controller/test_case
603
+ s
604
+ 13
605
+ active_record
606
+ s
607
+ 11
608
+ initializer
609
+ x
610
+ 5
611
+ Rails
612
+ n
613
+ n
614
+ x
615
+ 13
616
+ Configuration
617
+ x
618
+ 3
619
+ new
620
+ x
621
+ 8
622
+ allocate
623
+ x
624
+ 10
625
+ initialize
626
+ x
627
+ 14
628
+ configuration=
629
+ s
630
+ 24
631
+ phusion_passenger/events
632
+ s
633
+ 10
634
+ lib/vanity
635
+ s
636
+ 7
637
+ timecop
638
+ s
639
+ 5
640
+ redis
641
+ x
642
+ 8
643
+ $VERBOSE
644
+ x
645
+ 7
646
+ $logger
647
+ x
648
+ 6
649
+ Logger
650
+ n
651
+ x
652
+ 6
653
+ STDOUT
654
+ n
655
+ n
656
+ x
657
+ 3
658
+ []=
659
+ n
660
+ x
661
+ 5
662
+ DEBUG
663
+ x
664
+ 6
665
+ level=
666
+ x
667
+ 8
668
+ TestCase
669
+ x
670
+ 4
671
+ Test
672
+ n
673
+ x
674
+ 4
675
+ Unit
676
+ x
677
+ 16
678
+ open_class_under
679
+ x
680
+ 14
681
+ __class_init__
682
+ M
683
+ 1
684
+ n
685
+ n
686
+ x
687
+ 8
688
+ TestCase
689
+ i
690
+ 100
691
+ 5
692
+ 66
693
+ 99
694
+ 7
695
+ 0
696
+ 7
697
+ 1
698
+ 65
699
+ 67
700
+ 49
701
+ 2
702
+ 0
703
+ 49
704
+ 3
705
+ 4
706
+ 15
707
+ 99
708
+ 7
709
+ 4
710
+ 7
711
+ 5
712
+ 65
713
+ 67
714
+ 49
715
+ 2
716
+ 0
717
+ 49
718
+ 3
719
+ 4
720
+ 15
721
+ 99
722
+ 7
723
+ 6
724
+ 7
725
+ 7
726
+ 65
727
+ 67
728
+ 49
729
+ 2
730
+ 0
731
+ 49
732
+ 3
733
+ 4
734
+ 15
735
+ 99
736
+ 7
737
+ 8
738
+ 7
739
+ 9
740
+ 65
741
+ 67
742
+ 49
743
+ 2
744
+ 0
745
+ 49
746
+ 3
747
+ 4
748
+ 15
749
+ 99
750
+ 7
751
+ 10
752
+ 7
753
+ 11
754
+ 65
755
+ 67
756
+ 49
757
+ 2
758
+ 0
759
+ 49
760
+ 3
761
+ 4
762
+ 15
763
+ 99
764
+ 7
765
+ 12
766
+ 7
767
+ 13
768
+ 65
769
+ 67
770
+ 49
771
+ 2
772
+ 0
773
+ 49
774
+ 3
775
+ 4
776
+ 15
777
+ 99
778
+ 7
779
+ 14
780
+ 7
781
+ 15
782
+ 65
783
+ 67
784
+ 49
785
+ 2
786
+ 0
787
+ 49
788
+ 3
789
+ 4
790
+ 11
791
+ I
792
+ 5
793
+ I
794
+ 0
795
+ I
796
+ 0
797
+ I
798
+ 0
799
+ n
800
+ p
801
+ 16
802
+ x
803
+ 5
804
+ setup
805
+ M
806
+ 1
807
+ n
808
+ n
809
+ x
810
+ 5
811
+ setup
812
+ i
813
+ 14
814
+ 45
815
+ 0
816
+ 1
817
+ 7
818
+ 2
819
+ 64
820
+ 49
821
+ 3
822
+ 1
823
+ 15
824
+ 5
825
+ 48
826
+ 4
827
+ 11
828
+ I
829
+ 2
830
+ I
831
+ 0
832
+ I
833
+ 0
834
+ I
835
+ 0
836
+ n
837
+ p
838
+ 5
839
+ x
840
+ 9
841
+ FileUtils
842
+ n
843
+ s
844
+ 23
845
+ tmp/experiments/metrics
846
+ x
847
+ 6
848
+ mkpath
849
+ x
850
+ 14
851
+ new_playground
852
+ p
853
+ 7
854
+ I
855
+ 0
856
+ I
857
+ 19
858
+ I
859
+ 0
860
+ I
861
+ 1a
862
+ I
863
+ a
864
+ I
865
+ 1b
866
+ I
867
+ e
868
+ x
869
+ 48
870
+ /Users/assaf/projects/vanity/test/test_helper.rb
871
+ p
872
+ 0
873
+ x
874
+ 17
875
+ method_visibility
876
+ x
877
+ 15
878
+ add_defn_method
879
+ x
880
+ 15
881
+ nuke_playground
882
+ M
883
+ 1
884
+ n
885
+ n
886
+ x
887
+ 15
888
+ nuke_playground
889
+ i
890
+ 17
891
+ 5
892
+ 48
893
+ 0
894
+ 15
895
+ 45
896
+ 1
897
+ 2
898
+ 49
899
+ 3
900
+ 0
901
+ 49
902
+ 4
903
+ 0
904
+ 49
905
+ 5
906
+ 0
907
+ 11
908
+ I
909
+ 1
910
+ I
911
+ 0
912
+ I
913
+ 0
914
+ I
915
+ 0
916
+ n
917
+ p
918
+ 6
919
+ x
920
+ 14
921
+ new_playground
922
+ x
923
+ 6
924
+ Vanity
925
+ n
926
+ x
927
+ 10
928
+ playground
929
+ x
930
+ 5
931
+ redis
932
+ x
933
+ 7
934
+ flushdb
935
+ p
936
+ 7
937
+ I
938
+ 0
939
+ I
940
+ 20
941
+ I
942
+ 0
943
+ I
944
+ 21
945
+ I
946
+ 4
947
+ I
948
+ 22
949
+ I
950
+ 11
951
+ x
952
+ 48
953
+ /Users/assaf/projects/vanity/test/test_helper.rb
954
+ p
955
+ 0
956
+ x
957
+ 14
958
+ new_playground
959
+ M
960
+ 1
961
+ n
962
+ n
963
+ x
964
+ 14
965
+ new_playground
966
+ i
967
+ 136
968
+ 45
969
+ 0
970
+ 1
971
+ 45
972
+ 0
973
+ 2
974
+ 43
975
+ 3
976
+ 13
977
+ 71
978
+ 4
979
+ 47
980
+ 9
981
+ 61
982
+ 47
983
+ 49
984
+ 5
985
+ 0
986
+ 13
987
+ 7
988
+ 6
989
+ 64
990
+ 44
991
+ 43
992
+ 7
993
+ 80
994
+ 49
995
+ 8
996
+ 1
997
+ 13
998
+ 7
999
+ 9
1000
+ 99
1001
+ 43
1002
+ 10
1003
+ 7
1004
+ 11
1005
+ 49
1006
+ 12
1007
+ 1
1008
+ 49
1009
+ 13
1010
+ 2
1011
+ 15
1012
+ 13
1013
+ 7
1014
+ 14
1015
+ 7
1016
+ 15
1017
+ 64
1018
+ 49
1019
+ 13
1020
+ 2
1021
+ 15
1022
+ 47
1023
+ 49
1024
+ 16
1025
+ 2
1026
+ 15
1027
+ 8
1028
+ 99
1029
+ 7
1030
+ 6
1031
+ 64
1032
+ 44
1033
+ 43
1034
+ 7
1035
+ 80
1036
+ 49
1037
+ 8
1038
+ 1
1039
+ 13
1040
+ 7
1041
+ 9
1042
+ 99
1043
+ 43
1044
+ 10
1045
+ 7
1046
+ 11
1047
+ 49
1048
+ 12
1049
+ 1
1050
+ 49
1051
+ 13
1052
+ 2
1053
+ 15
1054
+ 13
1055
+ 7
1056
+ 14
1057
+ 7
1058
+ 15
1059
+ 64
1060
+ 49
1061
+ 13
1062
+ 2
1063
+ 15
1064
+ 49
1065
+ 4
1066
+ 2
1067
+ 13
1068
+ 18
1069
+ 2
1070
+ 49
1071
+ 17
1072
+ 1
1073
+ 15
1074
+ 15
1075
+ 45
1076
+ 18
1077
+ 19
1078
+ 7
1079
+ 20
1080
+ 64
1081
+ 49
1082
+ 12
1083
+ 1
1084
+ 7
1085
+ 21
1086
+ 64
1087
+ 83
1088
+ 22
1089
+ 9
1090
+ 134
1091
+ 45
1092
+ 0
1093
+ 23
1094
+ 49
1095
+ 24
1096
+ 0
1097
+ 49
1098
+ 25
1099
+ 0
1100
+ 8
1101
+ 135
1102
+ 1
1103
+ 11
1104
+ I
1105
+ 9
1106
+ I
1107
+ 0
1108
+ I
1109
+ 0
1110
+ I
1111
+ 0
1112
+ n
1113
+ p
1114
+ 26
1115
+ x
1116
+ 6
1117
+ Vanity
1118
+ n
1119
+ n
1120
+ x
1121
+ 10
1122
+ Playground
1123
+ x
1124
+ 3
1125
+ new
1126
+ x
1127
+ 8
1128
+ allocate
1129
+ s
1130
+ 4
1131
+ ::15
1132
+ x
1133
+ 4
1134
+ Hash
1135
+ x
1136
+ 16
1137
+ new_from_literal
1138
+ x
1139
+ 6
1140
+ logger
1141
+ x
1142
+ 7
1143
+ Globals
1144
+ x
1145
+ 7
1146
+ $logger
1147
+ x
1148
+ 2
1149
+ []
1150
+ x
1151
+ 3
1152
+ []=
1153
+ x
1154
+ 9
1155
+ load_path
1156
+ s
1157
+ 15
1158
+ tmp/experiments
1159
+ x
1160
+ 10
1161
+ initialize
1162
+ x
1163
+ 11
1164
+ playground=
1165
+ x
1166
+ 3
1167
+ ENV
1168
+ n
1169
+ s
1170
+ 7
1171
+ BACKEND
1172
+ s
1173
+ 4
1174
+ mock
1175
+ x
1176
+ 2
1177
+ ==
1178
+ n
1179
+ x
1180
+ 10
1181
+ playground
1182
+ x
1183
+ 5
1184
+ mock!
1185
+ p
1186
+ 7
1187
+ I
1188
+ 0
1189
+ I
1190
+ 26
1191
+ I
1192
+ 0
1193
+ I
1194
+ 27
1195
+ I
1196
+ 6b
1197
+ I
1198
+ 28
1199
+ I
1200
+ 88
1201
+ x
1202
+ 48
1203
+ /Users/assaf/projects/vanity/test/test_helper.rb
1204
+ p
1205
+ 0
1206
+ x
1207
+ 6
1208
+ metric
1209
+ M
1210
+ 1
1211
+ n
1212
+ n
1213
+ x
1214
+ 6
1215
+ metric
1216
+ i
1217
+ 30
1218
+ 20
1219
+ 0
1220
+ 56
1221
+ 0
1222
+ 50
1223
+ 1
1224
+ 0
1225
+ 19
1226
+ 1
1227
+ 15
1228
+ 20
1229
+ 0
1230
+ 49
1231
+ 2
1232
+ 0
1233
+ 79
1234
+ 83
1235
+ 3
1236
+ 9
1237
+ 27
1238
+ 20
1239
+ 1
1240
+ 49
1241
+ 4
1242
+ 0
1243
+ 8
1244
+ 29
1245
+ 20
1246
+ 1
1247
+ 11
1248
+ I
1249
+ 4
1250
+ I
1251
+ 2
1252
+ I
1253
+ 0
1254
+ I
1255
+ 0
1256
+ I
1257
+ 0
1258
+ p
1259
+ 5
1260
+ M
1261
+ 1
1262
+ p
1263
+ 2
1264
+ x
1265
+ 9
1266
+ for_block
1267
+ t
1268
+ n
1269
+ x
1270
+ 6
1271
+ metric
1272
+ i
1273
+ 118
1274
+ 57
1275
+ 19
1276
+ 0
1277
+ 15
1278
+ 20
1279
+ 0
1280
+ 49
1281
+ 0
1282
+ 0
1283
+ 49
1284
+ 1
1285
+ 0
1286
+ 7
1287
+ 2
1288
+ 13
1289
+ 70
1290
+ 9
1291
+ 30
1292
+ 15
1293
+ 44
1294
+ 43
1295
+ 3
1296
+ 7
1297
+ 4
1298
+ 78
1299
+ 49
1300
+ 5
1301
+ 2
1302
+ 6
1303
+ 2
1304
+ 7
1305
+ 6
1306
+ 64
1307
+ 49
1308
+ 7
1309
+ 2
1310
+ 49
1311
+ 8
1312
+ 0
1313
+ 19
1314
+ 1
1315
+ 15
1316
+ 45
1317
+ 9
1318
+ 10
1319
+ 49
1320
+ 11
1321
+ 0
1322
+ 49
1323
+ 12
1324
+ 0
1325
+ 20
1326
+ 1
1327
+ 14
1328
+ 2
1329
+ 49
1330
+ 13
1331
+ 1
1332
+ 13
1333
+ 10
1334
+ 113
1335
+ 15
1336
+ 45
1337
+ 9
1338
+ 14
1339
+ 43
1340
+ 15
1341
+ 13
1342
+ 71
1343
+ 5
1344
+ 47
1345
+ 9
1346
+ 93
1347
+ 47
1348
+ 49
1349
+ 16
1350
+ 0
1351
+ 13
1352
+ 45
1353
+ 9
1354
+ 17
1355
+ 49
1356
+ 11
1357
+ 0
1358
+ 20
1359
+ 0
1360
+ 47
1361
+ 49
1362
+ 18
1363
+ 2
1364
+ 15
1365
+ 8
1366
+ 104
1367
+ 45
1368
+ 9
1369
+ 19
1370
+ 49
1371
+ 11
1372
+ 0
1373
+ 20
1374
+ 0
1375
+ 49
1376
+ 5
1377
+ 2
1378
+ 13
1379
+ 18
1380
+ 3
1381
+ 49
1382
+ 20
1383
+ 2
1384
+ 15
1385
+ 8
1386
+ 117
1387
+ 18
1388
+ 2
1389
+ 16
1390
+ 2
1391
+ 11
1392
+ I
1393
+ 9
1394
+ I
1395
+ 2
1396
+ I
1397
+ 1
1398
+ I
1399
+ 1
1400
+ n
1401
+ p
1402
+ 21
1403
+ x
1404
+ 4
1405
+ to_s
1406
+ x
1407
+ 8
1408
+ downcase
1409
+ n
1410
+ x
1411
+ 6
1412
+ Regexp
1413
+ s
1414
+ 3
1415
+ \W+
1416
+ x
1417
+ 3
1418
+ new
1419
+ s
1420
+ 1
1421
+ _
1422
+ x
1423
+ 4
1424
+ gsub
1425
+ x
1426
+ 6
1427
+ to_sym
1428
+ x
1429
+ 6
1430
+ Vanity
1431
+ n
1432
+ x
1433
+ 10
1434
+ playground
1435
+ x
1436
+ 7
1437
+ metrics
1438
+ x
1439
+ 2
1440
+ []
1441
+ n
1442
+ x
1443
+ 6
1444
+ Metric
1445
+ x
1446
+ 8
1447
+ allocate
1448
+ n
1449
+ x
1450
+ 10
1451
+ initialize
1452
+ n
1453
+ x
1454
+ 3
1455
+ []=
1456
+ p
1457
+ 7
1458
+ I
1459
+ 0
1460
+ I
1461
+ 2e
1462
+ I
1463
+ 4
1464
+ I
1465
+ 2f
1466
+ I
1467
+ 2a
1468
+ I
1469
+ 30
1470
+ I
1471
+ 76
1472
+ x
1473
+ 48
1474
+ /Users/assaf/projects/vanity/test/test_helper.rb
1475
+ p
1476
+ 2
1477
+ x
1478
+ 4
1479
+ name
1480
+ x
1481
+ 2
1482
+ id
1483
+ x
1484
+ 3
1485
+ map
1486
+ x
1487
+ 4
1488
+ size
1489
+ x
1490
+ 2
1491
+ ==
1492
+ x
1493
+ 5
1494
+ first
1495
+ p
1496
+ 7
1497
+ I
1498
+ 0
1499
+ I
1500
+ 2d
1501
+ I
1502
+ 0
1503
+ I
1504
+ 2e
1505
+ I
1506
+ a
1507
+ I
1508
+ 32
1509
+ I
1510
+ 1e
1511
+ x
1512
+ 48
1513
+ /Users/assaf/projects/vanity/test/test_helper.rb
1514
+ p
1515
+ 2
1516
+ x
1517
+ 5
1518
+ names
1519
+ x
1520
+ 7
1521
+ metrics
1522
+ x
1523
+ 11
1524
+ new_ab_test
1525
+ M
1526
+ 1
1527
+ n
1528
+ n
1529
+ x
1530
+ 11
1531
+ new_ab_test
1532
+ i
1533
+ 139
1534
+ 95
1535
+ 19
1536
+ 1
1537
+ 15
1538
+ 20
1539
+ 0
1540
+ 49
1541
+ 0
1542
+ 0
1543
+ 49
1544
+ 1
1545
+ 0
1546
+ 7
1547
+ 2
1548
+ 13
1549
+ 70
1550
+ 9
1551
+ 30
1552
+ 15
1553
+ 44
1554
+ 43
1555
+ 3
1556
+ 7
1557
+ 4
1558
+ 78
1559
+ 49
1560
+ 5
1561
+ 2
1562
+ 6
1563
+ 2
1564
+ 7
1565
+ 6
1566
+ 64
1567
+ 49
1568
+ 7
1569
+ 2
1570
+ 49
1571
+ 8
1572
+ 0
1573
+ 19
1574
+ 2
1575
+ 15
1576
+ 45
1577
+ 9
1578
+ 10
1579
+ 43
1580
+ 11
1581
+ 43
1582
+ 12
1583
+ 13
1584
+ 71
1585
+ 5
1586
+ 47
1587
+ 9
1588
+ 77
1589
+ 47
1590
+ 49
1591
+ 13
1592
+ 0
1593
+ 13
1594
+ 45
1595
+ 9
1596
+ 14
1597
+ 49
1598
+ 15
1599
+ 0
1600
+ 20
1601
+ 2
1602
+ 20
1603
+ 0
1604
+ 47
1605
+ 49
1606
+ 16
1607
+ 3
1608
+ 15
1609
+ 8
1610
+ 90
1611
+ 45
1612
+ 9
1613
+ 17
1614
+ 49
1615
+ 15
1616
+ 0
1617
+ 20
1618
+ 2
1619
+ 20
1620
+ 0
1621
+ 49
1622
+ 5
1623
+ 3
1624
+ 19
1625
+ 3
1626
+ 15
1627
+ 20
1628
+ 3
1629
+ 20
1630
+ 1
1631
+ 13
1632
+ 70
1633
+ 10
1634
+ 108
1635
+ 44
1636
+ 43
1637
+ 18
1638
+ 12
1639
+ 49
1640
+ 19
1641
+ 1
1642
+ 50
1643
+ 20
1644
+ 0
1645
+ 15
1646
+ 20
1647
+ 3
1648
+ 49
1649
+ 21
1650
+ 0
1651
+ 15
1652
+ 45
1653
+ 9
1654
+ 22
1655
+ 49
1656
+ 15
1657
+ 0
1658
+ 49
1659
+ 23
1660
+ 0
1661
+ 20
1662
+ 2
1663
+ 20
1664
+ 3
1665
+ 13
1666
+ 18
1667
+ 3
1668
+ 49
1669
+ 24
1670
+ 2
1671
+ 15
1672
+ 11
1673
+ I
1674
+ 9
1675
+ I
1676
+ 4
1677
+ I
1678
+ 1
1679
+ I
1680
+ 1
1681
+ n
1682
+ p
1683
+ 25
1684
+ x
1685
+ 4
1686
+ to_s
1687
+ x
1688
+ 8
1689
+ downcase
1690
+ n
1691
+ x
1692
+ 6
1693
+ Regexp
1694
+ s
1695
+ 2
1696
+ \W
1697
+ x
1698
+ 3
1699
+ new
1700
+ s
1701
+ 1
1702
+ _
1703
+ x
1704
+ 4
1705
+ gsub
1706
+ x
1707
+ 6
1708
+ to_sym
1709
+ x
1710
+ 6
1711
+ Vanity
1712
+ n
1713
+ x
1714
+ 10
1715
+ Experiment
1716
+ x
1717
+ 6
1718
+ AbTest
1719
+ x
1720
+ 8
1721
+ allocate
1722
+ n
1723
+ x
1724
+ 10
1725
+ playground
1726
+ x
1727
+ 10
1728
+ initialize
1729
+ n
1730
+ x
1731
+ 4
1732
+ Proc
1733
+ x
1734
+ 14
1735
+ __from_block__
1736
+ x
1737
+ 13
1738
+ instance_eval
1739
+ x
1740
+ 4
1741
+ save
1742
+ n
1743
+ x
1744
+ 11
1745
+ experiments
1746
+ x
1747
+ 3
1748
+ []=
1749
+ p
1750
+ 13
1751
+ I
1752
+ 0
1753
+ I
1754
+ 36
1755
+ I
1756
+ 4
1757
+ I
1758
+ 37
1759
+ I
1760
+ 2a
1761
+ I
1762
+ 38
1763
+ I
1764
+ 5d
1765
+ I
1766
+ 39
1767
+ I
1768
+ 70
1769
+ I
1770
+ 3a
1771
+ I
1772
+ 76
1773
+ I
1774
+ 3b
1775
+ I
1776
+ 8b
1777
+ x
1778
+ 48
1779
+ /Users/assaf/projects/vanity/test/test_helper.rb
1780
+ p
1781
+ 4
1782
+ x
1783
+ 4
1784
+ name
1785
+ x
1786
+ 5
1787
+ block
1788
+ x
1789
+ 2
1790
+ id
1791
+ x
1792
+ 10
1793
+ experiment
1794
+ x
1795
+ 10
1796
+ experiment
1797
+ M
1798
+ 1
1799
+ n
1800
+ n
1801
+ x
1802
+ 10
1803
+ experiment
1804
+ i
1805
+ 12
1806
+ 45
1807
+ 0
1808
+ 1
1809
+ 49
1810
+ 2
1811
+ 0
1812
+ 20
1813
+ 0
1814
+ 49
1815
+ 3
1816
+ 1
1817
+ 11
1818
+ I
1819
+ 3
1820
+ I
1821
+ 1
1822
+ I
1823
+ 1
1824
+ I
1825
+ 1
1826
+ n
1827
+ p
1828
+ 4
1829
+ x
1830
+ 6
1831
+ Vanity
1832
+ n
1833
+ x
1834
+ 10
1835
+ playground
1836
+ x
1837
+ 10
1838
+ experiment
1839
+ p
1840
+ 5
1841
+ I
1842
+ 0
1843
+ I
1844
+ 3f
1845
+ I
1846
+ 0
1847
+ I
1848
+ 40
1849
+ I
1850
+ c
1851
+ x
1852
+ 48
1853
+ /Users/assaf/projects/vanity/test/test_helper.rb
1854
+ p
1855
+ 1
1856
+ x
1857
+ 4
1858
+ name
1859
+ x
1860
+ 8
1861
+ teardown
1862
+ M
1863
+ 1
1864
+ n
1865
+ n
1866
+ x
1867
+ 8
1868
+ teardown
1869
+ i
1870
+ 49
1871
+ 45
1872
+ 0
1873
+ 1
1874
+ 1
1875
+ 13
1876
+ 18
1877
+ 2
1878
+ 49
1879
+ 2
1880
+ 1
1881
+ 15
1882
+ 15
1883
+ 45
1884
+ 3
1885
+ 4
1886
+ 7
1887
+ 5
1888
+ 64
1889
+ 49
1890
+ 6
1891
+ 1
1892
+ 15
1893
+ 45
1894
+ 0
1895
+ 7
1896
+ 49
1897
+ 8
1898
+ 0
1899
+ 49
1900
+ 9
1901
+ 0
1902
+ 9
1903
+ 47
1904
+ 45
1905
+ 0
1906
+ 10
1907
+ 49
1908
+ 8
1909
+ 0
1910
+ 49
1911
+ 9
1912
+ 0
1913
+ 49
1914
+ 11
1915
+ 0
1916
+ 8
1917
+ 48
1918
+ 1
1919
+ 11
1920
+ I
1921
+ 3
1922
+ I
1923
+ 0
1924
+ I
1925
+ 0
1926
+ I
1927
+ 0
1928
+ n
1929
+ p
1930
+ 12
1931
+ x
1932
+ 6
1933
+ Vanity
1934
+ n
1935
+ x
1936
+ 8
1937
+ context=
1938
+ x
1939
+ 9
1940
+ FileUtils
1941
+ n
1942
+ s
1943
+ 3
1944
+ tmp
1945
+ x
1946
+ 5
1947
+ rm_rf
1948
+ n
1949
+ x
1950
+ 10
1951
+ playground
1952
+ x
1953
+ 5
1954
+ redis
1955
+ n
1956
+ x
1957
+ 7
1958
+ flushdb
1959
+ p
1960
+ 9
1961
+ I
1962
+ 0
1963
+ I
1964
+ 43
1965
+ I
1966
+ 0
1967
+ I
1968
+ 44
1969
+ I
1970
+ c
1971
+ I
1972
+ 45
1973
+ I
1974
+ 16
1975
+ I
1976
+ 46
1977
+ I
1978
+ 31
1979
+ x
1980
+ 48
1981
+ /Users/assaf/projects/vanity/test/test_helper.rb
1982
+ p
1983
+ 0
1984
+ p
1985
+ 15
1986
+ I
1987
+ 2
1988
+ I
1989
+ 19
1990
+ I
1991
+ 10
1992
+ I
1993
+ 20
1994
+ I
1995
+ 1e
1996
+ I
1997
+ 26
1998
+ I
1999
+ 2c
2000
+ I
2001
+ 2d
2002
+ I
2003
+ 3a
2004
+ I
2005
+ 36
2006
+ I
2007
+ 48
2008
+ I
2009
+ 3f
2010
+ I
2011
+ 56
2012
+ I
2013
+ 43
2014
+ I
2015
+ 64
2016
+ x
2017
+ 48
2018
+ /Users/assaf/projects/vanity/test/test_helper.rb
2019
+ p
2020
+ 0
2021
+ x
2022
+ 13
2023
+ attach_method
2024
+ x
2025
+ 16
2026
+ ActionController
2027
+ n
2028
+ x
2029
+ 7
2030
+ Routing
2031
+ x
2032
+ 6
2033
+ Routes
2034
+ M
2035
+ 1
2036
+ p
2037
+ 2
2038
+ x
2039
+ 9
2040
+ for_block
2041
+ t
2042
+ n
2043
+ x
2044
+ 9
2045
+ __block__
2046
+ i
2047
+ 13
2048
+ 57
2049
+ 19
2050
+ 0
2051
+ 15
2052
+ 20
2053
+ 0
2054
+ 7
2055
+ 0
2056
+ 64
2057
+ 49
2058
+ 1
2059
+ 1
2060
+ 11
2061
+ I
2062
+ 4
2063
+ I
2064
+ 1
2065
+ I
2066
+ 1
2067
+ I
2068
+ 1
2069
+ n
2070
+ p
2071
+ 2
2072
+ s
2073
+ 23
2074
+ :controller/:action/:id
2075
+ x
2076
+ 7
2077
+ connect
2078
+ p
2079
+ 5
2080
+ I
2081
+ 0
2082
+ I
2083
+ 4b
2084
+ I
2085
+ 4
2086
+ I
2087
+ 4c
2088
+ I
2089
+ d
2090
+ x
2091
+ 48
2092
+ /Users/assaf/projects/vanity/test/test_helper.rb
2093
+ p
2094
+ 1
2095
+ x
2096
+ 3
2097
+ map
2098
+ x
2099
+ 4
2100
+ draw
2101
+ x
2102
+ 12
2103
+ ActiveRecord
2104
+ n
2105
+ x
2106
+ 4
2107
+ Base
2108
+ x
2109
+ 7
2110
+ logger=
2111
+ n
2112
+ x
2113
+ 4
2114
+ Hash
2115
+ x
2116
+ 16
2117
+ new_from_literal
2118
+ x
2119
+ 7
2120
+ adapter
2121
+ s
2122
+ 7
2123
+ sqlite3
2124
+ x
2125
+ 8
2126
+ database
2127
+ n
2128
+ s
2129
+ 15
2130
+ database.sqlite
2131
+ x
2132
+ 20
2133
+ establish_connection
2134
+ n
2135
+ M
2136
+ 1
2137
+ n
2138
+ n
2139
+ x
2140
+ 4
2141
+ Base
2142
+ i
2143
+ 13
2144
+ 5
2145
+ 66
2146
+ 99
2147
+ 7
2148
+ 0
2149
+ 7
2150
+ 1
2151
+ 65
2152
+ 5
2153
+ 49
2154
+ 2
2155
+ 4
2156
+ 11
2157
+ I
2158
+ 5
2159
+ I
2160
+ 0
2161
+ I
2162
+ 0
2163
+ I
2164
+ 0
2165
+ n
2166
+ p
2167
+ 3
2168
+ x
2169
+ 10
2170
+ aggregates
2171
+ M
2172
+ 1
2173
+ n
2174
+ n
2175
+ x
2176
+ 10
2177
+ aggregates
2178
+ i
2179
+ 48
2180
+ 5
2181
+ 48
2182
+ 0
2183
+ 49
2184
+ 1
2185
+ 0
2186
+ 7
2187
+ 2
2188
+ 64
2189
+ 79
2190
+ 56
2191
+ 3
2192
+ 50
2193
+ 4
2194
+ 2
2195
+ 15
2196
+ 5
2197
+ 48
2198
+ 0
2199
+ 49
2200
+ 1
2201
+ 0
2202
+ 7
2203
+ 5
2204
+ 64
2205
+ 79
2206
+ 56
2207
+ 6
2208
+ 50
2209
+ 4
2210
+ 2
2211
+ 15
2212
+ 5
2213
+ 48
2214
+ 0
2215
+ 49
2216
+ 1
2217
+ 0
2218
+ 7
2219
+ 7
2220
+ 64
2221
+ 79
2222
+ 56
2223
+ 8
2224
+ 50
2225
+ 4
2226
+ 2
2227
+ 11
2228
+ I
2229
+ 4
2230
+ I
2231
+ 0
2232
+ I
2233
+ 0
2234
+ I
2235
+ 0
2236
+ n
2237
+ p
2238
+ 9
2239
+ x
2240
+ 10
2241
+ connection
2242
+ x
2243
+ 14
2244
+ raw_connection
2245
+ s
2246
+ 7
2247
+ minimum
2248
+ M
2249
+ 1
2250
+ p
2251
+ 2
2252
+ x
2253
+ 9
2254
+ for_block
2255
+ t
2256
+ n
2257
+ x
2258
+ 10
2259
+ aggregates
2260
+ i
2261
+ 16
2262
+ 5
2263
+ 56
2264
+ 0
2265
+ 47
2266
+ 50
2267
+ 1
2268
+ 0
2269
+ 15
2270
+ 5
2271
+ 56
2272
+ 2
2273
+ 47
2274
+ 50
2275
+ 3
2276
+ 0
2277
+ 11
2278
+ I
2279
+ 3
2280
+ I
2281
+ 0
2282
+ I
2283
+ 0
2284
+ I
2285
+ 0
2286
+ I
2287
+ -2
2288
+ p
2289
+ 4
2290
+ M
2291
+ 1
2292
+ p
2293
+ 2
2294
+ x
2295
+ 9
2296
+ for_block
2297
+ t
2298
+ n
2299
+ x
2300
+ 10
2301
+ aggregates
2302
+ i
2303
+ 61
2304
+ 58
2305
+ 36
2306
+ 37
2307
+ 19
2308
+ 0
2309
+ 15
2310
+ 37
2311
+ 19
2312
+ 1
2313
+ 15
2314
+ 15
2315
+ 20
2316
+ 0
2317
+ 7
2318
+ 0
2319
+ 49
2320
+ 1
2321
+ 1
2322
+ 13
2323
+ 9
2324
+ 39
2325
+ 15
2326
+ 20
2327
+ 0
2328
+ 7
2329
+ 0
2330
+ 49
2331
+ 1
2332
+ 1
2333
+ 49
2334
+ 2
2335
+ 0
2336
+ 20
2337
+ 1
2338
+ 49
2339
+ 2
2340
+ 0
2341
+ 84
2342
+ 3
2343
+ 9
2344
+ 44
2345
+ 1
2346
+ 8
2347
+ 60
2348
+ 20
2349
+ 0
2350
+ 7
2351
+ 0
2352
+ 20
2353
+ 1
2354
+ 49
2355
+ 2
2356
+ 0
2357
+ 13
2358
+ 18
2359
+ 3
2360
+ 49
2361
+ 4
2362
+ 2
2363
+ 15
2364
+ 11
2365
+ I
2366
+ 7
2367
+ I
2368
+ 2
2369
+ I
2370
+ 2
2371
+ I
2372
+ 2
2373
+ n
2374
+ p
2375
+ 5
2376
+ x
2377
+ 7
2378
+ minimum
2379
+ x
2380
+ 2
2381
+ []
2382
+ x
2383
+ 4
2384
+ to_i
2385
+ x
2386
+ 1
2387
+ <
2388
+ x
2389
+ 3
2390
+ []=
2391
+ p
2392
+ 5
2393
+ I
2394
+ 0
2395
+ I
2396
+ 56
2397
+ I
2398
+ b
2399
+ I
2400
+ 57
2401
+ I
2402
+ 3d
2403
+ x
2404
+ 48
2405
+ /Users/assaf/projects/vanity/test/test_helper.rb
2406
+ p
2407
+ 2
2408
+ x
2409
+ 4
2410
+ func
2411
+ x
2412
+ 5
2413
+ value
2414
+ x
2415
+ 4
2416
+ step
2417
+ M
2418
+ 1
2419
+ p
2420
+ 2
2421
+ x
2422
+ 9
2423
+ for_block
2424
+ t
2425
+ n
2426
+ x
2427
+ 10
2428
+ aggregates
2429
+ i
2430
+ 21
2431
+ 57
2432
+ 19
2433
+ 0
2434
+ 15
2435
+ 20
2436
+ 0
2437
+ 20
2438
+ 0
2439
+ 7
2440
+ 0
2441
+ 49
2442
+ 1
2443
+ 1
2444
+ 13
2445
+ 18
2446
+ 2
2447
+ 49
2448
+ 2
2449
+ 1
2450
+ 15
2451
+ 11
2452
+ I
2453
+ 5
2454
+ I
2455
+ 1
2456
+ I
2457
+ 1
2458
+ I
2459
+ 1
2460
+ n
2461
+ p
2462
+ 3
2463
+ x
2464
+ 7
2465
+ minimum
2466
+ x
2467
+ 2
2468
+ []
2469
+ x
2470
+ 7
2471
+ result=
2472
+ p
2473
+ 3
2474
+ I
2475
+ 0
2476
+ I
2477
+ 59
2478
+ I
2479
+ 15
2480
+ x
2481
+ 48
2482
+ /Users/assaf/projects/vanity/test/test_helper.rb
2483
+ p
2484
+ 1
2485
+ x
2486
+ 4
2487
+ func
2488
+ x
2489
+ 8
2490
+ finalize
2491
+ p
2492
+ 7
2493
+ I
2494
+ 0
2495
+ I
2496
+ 55
2497
+ I
2498
+ 0
2499
+ I
2500
+ 56
2501
+ I
2502
+ 8
2503
+ I
2504
+ 59
2505
+ I
2506
+ 10
2507
+ x
2508
+ 48
2509
+ /Users/assaf/projects/vanity/test/test_helper.rb
2510
+ p
2511
+ 0
2512
+ x
2513
+ 16
2514
+ create_aggregate
2515
+ s
2516
+ 7
2517
+ maximum
2518
+ M
2519
+ 1
2520
+ p
2521
+ 2
2522
+ x
2523
+ 9
2524
+ for_block
2525
+ t
2526
+ n
2527
+ x
2528
+ 10
2529
+ aggregates
2530
+ i
2531
+ 16
2532
+ 5
2533
+ 56
2534
+ 0
2535
+ 47
2536
+ 50
2537
+ 1
2538
+ 0
2539
+ 15
2540
+ 5
2541
+ 56
2542
+ 2
2543
+ 47
2544
+ 50
2545
+ 3
2546
+ 0
2547
+ 11
2548
+ I
2549
+ 3
2550
+ I
2551
+ 0
2552
+ I
2553
+ 0
2554
+ I
2555
+ 0
2556
+ I
2557
+ -2
2558
+ p
2559
+ 4
2560
+ M
2561
+ 1
2562
+ p
2563
+ 2
2564
+ x
2565
+ 9
2566
+ for_block
2567
+ t
2568
+ n
2569
+ x
2570
+ 10
2571
+ aggregates
2572
+ i
2573
+ 61
2574
+ 58
2575
+ 36
2576
+ 37
2577
+ 19
2578
+ 0
2579
+ 15
2580
+ 37
2581
+ 19
2582
+ 1
2583
+ 15
2584
+ 15
2585
+ 20
2586
+ 0
2587
+ 7
2588
+ 0
2589
+ 49
2590
+ 1
2591
+ 1
2592
+ 13
2593
+ 9
2594
+ 39
2595
+ 15
2596
+ 20
2597
+ 0
2598
+ 7
2599
+ 0
2600
+ 49
2601
+ 1
2602
+ 1
2603
+ 49
2604
+ 2
2605
+ 0
2606
+ 20
2607
+ 1
2608
+ 49
2609
+ 2
2610
+ 0
2611
+ 85
2612
+ 3
2613
+ 9
2614
+ 44
2615
+ 1
2616
+ 8
2617
+ 60
2618
+ 20
2619
+ 0
2620
+ 7
2621
+ 0
2622
+ 20
2623
+ 1
2624
+ 49
2625
+ 2
2626
+ 0
2627
+ 13
2628
+ 18
2629
+ 3
2630
+ 49
2631
+ 4
2632
+ 2
2633
+ 15
2634
+ 11
2635
+ I
2636
+ 7
2637
+ I
2638
+ 2
2639
+ I
2640
+ 2
2641
+ I
2642
+ 2
2643
+ n
2644
+ p
2645
+ 5
2646
+ x
2647
+ 7
2648
+ maximum
2649
+ x
2650
+ 2
2651
+ []
2652
+ x
2653
+ 4
2654
+ to_i
2655
+ x
2656
+ 1
2657
+ >
2658
+ x
2659
+ 3
2660
+ []=
2661
+ p
2662
+ 5
2663
+ I
2664
+ 0
2665
+ I
2666
+ 5d
2667
+ I
2668
+ b
2669
+ I
2670
+ 5e
2671
+ I
2672
+ 3d
2673
+ x
2674
+ 48
2675
+ /Users/assaf/projects/vanity/test/test_helper.rb
2676
+ p
2677
+ 2
2678
+ x
2679
+ 4
2680
+ func
2681
+ x
2682
+ 5
2683
+ value
2684
+ x
2685
+ 4
2686
+ step
2687
+ M
2688
+ 1
2689
+ p
2690
+ 2
2691
+ x
2692
+ 9
2693
+ for_block
2694
+ t
2695
+ n
2696
+ x
2697
+ 10
2698
+ aggregates
2699
+ i
2700
+ 21
2701
+ 57
2702
+ 19
2703
+ 0
2704
+ 15
2705
+ 20
2706
+ 0
2707
+ 20
2708
+ 0
2709
+ 7
2710
+ 0
2711
+ 49
2712
+ 1
2713
+ 1
2714
+ 13
2715
+ 18
2716
+ 2
2717
+ 49
2718
+ 2
2719
+ 1
2720
+ 15
2721
+ 11
2722
+ I
2723
+ 5
2724
+ I
2725
+ 1
2726
+ I
2727
+ 1
2728
+ I
2729
+ 1
2730
+ n
2731
+ p
2732
+ 3
2733
+ x
2734
+ 7
2735
+ maximum
2736
+ x
2737
+ 2
2738
+ []
2739
+ x
2740
+ 7
2741
+ result=
2742
+ p
2743
+ 3
2744
+ I
2745
+ 0
2746
+ I
2747
+ 60
2748
+ I
2749
+ 15
2750
+ x
2751
+ 48
2752
+ /Users/assaf/projects/vanity/test/test_helper.rb
2753
+ p
2754
+ 1
2755
+ x
2756
+ 4
2757
+ func
2758
+ x
2759
+ 8
2760
+ finalize
2761
+ p
2762
+ 7
2763
+ I
2764
+ 0
2765
+ I
2766
+ 5c
2767
+ I
2768
+ 0
2769
+ I
2770
+ 5d
2771
+ I
2772
+ 8
2773
+ I
2774
+ 60
2775
+ I
2776
+ 10
2777
+ x
2778
+ 48
2779
+ /Users/assaf/projects/vanity/test/test_helper.rb
2780
+ p
2781
+ 0
2782
+ s
2783
+ 7
2784
+ average
2785
+ M
2786
+ 1
2787
+ p
2788
+ 2
2789
+ x
2790
+ 9
2791
+ for_block
2792
+ t
2793
+ n
2794
+ x
2795
+ 10
2796
+ aggregates
2797
+ i
2798
+ 16
2799
+ 5
2800
+ 56
2801
+ 0
2802
+ 47
2803
+ 50
2804
+ 1
2805
+ 0
2806
+ 15
2807
+ 5
2808
+ 56
2809
+ 2
2810
+ 47
2811
+ 50
2812
+ 3
2813
+ 0
2814
+ 11
2815
+ I
2816
+ 3
2817
+ I
2818
+ 0
2819
+ I
2820
+ 0
2821
+ I
2822
+ 0
2823
+ I
2824
+ -2
2825
+ p
2826
+ 4
2827
+ M
2828
+ 1
2829
+ p
2830
+ 2
2831
+ x
2832
+ 9
2833
+ for_block
2834
+ t
2835
+ n
2836
+ x
2837
+ 10
2838
+ aggregates
2839
+ i
2840
+ 65
2841
+ 58
2842
+ 36
2843
+ 37
2844
+ 19
2845
+ 0
2846
+ 15
2847
+ 37
2848
+ 19
2849
+ 1
2850
+ 15
2851
+ 15
2852
+ 20
2853
+ 0
2854
+ 7
2855
+ 0
2856
+ 20
2857
+ 0
2858
+ 7
2859
+ 0
2860
+ 49
2861
+ 1
2862
+ 1
2863
+ 49
2864
+ 2
2865
+ 0
2866
+ 20
2867
+ 1
2868
+ 49
2869
+ 2
2870
+ 0
2871
+ 81
2872
+ 3
2873
+ 13
2874
+ 18
2875
+ 3
2876
+ 49
2877
+ 4
2878
+ 2
2879
+ 15
2880
+ 15
2881
+ 20
2882
+ 0
2883
+ 7
2884
+ 5
2885
+ 20
2886
+ 0
2887
+ 7
2888
+ 5
2889
+ 49
2890
+ 1
2891
+ 1
2892
+ 49
2893
+ 2
2894
+ 0
2895
+ 79
2896
+ 81
2897
+ 3
2898
+ 13
2899
+ 18
2900
+ 3
2901
+ 49
2902
+ 4
2903
+ 2
2904
+ 15
2905
+ 11
2906
+ I
2907
+ 7
2908
+ I
2909
+ 2
2910
+ I
2911
+ 2
2912
+ I
2913
+ 2
2914
+ n
2915
+ p
2916
+ 6
2917
+ x
2918
+ 5
2919
+ total
2920
+ x
2921
+ 2
2922
+ []
2923
+ x
2924
+ 4
2925
+ to_i
2926
+ x
2927
+ 1
2928
+ +
2929
+ x
2930
+ 3
2931
+ []=
2932
+ x
2933
+ 5
2934
+ count
2935
+ p
2936
+ 7
2937
+ I
2938
+ 0
2939
+ I
2940
+ 64
2941
+ I
2942
+ b
2943
+ I
2944
+ 65
2945
+ I
2946
+ 28
2947
+ I
2948
+ 66
2949
+ I
2950
+ 41
2951
+ x
2952
+ 48
2953
+ /Users/assaf/projects/vanity/test/test_helper.rb
2954
+ p
2955
+ 2
2956
+ x
2957
+ 4
2958
+ func
2959
+ x
2960
+ 5
2961
+ value
2962
+ x
2963
+ 4
2964
+ step
2965
+ M
2966
+ 1
2967
+ p
2968
+ 2
2969
+ x
2970
+ 9
2971
+ for_block
2972
+ t
2973
+ n
2974
+ x
2975
+ 10
2976
+ aggregates
2977
+ i
2978
+ 37
2979
+ 57
2980
+ 19
2981
+ 0
2982
+ 15
2983
+ 20
2984
+ 0
2985
+ 20
2986
+ 0
2987
+ 7
2988
+ 0
2989
+ 49
2990
+ 1
2991
+ 1
2992
+ 49
2993
+ 2
2994
+ 0
2995
+ 20
2996
+ 0
2997
+ 7
2998
+ 3
2999
+ 49
3000
+ 1
3001
+ 1
3002
+ 49
3003
+ 2
3004
+ 0
3005
+ 49
3006
+ 4
3007
+ 1
3008
+ 13
3009
+ 18
3010
+ 2
3011
+ 49
3012
+ 5
3013
+ 1
3014
+ 15
3015
+ 11
3016
+ I
3017
+ 6
3018
+ I
3019
+ 1
3020
+ I
3021
+ 1
3022
+ I
3023
+ 1
3024
+ n
3025
+ p
3026
+ 6
3027
+ x
3028
+ 5
3029
+ total
3030
+ x
3031
+ 2
3032
+ []
3033
+ x
3034
+ 4
3035
+ to_i
3036
+ x
3037
+ 5
3038
+ count
3039
+ x
3040
+ 1
3041
+ /
3042
+ x
3043
+ 7
3044
+ result=
3045
+ p
3046
+ 3
3047
+ I
3048
+ 0
3049
+ I
3050
+ 68
3051
+ I
3052
+ 25
3053
+ x
3054
+ 48
3055
+ /Users/assaf/projects/vanity/test/test_helper.rb
3056
+ p
3057
+ 1
3058
+ x
3059
+ 4
3060
+ func
3061
+ x
3062
+ 8
3063
+ finalize
3064
+ p
3065
+ 7
3066
+ I
3067
+ 0
3068
+ I
3069
+ 63
3070
+ I
3071
+ 0
3072
+ I
3073
+ 64
3074
+ I
3075
+ 8
3076
+ I
3077
+ 68
3078
+ I
3079
+ 10
3080
+ x
3081
+ 48
3082
+ /Users/assaf/projects/vanity/test/test_helper.rb
3083
+ p
3084
+ 0
3085
+ p
3086
+ 9
3087
+ I
3088
+ 0
3089
+ I
3090
+ 54
3091
+ I
3092
+ 0
3093
+ I
3094
+ 55
3095
+ I
3096
+ 10
3097
+ I
3098
+ 5c
3099
+ I
3100
+ 20
3101
+ I
3102
+ 63
3103
+ I
3104
+ 30
3105
+ x
3106
+ 48
3107
+ /Users/assaf/projects/vanity/test/test_helper.rb
3108
+ p
3109
+ 0
3110
+ x
3111
+ 13
3112
+ attach_method
3113
+ p
3114
+ 3
3115
+ I
3116
+ 2
3117
+ I
3118
+ 54
3119
+ I
3120
+ d
3121
+ x
3122
+ 48
3123
+ /Users/assaf/projects/vanity/test/test_helper.rb
3124
+ p
3125
+ 0
3126
+ x
3127
+ 5
3128
+ Array
3129
+ x
3130
+ 10
3131
+ open_class
3132
+ M
3133
+ 1
3134
+ n
3135
+ n
3136
+ x
3137
+ 5
3138
+ Array
3139
+ i
3140
+ 28
3141
+ 5
3142
+ 66
3143
+ 5
3144
+ 7
3145
+ 0
3146
+ 47
3147
+ 49
3148
+ 1
3149
+ 1
3150
+ 9
3151
+ 14
3152
+ 1
3153
+ 8
3154
+ 27
3155
+ 99
3156
+ 7
3157
+ 0
3158
+ 7
3159
+ 2
3160
+ 65
3161
+ 67
3162
+ 49
3163
+ 3
3164
+ 0
3165
+ 49
3166
+ 4
3167
+ 4
3168
+ 11
3169
+ I
3170
+ 5
3171
+ I
3172
+ 0
3173
+ I
3174
+ 0
3175
+ I
3176
+ 0
3177
+ n
3178
+ p
3179
+ 5
3180
+ x
3181
+ 7
3182
+ shuffle
3183
+ x
3184
+ 15
3185
+ method_defined?
3186
+ M
3187
+ 1
3188
+ n
3189
+ n
3190
+ x
3191
+ 7
3192
+ shuffle
3193
+ i
3194
+ 18
3195
+ 5
3196
+ 48
3197
+ 0
3198
+ 19
3199
+ 0
3200
+ 15
3201
+ 45
3202
+ 1
3203
+ 2
3204
+ 5
3205
+ 48
3206
+ 3
3207
+ 56
3208
+ 4
3209
+ 50
3210
+ 5
3211
+ 1
3212
+ 11
3213
+ I
3214
+ 4
3215
+ I
3216
+ 1
3217
+ I
3218
+ 0
3219
+ I
3220
+ 0
3221
+ n
3222
+ p
3223
+ 6
3224
+ x
3225
+ 5
3226
+ clone
3227
+ x
3228
+ 5
3229
+ Array
3230
+ n
3231
+ x
3232
+ 4
3233
+ size
3234
+ M
3235
+ 1
3236
+ p
3237
+ 2
3238
+ x
3239
+ 9
3240
+ for_block
3241
+ t
3242
+ n
3243
+ x
3244
+ 7
3245
+ shuffle
3246
+ i
3247
+ 19
3248
+ 21
3249
+ 1
3250
+ 0
3251
+ 45
3252
+ 0
3253
+ 1
3254
+ 21
3255
+ 1
3256
+ 0
3257
+ 49
3258
+ 2
3259
+ 0
3260
+ 49
3261
+ 3
3262
+ 1
3263
+ 49
3264
+ 4
3265
+ 1
3266
+ 11
3267
+ I
3268
+ 4
3269
+ I
3270
+ 0
3271
+ I
3272
+ 0
3273
+ I
3274
+ 0
3275
+ I
3276
+ -2
3277
+ p
3278
+ 5
3279
+ x
3280
+ 6
3281
+ Kernel
3282
+ n
3283
+ x
3284
+ 4
3285
+ size
3286
+ x
3287
+ 4
3288
+ rand
3289
+ x
3290
+ 9
3291
+ delete_at
3292
+ p
3293
+ 3
3294
+ I
3295
+ 0
3296
+ I
3297
+ 73
3298
+ I
3299
+ 13
3300
+ x
3301
+ 48
3302
+ /Users/assaf/projects/vanity/test/test_helper.rb
3303
+ p
3304
+ 0
3305
+ x
3306
+ 3
3307
+ new
3308
+ p
3309
+ 7
3310
+ I
3311
+ 0
3312
+ I
3313
+ 71
3314
+ I
3315
+ 0
3316
+ I
3317
+ 72
3318
+ I
3319
+ 6
3320
+ I
3321
+ 73
3322
+ I
3323
+ 12
3324
+ x
3325
+ 48
3326
+ /Users/assaf/projects/vanity/test/test_helper.rb
3327
+ p
3328
+ 1
3329
+ x
3330
+ 4
3331
+ copy
3332
+ x
3333
+ 17
3334
+ method_visibility
3335
+ x
3336
+ 15
3337
+ add_defn_method
3338
+ p
3339
+ 5
3340
+ I
3341
+ 2
3342
+ I
3343
+ 70
3344
+ I
3345
+ e
3346
+ I
3347
+ 71
3348
+ I
3349
+ 1c
3350
+ x
3351
+ 48
3352
+ /Users/assaf/projects/vanity/test/test_helper.rb
3353
+ p
3354
+ 0
3355
+ x
3356
+ 7
3357
+ context
3358
+ M
3359
+ 1
3360
+ n
3361
+ n
3362
+ x
3363
+ 7
3364
+ context
3365
+ i
3366
+ 170
3367
+ 95
3368
+ 19
3369
+ 1
3370
+ 15
3371
+ 20
3372
+ 0
3373
+ 49
3374
+ 0
3375
+ 0
3376
+ 19
3377
+ 2
3378
+ 13
3379
+ 9
3380
+ 17
3381
+ 15
3382
+ 20
3383
+ 1
3384
+ 9
3385
+ 22
3386
+ 1
3387
+ 8
3388
+ 26
3389
+ 54
3390
+ 89
3391
+ 1
3392
+ 11
3393
+ 15
3394
+ 45
3395
+ 2
3396
+ 3
3397
+ 5
3398
+ 86
3399
+ 4
3400
+ 9
3401
+ 38
3402
+ 5
3403
+ 8
3404
+ 85
3405
+ 26
3406
+ 93
3407
+ 0
3408
+ 15
3409
+ 29
3410
+ 57
3411
+ 0
3412
+ 45
3413
+ 5
3414
+ 6
3415
+ 7
3416
+ 7
3417
+ 3
3418
+ 98
3419
+ 8
3420
+ 3
3421
+ 30
3422
+ 8
3423
+ 63
3424
+ 25
3425
+ 92
3426
+ 0
3427
+ 27
3428
+ 8
3429
+ 68
3430
+ 15
3431
+ 7
3432
+ 9
3433
+ 8
3434
+ 69
3435
+ 1
3436
+ 9
3437
+ 78
3438
+ 45
3439
+ 5
3440
+ 10
3441
+ 43
3442
+ 7
3443
+ 8
3444
+ 85
3445
+ 45
3446
+ 11
3447
+ 12
3448
+ 43
3449
+ 13
3450
+ 43
3451
+ 7
3452
+ 19
3453
+ 3
3454
+ 15
3455
+ 45
3456
+ 2
3457
+ 14
3458
+ 20
3459
+ 3
3460
+ 56
3461
+ 15
3462
+ 50
3463
+ 16
3464
+ 1
3465
+ 19
3466
+ 4
3467
+ 15
3468
+ 20
3469
+ 3
3470
+ 20
3471
+ 2
3472
+ 7
3473
+ 17
3474
+ 13
3475
+ 70
3476
+ 9
3477
+ 123
3478
+ 15
3479
+ 44
3480
+ 43
3481
+ 18
3482
+ 7
3483
+ 19
3484
+ 78
3485
+ 49
3486
+ 16
3487
+ 2
3488
+ 6
3489
+ 17
3490
+ 49
3491
+ 20
3492
+ 1
3493
+ 7
3494
+ 21
3495
+ 13
3496
+ 70
3497
+ 10
3498
+ 139
3499
+ 44
3500
+ 43
3501
+ 22
3502
+ 12
3503
+ 49
3504
+ 23
3505
+ 1
3506
+ 50
3507
+ 24
3508
+ 0
3509
+ 49
3510
+ 25
3511
+ 0
3512
+ 20
3513
+ 4
3514
+ 49
3515
+ 26
3516
+ 2
3517
+ 15
3518
+ 20
3519
+ 4
3520
+ 20
3521
+ 1
3522
+ 13
3523
+ 70
3524
+ 10
3525
+ 166
3526
+ 44
3527
+ 43
3528
+ 22
3529
+ 12
3530
+ 49
3531
+ 23
3532
+ 1
3533
+ 50
3534
+ 27
3535
+ 0
3536
+ 11
3537
+ I
3538
+ b
3539
+ I
3540
+ 5
3541
+ I
3542
+ 0
3543
+ I
3544
+ 0
3545
+ I
3546
+ 0
3547
+ p
3548
+ 28
3549
+ x
3550
+ 5
3551
+ first
3552
+ x
3553
+ 7
3554
+ context
3555
+ x
3556
+ 5
3557
+ Class
3558
+ n
3559
+ x
3560
+ 3
3561
+ ===
3562
+ x
3563
+ 13
3564
+ ActiveSupport
3565
+ n
3566
+ x
3567
+ 8
3568
+ TestCase
3569
+ x
3570
+ 22
3571
+ vm_const_defined_under
3572
+ s
3573
+ 8
3574
+ constant
3575
+ n
3576
+ x
3577
+ 4
3578
+ Test
3579
+ n
3580
+ x
3581
+ 4
3582
+ Unit
3583
+ n
3584
+ M
3585
+ 1
3586
+ p
3587
+ 2
3588
+ x
3589
+ 9
3590
+ for_block
3591
+ t
3592
+ n
3593
+ x
3594
+ 7
3595
+ context
3596
+ i
3597
+ 44
3598
+ 99
3599
+ 7
3600
+ 0
3601
+ 7
3602
+ 1
3603
+ 65
3604
+ 5
3605
+ 49
3606
+ 2
3607
+ 4
3608
+ 15
3609
+ 99
3610
+ 7
3611
+ 3
3612
+ 7
3613
+ 4
3614
+ 65
3615
+ 5
3616
+ 49
3617
+ 2
3618
+ 4
3619
+ 15
3620
+ 99
3621
+ 7
3622
+ 5
3623
+ 7
3624
+ 6
3625
+ 65
3626
+ 5
3627
+ 49
3628
+ 2
3629
+ 4
3630
+ 15
3631
+ 99
3632
+ 7
3633
+ 7
3634
+ 7
3635
+ 8
3636
+ 65
3637
+ 5
3638
+ 49
3639
+ 2
3640
+ 4
3641
+ 11
3642
+ I
3643
+ 6
3644
+ I
3645
+ 0
3646
+ I
3647
+ 0
3648
+ I
3649
+ 0
3650
+ I
3651
+ -2
3652
+ p
3653
+ 9
3654
+ x
3655
+ 4
3656
+ test
3657
+ M
3658
+ 1
3659
+ n
3660
+ n
3661
+ x
3662
+ 4
3663
+ test
3664
+ i
3665
+ 64
3666
+ 95
3667
+ 19
3668
+ 1
3669
+ 15
3670
+ 20
3671
+ 1
3672
+ 9
3673
+ 62
3674
+ 5
3675
+ 7
3676
+ 0
3677
+ 20
3678
+ 0
3679
+ 7
3680
+ 1
3681
+ 13
3682
+ 70
3683
+ 9
3684
+ 31
3685
+ 15
3686
+ 44
3687
+ 43
3688
+ 2
3689
+ 7
3690
+ 3
3691
+ 78
3692
+ 49
3693
+ 4
3694
+ 2
3695
+ 6
3696
+ 1
3697
+ 7
3698
+ 5
3699
+ 64
3700
+ 49
3701
+ 6
3702
+ 2
3703
+ 47
3704
+ 49
3705
+ 7
3706
+ 0
3707
+ 63
3708
+ 2
3709
+ 20
3710
+ 1
3711
+ 13
3712
+ 70
3713
+ 10
3714
+ 56
3715
+ 44
3716
+ 43
3717
+ 8
3718
+ 12
3719
+ 49
3720
+ 9
3721
+ 1
3722
+ 47
3723
+ 50
3724
+ 10
3725
+ 1
3726
+ 8
3727
+ 63
3728
+ 1
3729
+ 11
3730
+ I
3731
+ 8
3732
+ I
3733
+ 2
3734
+ I
3735
+ 1
3736
+ I
3737
+ 1
3738
+ n
3739
+ p
3740
+ 11
3741
+ s
3742
+ 5
3743
+ test_
3744
+ n
3745
+ x
3746
+ 6
3747
+ Regexp
3748
+ s
3749
+ 2
3750
+ \W
3751
+ x
3752
+ 3
3753
+ new
3754
+ s
3755
+ 1
3756
+ _
3757
+ x
3758
+ 4
3759
+ gsub
3760
+ x
3761
+ 4
3762
+ to_s
3763
+ x
3764
+ 4
3765
+ Proc
3766
+ x
3767
+ 14
3768
+ __from_block__
3769
+ x
3770
+ 13
3771
+ define_method
3772
+ p
3773
+ 5
3774
+ I
3775
+ 0
3776
+ I
3777
+ 7e
3778
+ I
3779
+ 4
3780
+ I
3781
+ 7f
3782
+ I
3783
+ 40
3784
+ x
3785
+ 48
3786
+ /Users/assaf/projects/vanity/test/test_helper.rb
3787
+ p
3788
+ 2
3789
+ x
3790
+ 4
3791
+ name
3792
+ x
3793
+ 5
3794
+ block
3795
+ x
3796
+ 13
3797
+ attach_method
3798
+ x
3799
+ 5
3800
+ xtest
3801
+ M
3802
+ 1
3803
+ n
3804
+ n
3805
+ x
3806
+ 5
3807
+ xtest
3808
+ i
3809
+ 2
3810
+ 1
3811
+ 11
3812
+ I
3813
+ 2
3814
+ I
3815
+ 1
3816
+ I
3817
+ 0
3818
+ I
3819
+ 0
3820
+ I
3821
+ 0
3822
+ p
3823
+ 0
3824
+ p
3825
+ 3
3826
+ I
3827
+ 0
3828
+ I
3829
+ 81
3830
+ I
3831
+ 2
3832
+ x
3833
+ 48
3834
+ /Users/assaf/projects/vanity/test/test_helper.rb
3835
+ p
3836
+ 1
3837
+ x
3838
+ 4
3839
+ args
3840
+ x
3841
+ 5
3842
+ setup
3843
+ M
3844
+ 1
3845
+ n
3846
+ n
3847
+ x
3848
+ 5
3849
+ setup
3850
+ i
3851
+ 14
3852
+ 95
3853
+ 19
3854
+ 0
3855
+ 15
3856
+ 5
3857
+ 7
3858
+ 0
3859
+ 56
3860
+ 1
3861
+ 47
3862
+ 50
3863
+ 2
3864
+ 1
3865
+ 11
3866
+ I
3867
+ 4
3868
+ I
3869
+ 1
3870
+ I
3871
+ 0
3872
+ I
3873
+ 0
3874
+ n
3875
+ p
3876
+ 3
3877
+ x
3878
+ 5
3879
+ setup
3880
+ M
3881
+ 1
3882
+ p
3883
+ 2
3884
+ x
3885
+ 9
3886
+ for_block
3887
+ t
3888
+ n
3889
+ x
3890
+ 5
3891
+ setup
3892
+ i
3893
+ 12
3894
+ 54
3895
+ 52
3896
+ 0
3897
+ 0
3898
+ 15
3899
+ 21
3900
+ 1
3901
+ 0
3902
+ 49
3903
+ 1
3904
+ 0
3905
+ 11
3906
+ I
3907
+ 2
3908
+ I
3909
+ 0
3910
+ I
3911
+ 0
3912
+ I
3913
+ 0
3914
+ I
3915
+ -2
3916
+ p
3917
+ 2
3918
+ x
3919
+ 5
3920
+ setup
3921
+ x
3922
+ 4
3923
+ call
3924
+ p
3925
+ 3
3926
+ I
3927
+ 0
3928
+ I
3929
+ 82
3930
+ I
3931
+ c
3932
+ x
3933
+ 48
3934
+ /Users/assaf/projects/vanity/test/test_helper.rb
3935
+ p
3936
+ 0
3937
+ x
3938
+ 13
3939
+ define_method
3940
+ p
3941
+ 3
3942
+ I
3943
+ 0
3944
+ I
3945
+ 82
3946
+ I
3947
+ e
3948
+ x
3949
+ 48
3950
+ /Users/assaf/projects/vanity/test/test_helper.rb
3951
+ p
3952
+ 1
3953
+ x
3954
+ 5
3955
+ block
3956
+ x
3957
+ 8
3958
+ teardown
3959
+ M
3960
+ 1
3961
+ n
3962
+ n
3963
+ x
3964
+ 8
3965
+ teardown
3966
+ i
3967
+ 14
3968
+ 95
3969
+ 19
3970
+ 0
3971
+ 15
3972
+ 5
3973
+ 7
3974
+ 0
3975
+ 56
3976
+ 1
3977
+ 47
3978
+ 50
3979
+ 2
3980
+ 1
3981
+ 11
3982
+ I
3983
+ 4
3984
+ I
3985
+ 1
3986
+ I
3987
+ 0
3988
+ I
3989
+ 0
3990
+ n
3991
+ p
3992
+ 3
3993
+ x
3994
+ 8
3995
+ teardown
3996
+ M
3997
+ 1
3998
+ p
3999
+ 2
4000
+ x
4001
+ 9
4002
+ for_block
4003
+ t
4004
+ n
4005
+ x
4006
+ 8
4007
+ teardown
4008
+ i
4009
+ 12
4010
+ 54
4011
+ 52
4012
+ 0
4013
+ 0
4014
+ 15
4015
+ 21
4016
+ 1
4017
+ 0
4018
+ 49
4019
+ 1
4020
+ 0
4021
+ 11
4022
+ I
4023
+ 2
4024
+ I
4025
+ 0
4026
+ I
4027
+ 0
4028
+ I
4029
+ 0
4030
+ I
4031
+ -2
4032
+ p
4033
+ 2
4034
+ x
4035
+ 8
4036
+ teardown
4037
+ x
4038
+ 4
4039
+ call
4040
+ p
4041
+ 3
4042
+ I
4043
+ 0
4044
+ I
4045
+ 83
4046
+ I
4047
+ c
4048
+ x
4049
+ 48
4050
+ /Users/assaf/projects/vanity/test/test_helper.rb
4051
+ p
4052
+ 0
4053
+ x
4054
+ 13
4055
+ define_method
4056
+ p
4057
+ 3
4058
+ I
4059
+ 0
4060
+ I
4061
+ 83
4062
+ I
4063
+ e
4064
+ x
4065
+ 48
4066
+ /Users/assaf/projects/vanity/test/test_helper.rb
4067
+ p
4068
+ 1
4069
+ x
4070
+ 5
4071
+ block
4072
+ p
4073
+ 11
4074
+ I
4075
+ 0
4076
+ I
4077
+ 7d
4078
+ I
4079
+ 0
4080
+ I
4081
+ 7e
4082
+ I
4083
+ b
4084
+ I
4085
+ 81
4086
+ I
4087
+ 16
4088
+ I
4089
+ 82
4090
+ I
4091
+ 21
4092
+ I
4093
+ 83
4094
+ I
4095
+ 2c
4096
+ x
4097
+ 48
4098
+ /Users/assaf/projects/vanity/test/test_helper.rb
4099
+ p
4100
+ 0
4101
+ x
4102
+ 3
4103
+ new
4104
+ n
4105
+ x
4106
+ 6
4107
+ Regexp
4108
+ s
4109
+ 3
4110
+ \W+
4111
+ x
4112
+ 5
4113
+ split
4114
+ x
4115
+ 10
4116
+ capitalize
4117
+ x
4118
+ 4
4119
+ Proc
4120
+ x
4121
+ 14
4122
+ __from_block__
4123
+ x
4124
+ 3
4125
+ map
4126
+ x
4127
+ 4
4128
+ join
4129
+ x
4130
+ 9
4131
+ const_set
4132
+ x
4133
+ 10
4134
+ class_eval
4135
+ p
4136
+ 13
4137
+ I
4138
+ 0
4139
+ I
4140
+ 7a
4141
+ I
4142
+ 4
4143
+ I
4144
+ 7b
4145
+ I
4146
+ 1b
4147
+ I
4148
+ 7c
4149
+ I
4150
+ 58
4151
+ I
4152
+ 7d
4153
+ I
4154
+ 65
4155
+ I
4156
+ 85
4157
+ I
4158
+ 97
4159
+ I
4160
+ 86
4161
+ I
4162
+ aa
4163
+ x
4164
+ 48
4165
+ /Users/assaf/projects/vanity/test/test_helper.rb
4166
+ p
4167
+ 5
4168
+ x
4169
+ 4
4170
+ args
4171
+ x
4172
+ 5
4173
+ block
4174
+ x
4175
+ 4
4176
+ name
4177
+ x
4178
+ 6
4179
+ parent
4180
+ x
4181
+ 5
4182
+ klass
4183
+ x
4184
+ 17
4185
+ method_visibility
4186
+ x
4187
+ 15
4188
+ add_defn_method
4189
+ p
4190
+ 51
4191
+ I
4192
+ 0
4193
+ I
4194
+ 1
4195
+ I
4196
+ e
4197
+ I
4198
+ 2
4199
+ I
4200
+ 2d
4201
+ I
4202
+ 4
4203
+ I
4204
+ 3d
4205
+ I
4206
+ 5
4207
+ I
4208
+ 46
4209
+ I
4210
+ 6
4211
+ I
4212
+ 4f
4213
+ I
4214
+ 7
4215
+ I
4216
+ 58
4217
+ I
4218
+ 8
4219
+ I
4220
+ 61
4221
+ I
4222
+ 9
4223
+ I
4224
+ 6a
4225
+ I
4226
+ a
4227
+ I
4228
+ 73
4229
+ I
4230
+ b
4231
+ I
4232
+ 98
4233
+ I
4234
+ c
4235
+ I
4236
+ a1
4237
+ I
4238
+ d
4239
+ I
4240
+ aa
4241
+ I
4242
+ e
4243
+ I
4244
+ b3
4245
+ I
4246
+ f
4247
+ I
4248
+ bc
4249
+ I
4250
+ 12
4251
+ I
4252
+ c6
4253
+ I
4254
+ 13
4255
+ I
4256
+ ed
4257
+ I
4258
+ 14
4259
+ I
4260
+ 103
4261
+ I
4262
+ 12
4263
+ I
4264
+ 105
4265
+ I
4266
+ 17
4267
+ I
4268
+ 124
4269
+ I
4270
+ 4b
4271
+ I
4272
+ 131
4273
+ I
4274
+ 50
4275
+ I
4276
+ 146
4277
+ I
4278
+ 51
4279
+ I
4280
+ 170
4281
+ I
4282
+ 53
4283
+ I
4284
+ 18d
4285
+ I
4286
+ 6e
4287
+ I
4288
+ 1a8
4289
+ I
4290
+ 7a
4291
+ I
4292
+ 1b8
4293
+ x
4294
+ 48
4295
+ /Users/assaf/projects/vanity/test/test_helper.rb
4296
+ p
4297
+ 0