bundler 1.0.0.rc.3 → 1.0.0.rc.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bundler might be problematic. Click here for more details.

Files changed (86) hide show
  1. data/CHANGELOG.md +33 -1
  2. data/bin/bundle.compiled.rbc +486 -0
  3. data/lib/bundler.rb +10 -4
  4. data/lib/bundler.rbc +5691 -0
  5. data/lib/bundler/capistrano.rb +15 -0
  6. data/lib/bundler/cli.rb +38 -4
  7. data/lib/bundler/cli.rbc +10105 -0
  8. data/lib/bundler/definition.rb +44 -21
  9. data/lib/bundler/definition.rbc +9423 -0
  10. data/lib/bundler/dependency.rbc +2650 -0
  11. data/lib/bundler/dsl.rbc +5861 -0
  12. data/lib/bundler/environment.rb +1 -1
  13. data/lib/bundler/environment.rbc +923 -0
  14. data/lib/bundler/gem_helper.rb +135 -0
  15. data/lib/bundler/index.rbc +0 -0
  16. data/lib/bundler/installer.rb +4 -0
  17. data/lib/bundler/installer.rbc +1634 -0
  18. data/lib/bundler/lazy_specification.rbc +1721 -0
  19. data/lib/bundler/lockfile_parser.rbc +2524 -0
  20. data/lib/bundler/remote_specification.rbc +1058 -0
  21. data/lib/bundler/resolver.rbc +9067 -0
  22. data/lib/bundler/rubygems_ext.rbc +4490 -0
  23. data/lib/bundler/runtime.rbc +3350 -0
  24. data/lib/bundler/settings.rb +5 -1
  25. data/lib/bundler/settings.rbc +2951 -0
  26. data/lib/bundler/shared_helpers.rbc +3614 -0
  27. data/lib/bundler/source.rb +7 -8
  28. data/lib/bundler/source.rbc +15697 -0
  29. data/lib/bundler/spec_set.rbc +3394 -0
  30. data/lib/bundler/templates/newgem/Gemfile.tt +4 -0
  31. data/lib/bundler/templates/newgem/Rakefile.tt +2 -0
  32. data/lib/bundler/templates/newgem/gitignore.tt +2 -0
  33. data/lib/bundler/templates/newgem/lib/newgem.rb.tt +3 -0
  34. data/lib/bundler/templates/newgem/lib/newgem/version.rb.tt +3 -0
  35. data/lib/bundler/templates/newgem/newgem.gemspec.tt +23 -0
  36. data/lib/bundler/ui.rbc +1407 -0
  37. data/lib/bundler/vendor/thor.rb +1 -0
  38. data/lib/bundler/vendor/thor.rbc +5037 -0
  39. data/lib/bundler/vendor/thor/actions.rb +297 -0
  40. data/lib/bundler/vendor/thor/actions.rbc +4782 -0
  41. data/lib/bundler/vendor/thor/actions/create_file.rb +105 -0
  42. data/lib/bundler/vendor/thor/actions/create_file.rbc +1672 -0
  43. data/lib/bundler/vendor/thor/actions/directory.rb +93 -0
  44. data/lib/bundler/vendor/thor/actions/directory.rbc +1477 -0
  45. data/lib/bundler/vendor/thor/actions/empty_directory.rb +134 -0
  46. data/lib/bundler/vendor/thor/actions/empty_directory.rbc +1773 -0
  47. data/lib/bundler/vendor/thor/actions/file_manipulation.rb +229 -0
  48. data/lib/bundler/vendor/thor/actions/file_manipulation.rbc +2877 -0
  49. data/lib/bundler/vendor/thor/actions/inject_into_file.rb +104 -0
  50. data/lib/bundler/vendor/thor/actions/inject_into_file.rbc +1764 -0
  51. data/lib/bundler/vendor/thor/base.rb +0 -0
  52. data/lib/bundler/vendor/thor/base.rbc +7795 -0
  53. data/lib/bundler/vendor/thor/core_ext/file_binary_read.rb +0 -0
  54. data/lib/bundler/vendor/thor/core_ext/file_binary_read.rbc +271 -0
  55. data/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb +0 -0
  56. data/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rbc +1395 -0
  57. data/lib/bundler/vendor/thor/core_ext/ordered_hash.rb +0 -0
  58. data/lib/bundler/vendor/thor/core_ext/ordered_hash.rbc +1862 -0
  59. data/lib/bundler/vendor/thor/error.rb +0 -0
  60. data/lib/bundler/vendor/thor/error.rbc +240 -0
  61. data/lib/bundler/vendor/thor/invocation.rb +0 -0
  62. data/lib/bundler/vendor/thor/invocation.rbc +2050 -0
  63. data/lib/bundler/vendor/thor/parser.rb +0 -0
  64. data/lib/bundler/vendor/thor/parser.rbc +101 -0
  65. data/lib/bundler/vendor/thor/parser/argument.rb +0 -0
  66. data/lib/bundler/vendor/thor/parser/argument.rbc +1445 -0
  67. data/lib/bundler/vendor/thor/parser/arguments.rb +0 -0
  68. data/lib/bundler/vendor/thor/parser/arguments.rbc +2661 -0
  69. data/lib/bundler/vendor/thor/parser/option.rb +0 -0
  70. data/lib/bundler/vendor/thor/parser/option.rbc +2007 -0
  71. data/lib/bundler/vendor/thor/parser/options.rb +0 -0
  72. data/lib/bundler/vendor/thor/parser/options.rbc +3429 -0
  73. data/lib/bundler/vendor/thor/shell.rb +0 -0
  74. data/lib/bundler/vendor/thor/shell.rbc +1486 -0
  75. data/lib/bundler/vendor/thor/shell/basic.rb +1 -1
  76. data/lib/bundler/vendor/thor/shell/basic.rbc +4872 -0
  77. data/lib/bundler/vendor/thor/shell/color.rb +0 -0
  78. data/lib/bundler/vendor/thor/shell/color.rbc +1659 -0
  79. data/lib/bundler/vendor/thor/task.rb +0 -0
  80. data/lib/bundler/vendor/thor/task.rbc +2900 -0
  81. data/lib/bundler/vendor/thor/util.rb +0 -0
  82. data/lib/bundler/vendor/thor/util.rbc +3196 -0
  83. data/lib/bundler/vendor/thor/version.rb +0 -0
  84. data/lib/bundler/version.rb +1 -1
  85. data/lib/bundler/version.rbc +175 -0
  86. metadata +65 -4
@@ -43,7 +43,7 @@ class Thor
43
43
  if force_new_line
44
44
  $stdout.puts(spaces + message)
45
45
  else
46
- $stdout.print(spaces + message)
46
+ $stdout.print(spaces + message)
47
47
  end
48
48
  $stdout.flush
49
49
  end
@@ -0,0 +1,4872 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 38
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 99
23
+ 7
24
+ 2
25
+ 1
26
+ 65
27
+ 49
28
+ 3
29
+ 3
30
+ 13
31
+ 99
32
+ 12
33
+ 7
34
+ 4
35
+ 12
36
+ 7
37
+ 5
38
+ 12
39
+ 65
40
+ 12
41
+ 49
42
+ 6
43
+ 4
44
+ 15
45
+ 49
46
+ 4
47
+ 0
48
+ 15
49
+ 2
50
+ 11
51
+ I
52
+ 6
53
+ I
54
+ 0
55
+ I
56
+ 0
57
+ I
58
+ 0
59
+ n
60
+ p
61
+ 7
62
+ s
63
+ 8
64
+ tempfile
65
+ x
66
+ 7
67
+ require
68
+ x
69
+ 4
70
+ Thor
71
+ x
72
+ 10
73
+ open_class
74
+ x
75
+ 14
76
+ __class_init__
77
+ M
78
+ 1
79
+ n
80
+ n
81
+ x
82
+ 4
83
+ Thor
84
+ i
85
+ 28
86
+ 5
87
+ 66
88
+ 99
89
+ 7
90
+ 0
91
+ 65
92
+ 49
93
+ 1
94
+ 2
95
+ 13
96
+ 99
97
+ 12
98
+ 7
99
+ 2
100
+ 12
101
+ 7
102
+ 3
103
+ 12
104
+ 65
105
+ 12
106
+ 49
107
+ 4
108
+ 4
109
+ 15
110
+ 49
111
+ 2
112
+ 0
113
+ 11
114
+ I
115
+ 6
116
+ I
117
+ 0
118
+ I
119
+ 0
120
+ I
121
+ 0
122
+ n
123
+ p
124
+ 5
125
+ x
126
+ 5
127
+ Shell
128
+ x
129
+ 11
130
+ open_module
131
+ x
132
+ 15
133
+ __module_init__
134
+ M
135
+ 1
136
+ n
137
+ n
138
+ x
139
+ 5
140
+ Shell
141
+ i
142
+ 29
143
+ 5
144
+ 66
145
+ 99
146
+ 7
147
+ 0
148
+ 1
149
+ 65
150
+ 49
151
+ 1
152
+ 3
153
+ 13
154
+ 99
155
+ 12
156
+ 7
157
+ 2
158
+ 12
159
+ 7
160
+ 3
161
+ 12
162
+ 65
163
+ 12
164
+ 49
165
+ 4
166
+ 4
167
+ 15
168
+ 49
169
+ 2
170
+ 0
171
+ 11
172
+ I
173
+ 6
174
+ I
175
+ 0
176
+ I
177
+ 0
178
+ I
179
+ 0
180
+ n
181
+ p
182
+ 5
183
+ x
184
+ 5
185
+ Basic
186
+ x
187
+ 10
188
+ open_class
189
+ x
190
+ 14
191
+ __class_init__
192
+ M
193
+ 1
194
+ n
195
+ n
196
+ x
197
+ 5
198
+ Basic
199
+ i
200
+ 324
201
+ 5
202
+ 66
203
+ 5
204
+ 7
205
+ 0
206
+ 7
207
+ 1
208
+ 47
209
+ 49
210
+ 2
211
+ 2
212
+ 15
213
+ 99
214
+ 7
215
+ 3
216
+ 7
217
+ 4
218
+ 65
219
+ 67
220
+ 49
221
+ 5
222
+ 0
223
+ 49
224
+ 6
225
+ 4
226
+ 15
227
+ 99
228
+ 7
229
+ 7
230
+ 7
231
+ 8
232
+ 65
233
+ 67
234
+ 49
235
+ 5
236
+ 0
237
+ 49
238
+ 6
239
+ 4
240
+ 15
241
+ 99
242
+ 7
243
+ 9
244
+ 7
245
+ 10
246
+ 65
247
+ 67
248
+ 49
249
+ 5
250
+ 0
251
+ 49
252
+ 6
253
+ 4
254
+ 15
255
+ 99
256
+ 7
257
+ 11
258
+ 7
259
+ 12
260
+ 65
261
+ 67
262
+ 49
263
+ 5
264
+ 0
265
+ 49
266
+ 6
267
+ 4
268
+ 15
269
+ 99
270
+ 7
271
+ 13
272
+ 7
273
+ 14
274
+ 65
275
+ 67
276
+ 49
277
+ 5
278
+ 0
279
+ 49
280
+ 6
281
+ 4
282
+ 15
283
+ 99
284
+ 7
285
+ 15
286
+ 7
287
+ 16
288
+ 65
289
+ 67
290
+ 49
291
+ 5
292
+ 0
293
+ 49
294
+ 6
295
+ 4
296
+ 15
297
+ 99
298
+ 7
299
+ 17
300
+ 7
301
+ 18
302
+ 65
303
+ 67
304
+ 49
305
+ 5
306
+ 0
307
+ 49
308
+ 6
309
+ 4
310
+ 15
311
+ 99
312
+ 7
313
+ 19
314
+ 7
315
+ 20
316
+ 65
317
+ 67
318
+ 49
319
+ 5
320
+ 0
321
+ 49
322
+ 6
323
+ 4
324
+ 15
325
+ 99
326
+ 7
327
+ 21
328
+ 7
329
+ 22
330
+ 65
331
+ 67
332
+ 49
333
+ 5
334
+ 0
335
+ 49
336
+ 6
337
+ 4
338
+ 15
339
+ 99
340
+ 7
341
+ 23
342
+ 7
343
+ 24
344
+ 65
345
+ 67
346
+ 49
347
+ 5
348
+ 0
349
+ 49
350
+ 6
351
+ 4
352
+ 15
353
+ 99
354
+ 7
355
+ 25
356
+ 7
357
+ 26
358
+ 65
359
+ 67
360
+ 49
361
+ 5
362
+ 0
363
+ 49
364
+ 6
365
+ 4
366
+ 15
367
+ 99
368
+ 7
369
+ 27
370
+ 7
371
+ 28
372
+ 65
373
+ 67
374
+ 49
375
+ 5
376
+ 0
377
+ 49
378
+ 6
379
+ 4
380
+ 15
381
+ 5
382
+ 48
383
+ 29
384
+ 15
385
+ 99
386
+ 7
387
+ 30
388
+ 7
389
+ 31
390
+ 65
391
+ 67
392
+ 49
393
+ 5
394
+ 0
395
+ 49
396
+ 6
397
+ 4
398
+ 15
399
+ 99
400
+ 7
401
+ 32
402
+ 7
403
+ 33
404
+ 65
405
+ 67
406
+ 49
407
+ 5
408
+ 0
409
+ 49
410
+ 6
411
+ 4
412
+ 15
413
+ 99
414
+ 7
415
+ 34
416
+ 7
417
+ 35
418
+ 65
419
+ 67
420
+ 49
421
+ 5
422
+ 0
423
+ 49
424
+ 6
425
+ 4
426
+ 15
427
+ 99
428
+ 7
429
+ 36
430
+ 7
431
+ 37
432
+ 65
433
+ 67
434
+ 49
435
+ 5
436
+ 0
437
+ 49
438
+ 6
439
+ 4
440
+ 15
441
+ 99
442
+ 7
443
+ 38
444
+ 7
445
+ 39
446
+ 65
447
+ 67
448
+ 49
449
+ 5
450
+ 0
451
+ 49
452
+ 6
453
+ 4
454
+ 15
455
+ 99
456
+ 7
457
+ 40
458
+ 7
459
+ 41
460
+ 65
461
+ 67
462
+ 49
463
+ 5
464
+ 0
465
+ 49
466
+ 6
467
+ 4
468
+ 15
469
+ 99
470
+ 7
471
+ 42
472
+ 7
473
+ 43
474
+ 65
475
+ 67
476
+ 49
477
+ 5
478
+ 0
479
+ 49
480
+ 6
481
+ 4
482
+ 15
483
+ 99
484
+ 7
485
+ 44
486
+ 7
487
+ 45
488
+ 65
489
+ 67
490
+ 49
491
+ 5
492
+ 0
493
+ 49
494
+ 6
495
+ 4
496
+ 15
497
+ 99
498
+ 7
499
+ 46
500
+ 7
501
+ 47
502
+ 65
503
+ 67
504
+ 49
505
+ 5
506
+ 0
507
+ 49
508
+ 6
509
+ 4
510
+ 15
511
+ 99
512
+ 7
513
+ 48
514
+ 7
515
+ 49
516
+ 65
517
+ 67
518
+ 49
519
+ 5
520
+ 0
521
+ 49
522
+ 6
523
+ 4
524
+ 11
525
+ I
526
+ 5
527
+ I
528
+ 0
529
+ I
530
+ 0
531
+ I
532
+ 0
533
+ n
534
+ p
535
+ 50
536
+ x
537
+ 4
538
+ base
539
+ x
540
+ 7
541
+ padding
542
+ x
543
+ 13
544
+ attr_accessor
545
+ x
546
+ 10
547
+ initialize
548
+ M
549
+ 1
550
+ n
551
+ n
552
+ x
553
+ 10
554
+ initialize
555
+ i
556
+ 12
557
+ 1
558
+ 78
559
+ 17
560
+ 2
561
+ 38
562
+ 0
563
+ 15
564
+ 38
565
+ 1
566
+ 15
567
+ 2
568
+ 11
569
+ I
570
+ 2
571
+ I
572
+ 0
573
+ I
574
+ 0
575
+ I
576
+ 0
577
+ n
578
+ p
579
+ 2
580
+ x
581
+ 5
582
+ @base
583
+ x
584
+ 8
585
+ @padding
586
+ p
587
+ 5
588
+ I
589
+ 0
590
+ I
591
+ a
592
+ I
593
+ 0
594
+ I
595
+ b
596
+ I
597
+ c
598
+ x
599
+ 81
600
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
601
+ p
602
+ 0
603
+ x
604
+ 17
605
+ method_visibility
606
+ x
607
+ 15
608
+ add_defn_method
609
+ x
610
+ 8
611
+ padding=
612
+ M
613
+ 1
614
+ n
615
+ n
616
+ x
617
+ 8
618
+ padding=
619
+ i
620
+ 11
621
+ 78
622
+ 20
623
+ 0
624
+ 35
625
+ 2
626
+ 49
627
+ 0
628
+ 0
629
+ 38
630
+ 1
631
+ 11
632
+ I
633
+ 3
634
+ I
635
+ 1
636
+ I
637
+ 1
638
+ I
639
+ 1
640
+ n
641
+ p
642
+ 2
643
+ x
644
+ 3
645
+ max
646
+ x
647
+ 8
648
+ @padding
649
+ p
650
+ 5
651
+ I
652
+ 0
653
+ I
654
+ 10
655
+ I
656
+ 0
657
+ I
658
+ 11
659
+ I
660
+ b
661
+ x
662
+ 81
663
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
664
+ p
665
+ 1
666
+ x
667
+ 5
668
+ value
669
+ x
670
+ 3
671
+ ask
672
+ M
673
+ 1
674
+ n
675
+ n
676
+ x
677
+ 3
678
+ ask
679
+ i
680
+ 41
681
+ 23
682
+ 1
683
+ 10
684
+ 8
685
+ 1
686
+ 19
687
+ 1
688
+ 15
689
+ 5
690
+ 20
691
+ 0
692
+ 47
693
+ 49
694
+ 0
695
+ 0
696
+ 7
697
+ 1
698
+ 63
699
+ 2
700
+ 20
701
+ 1
702
+ 47
703
+ 49
704
+ 2
705
+ 2
706
+ 15
707
+ 99
708
+ 43
709
+ 3
710
+ 7
711
+ 4
712
+ 49
713
+ 5
714
+ 1
715
+ 49
716
+ 6
717
+ 0
718
+ 49
719
+ 7
720
+ 0
721
+ 11
722
+ I
723
+ 5
724
+ I
725
+ 2
726
+ I
727
+ 1
728
+ I
729
+ 2
730
+ n
731
+ p
732
+ 8
733
+ x
734
+ 4
735
+ to_s
736
+ s
737
+ 1
738
+
739
+ x
740
+ 3
741
+ say
742
+ x
743
+ 7
744
+ Globals
745
+ x
746
+ 6
747
+ $stdin
748
+ x
749
+ 2
750
+ []
751
+ x
752
+ 4
753
+ gets
754
+ x
755
+ 5
756
+ strip
757
+ p
758
+ 7
759
+ I
760
+ 0
761
+ I
762
+ 19
763
+ I
764
+ 8
765
+ I
766
+ 1a
767
+ I
768
+ 1a
769
+ I
770
+ 1b
771
+ I
772
+ 29
773
+ x
774
+ 81
775
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
776
+ p
777
+ 2
778
+ x
779
+ 9
780
+ statement
781
+ x
782
+ 5
783
+ color
784
+ x
785
+ 3
786
+ say
787
+ M
788
+ 1
789
+ n
790
+ n
791
+ x
792
+ 3
793
+ say
794
+ i
795
+ 149
796
+ 23
797
+ 0
798
+ 10
799
+ 10
800
+ 7
801
+ 0
802
+ 64
803
+ 19
804
+ 0
805
+ 15
806
+ 23
807
+ 1
808
+ 10
809
+ 18
810
+ 1
811
+ 19
812
+ 1
813
+ 15
814
+ 23
815
+ 2
816
+ 10
817
+ 57
818
+ 20
819
+ 0
820
+ 49
821
+ 1
822
+ 0
823
+ 7
824
+ 2
825
+ 13
826
+ 70
827
+ 9
828
+ 45
829
+ 15
830
+ 44
831
+ 43
832
+ 3
833
+ 7
834
+ 4
835
+ 78
836
+ 49
837
+ 5
838
+ 2
839
+ 6
840
+ 2
841
+ 49
842
+ 6
843
+ 1
844
+ 10
845
+ 53
846
+ 2
847
+ 8
848
+ 54
849
+ 3
850
+ 19
851
+ 2
852
+ 15
853
+ 20
854
+ 0
855
+ 49
856
+ 1
857
+ 0
858
+ 19
859
+ 0
860
+ 15
861
+ 20
862
+ 1
863
+ 9
864
+ 82
865
+ 5
866
+ 20
867
+ 0
868
+ 20
869
+ 1
870
+ 47
871
+ 49
872
+ 7
873
+ 2
874
+ 19
875
+ 0
876
+ 8
877
+ 83
878
+ 1
879
+ 15
880
+ 7
881
+ 8
882
+ 64
883
+ 5
884
+ 48
885
+ 9
886
+ 49
887
+ 10
888
+ 1
889
+ 19
890
+ 3
891
+ 15
892
+ 20
893
+ 2
894
+ 9
895
+ 119
896
+ 99
897
+ 43
898
+ 11
899
+ 7
900
+ 12
901
+ 49
902
+ 13
903
+ 1
904
+ 20
905
+ 3
906
+ 20
907
+ 0
908
+ 81
909
+ 14
910
+ 49
911
+ 15
912
+ 1
913
+ 8
914
+ 136
915
+ 99
916
+ 43
917
+ 11
918
+ 7
919
+ 12
920
+ 49
921
+ 13
922
+ 1
923
+ 20
924
+ 3
925
+ 20
926
+ 0
927
+ 81
928
+ 14
929
+ 49
930
+ 16
931
+ 1
932
+ 15
933
+ 99
934
+ 43
935
+ 11
936
+ 7
937
+ 12
938
+ 49
939
+ 13
940
+ 1
941
+ 49
942
+ 17
943
+ 0
944
+ 11
945
+ I
946
+ 8
947
+ I
948
+ 4
949
+ I
950
+ 0
951
+ I
952
+ 3
953
+ n
954
+ p
955
+ 18
956
+ s
957
+ 0
958
+
959
+ x
960
+ 4
961
+ to_s
962
+ n
963
+ x
964
+ 6
965
+ Regexp
966
+ s
967
+ 7
968
+ ( |\t)$
969
+ x
970
+ 3
971
+ new
972
+ x
973
+ 2
974
+ =~
975
+ x
976
+ 9
977
+ set_color
978
+ s
979
+ 2
980
+
981
+ x
982
+ 7
983
+ padding
984
+ x
985
+ 1
986
+ *
987
+ x
988
+ 7
989
+ Globals
990
+ x
991
+ 7
992
+ $stdout
993
+ x
994
+ 2
995
+ []
996
+ x
997
+ 1
998
+ +
999
+ x
1000
+ 4
1001
+ puts
1002
+ x
1003
+ 5
1004
+ print
1005
+ x
1006
+ 5
1007
+ flush
1008
+ p
1009
+ 17
1010
+ I
1011
+ 0
1012
+ I
1013
+ 25
1014
+ I
1015
+ 39
1016
+ I
1017
+ 26
1018
+ I
1019
+ 41
1020
+ I
1021
+ 27
1022
+ I
1023
+ 54
1024
+ I
1025
+ 29
1026
+ I
1027
+ 60
1028
+ I
1029
+ 2b
1030
+ I
1031
+ 64
1032
+ I
1033
+ 2c
1034
+ I
1035
+ 77
1036
+ I
1037
+ 2e
1038
+ I
1039
+ 89
1040
+ I
1041
+ 30
1042
+ I
1043
+ 95
1044
+ x
1045
+ 81
1046
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
1047
+ p
1048
+ 4
1049
+ x
1050
+ 7
1051
+ message
1052
+ x
1053
+ 5
1054
+ color
1055
+ x
1056
+ 14
1057
+ force_new_line
1058
+ x
1059
+ 6
1060
+ spaces
1061
+ x
1062
+ 10
1063
+ say_status
1064
+ M
1065
+ 1
1066
+ n
1067
+ n
1068
+ x
1069
+ 10
1070
+ say_status
1071
+ i
1072
+ 141
1073
+ 23
1074
+ 2
1075
+ 10
1076
+ 8
1077
+ 2
1078
+ 19
1079
+ 2
1080
+ 15
1081
+ 5
1082
+ 47
1083
+ 49
1084
+ 0
1085
+ 0
1086
+ 13
1087
+ 10
1088
+ 22
1089
+ 15
1090
+ 20
1091
+ 2
1092
+ 3
1093
+ 83
1094
+ 1
1095
+ 9
1096
+ 28
1097
+ 1
1098
+ 11
1099
+ 8
1100
+ 29
1101
+ 1
1102
+ 15
1103
+ 7
1104
+ 2
1105
+ 64
1106
+ 5
1107
+ 48
1108
+ 3
1109
+ 79
1110
+ 81
1111
+ 4
1112
+ 49
1113
+ 5
1114
+ 1
1115
+ 19
1116
+ 3
1117
+ 15
1118
+ 20
1119
+ 2
1120
+ 45
1121
+ 6
1122
+ 7
1123
+ 49
1124
+ 8
1125
+ 1
1126
+ 9
1127
+ 59
1128
+ 20
1129
+ 2
1130
+ 8
1131
+ 61
1132
+ 7
1133
+ 9
1134
+ 19
1135
+ 4
1136
+ 15
1137
+ 20
1138
+ 0
1139
+ 49
1140
+ 10
1141
+ 0
1142
+ 4
1143
+ 12
1144
+ 49
1145
+ 11
1146
+ 1
1147
+ 19
1148
+ 0
1149
+ 15
1150
+ 20
1151
+ 4
1152
+ 9
1153
+ 95
1154
+ 5
1155
+ 20
1156
+ 0
1157
+ 20
1158
+ 4
1159
+ 2
1160
+ 47
1161
+ 49
1162
+ 12
1163
+ 3
1164
+ 19
1165
+ 0
1166
+ 8
1167
+ 96
1168
+ 1
1169
+ 15
1170
+ 99
1171
+ 43
1172
+ 13
1173
+ 7
1174
+ 14
1175
+ 49
1176
+ 15
1177
+ 1
1178
+ 20
1179
+ 0
1180
+ 47
1181
+ 49
1182
+ 10
1183
+ 0
1184
+ 20
1185
+ 3
1186
+ 47
1187
+ 49
1188
+ 10
1189
+ 0
1190
+ 20
1191
+ 1
1192
+ 47
1193
+ 49
1194
+ 10
1195
+ 0
1196
+ 63
1197
+ 3
1198
+ 49
1199
+ 16
1200
+ 1
1201
+ 15
1202
+ 99
1203
+ 43
1204
+ 13
1205
+ 7
1206
+ 14
1207
+ 49
1208
+ 15
1209
+ 1
1210
+ 49
1211
+ 17
1212
+ 0
1213
+ 11
1214
+ I
1215
+ 9
1216
+ I
1217
+ 5
1218
+ I
1219
+ 2
1220
+ I
1221
+ 3
1222
+ n
1223
+ p
1224
+ 18
1225
+ x
1226
+ 6
1227
+ quiet?
1228
+ x
1229
+ 2
1230
+ ==
1231
+ s
1232
+ 2
1233
+
1234
+ x
1235
+ 7
1236
+ padding
1237
+ x
1238
+ 1
1239
+ +
1240
+ x
1241
+ 1
1242
+ *
1243
+ x
1244
+ 6
1245
+ Symbol
1246
+ n
1247
+ x
1248
+ 5
1249
+ is_a?
1250
+ x
1251
+ 5
1252
+ green
1253
+ x
1254
+ 4
1255
+ to_s
1256
+ x
1257
+ 5
1258
+ rjust
1259
+ x
1260
+ 9
1261
+ set_color
1262
+ x
1263
+ 7
1264
+ Globals
1265
+ x
1266
+ 7
1267
+ $stdout
1268
+ x
1269
+ 2
1270
+ []
1271
+ x
1272
+ 4
1273
+ puts
1274
+ x
1275
+ 5
1276
+ flush
1277
+ p
1278
+ 17
1279
+ I
1280
+ 0
1281
+ I
1282
+ 38
1283
+ I
1284
+ 8
1285
+ I
1286
+ 39
1287
+ I
1288
+ 1e
1289
+ I
1290
+ 3a
1291
+ I
1292
+ 2d
1293
+ I
1294
+ 3b
1295
+ I
1296
+ 40
1297
+ I
1298
+ 3d
1299
+ I
1300
+ 4d
1301
+ I
1302
+ 3e
1303
+ I
1304
+ 61
1305
+ I
1306
+ 40
1307
+ I
1308
+ 81
1309
+ I
1310
+ 41
1311
+ I
1312
+ 8d
1313
+ x
1314
+ 81
1315
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
1316
+ p
1317
+ 5
1318
+ x
1319
+ 6
1320
+ status
1321
+ x
1322
+ 7
1323
+ message
1324
+ x
1325
+ 10
1326
+ log_status
1327
+ x
1328
+ 6
1329
+ spaces
1330
+ x
1331
+ 5
1332
+ color
1333
+ x
1334
+ 4
1335
+ yes?
1336
+ M
1337
+ 1
1338
+ n
1339
+ n
1340
+ x
1341
+ 4
1342
+ yes?
1343
+ i
1344
+ 28
1345
+ 23
1346
+ 1
1347
+ 10
1348
+ 8
1349
+ 1
1350
+ 19
1351
+ 1
1352
+ 15
1353
+ 5
1354
+ 20
1355
+ 0
1356
+ 20
1357
+ 1
1358
+ 47
1359
+ 49
1360
+ 0
1361
+ 2
1362
+ 5
1363
+ 7
1364
+ 1
1365
+ 47
1366
+ 49
1367
+ 2
1368
+ 1
1369
+ 49
1370
+ 3
1371
+ 1
1372
+ 11
1373
+ I
1374
+ 5
1375
+ I
1376
+ 2
1377
+ I
1378
+ 1
1379
+ I
1380
+ 2
1381
+ n
1382
+ p
1383
+ 4
1384
+ x
1385
+ 3
1386
+ ask
1387
+ x
1388
+ 3
1389
+ yes
1390
+ x
1391
+ 3
1392
+ is?
1393
+ x
1394
+ 2
1395
+ =~
1396
+ p
1397
+ 5
1398
+ I
1399
+ 0
1400
+ I
1401
+ 47
1402
+ I
1403
+ 8
1404
+ I
1405
+ 48
1406
+ I
1407
+ 1c
1408
+ x
1409
+ 81
1410
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
1411
+ p
1412
+ 2
1413
+ x
1414
+ 9
1415
+ statement
1416
+ x
1417
+ 5
1418
+ color
1419
+ x
1420
+ 3
1421
+ no?
1422
+ M
1423
+ 1
1424
+ n
1425
+ n
1426
+ x
1427
+ 3
1428
+ no?
1429
+ i
1430
+ 24
1431
+ 23
1432
+ 1
1433
+ 10
1434
+ 8
1435
+ 1
1436
+ 19
1437
+ 1
1438
+ 15
1439
+ 5
1440
+ 20
1441
+ 0
1442
+ 20
1443
+ 1
1444
+ 47
1445
+ 49
1446
+ 0
1447
+ 2
1448
+ 10
1449
+ 22
1450
+ 2
1451
+ 8
1452
+ 23
1453
+ 3
1454
+ 11
1455
+ I
1456
+ 5
1457
+ I
1458
+ 2
1459
+ I
1460
+ 1
1461
+ I
1462
+ 2
1463
+ n
1464
+ p
1465
+ 1
1466
+ x
1467
+ 4
1468
+ yes?
1469
+ p
1470
+ 5
1471
+ I
1472
+ 0
1473
+ I
1474
+ 4e
1475
+ I
1476
+ 8
1477
+ I
1478
+ 4f
1479
+ I
1480
+ 18
1481
+ x
1482
+ 81
1483
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
1484
+ p
1485
+ 2
1486
+ x
1487
+ 9
1488
+ statement
1489
+ x
1490
+ 5
1491
+ color
1492
+ x
1493
+ 11
1494
+ print_table
1495
+ M
1496
+ 1
1497
+ n
1498
+ n
1499
+ x
1500
+ 11
1501
+ print_table
1502
+ i
1503
+ 193
1504
+ 23
1505
+ 1
1506
+ 10
1507
+ 14
1508
+ 44
1509
+ 43
1510
+ 0
1511
+ 78
1512
+ 49
1513
+ 1
1514
+ 1
1515
+ 19
1516
+ 1
1517
+ 15
1518
+ 20
1519
+ 0
1520
+ 49
1521
+ 2
1522
+ 0
1523
+ 9
1524
+ 25
1525
+ 1
1526
+ 11
1527
+ 8
1528
+ 26
1529
+ 1
1530
+ 15
1531
+ 35
1532
+ 0
1533
+ 20
1534
+ 1
1535
+ 7
1536
+ 3
1537
+ 49
1538
+ 4
1539
+ 1
1540
+ 49
1541
+ 5
1542
+ 0
1543
+ 20
1544
+ 1
1545
+ 7
1546
+ 6
1547
+ 49
1548
+ 4
1549
+ 1
1550
+ 17
1551
+ 3
1552
+ 19
1553
+ 2
1554
+ 15
1555
+ 19
1556
+ 3
1557
+ 15
1558
+ 19
1559
+ 4
1560
+ 15
1561
+ 2
1562
+ 15
1563
+ 20
1564
+ 1
1565
+ 7
1566
+ 7
1567
+ 49
1568
+ 4
1569
+ 1
1570
+ 2
1571
+ 83
1572
+ 8
1573
+ 9
1574
+ 87
1575
+ 20
1576
+ 1
1577
+ 7
1578
+ 7
1579
+ 5
1580
+ 48
1581
+ 9
1582
+ 13
1583
+ 18
1584
+ 3
1585
+ 49
1586
+ 10
1587
+ 2
1588
+ 15
1589
+ 8
1590
+ 88
1591
+ 1
1592
+ 15
1593
+ 20
1594
+ 4
1595
+ 9
1596
+ 115
1597
+ 20
1598
+ 2
1599
+ 7
1600
+ 11
1601
+ 20
1602
+ 4
1603
+ 80
1604
+ 81
1605
+ 12
1606
+ 47
1607
+ 49
1608
+ 13
1609
+ 0
1610
+ 7
1611
+ 14
1612
+ 63
1613
+ 3
1614
+ 49
1615
+ 15
1616
+ 1
1617
+ 8
1618
+ 116
1619
+ 1
1620
+ 15
1621
+ 20
1622
+ 4
1623
+ 9
1624
+ 124
1625
+ 79
1626
+ 8
1627
+ 125
1628
+ 78
1629
+ 19
1630
+ 5
1631
+ 15
1632
+ 20
1633
+ 5
1634
+ 20
1635
+ 0
1636
+ 49
1637
+ 16
1638
+ 0
1639
+ 49
1640
+ 17
1641
+ 0
1642
+ 80
1643
+ 82
1644
+ 18
1645
+ 56
1646
+ 19
1647
+ 50
1648
+ 20
1649
+ 1
1650
+ 15
1651
+ 20
1652
+ 2
1653
+ 78
1654
+ 20
1655
+ 2
1656
+ 78
1657
+ 49
1658
+ 4
1659
+ 1
1660
+ 78
1661
+ 7
1662
+ 21
1663
+ 64
1664
+ 20
1665
+ 3
1666
+ 49
1667
+ 22
1668
+ 1
1669
+ 49
1670
+ 23
1671
+ 2
1672
+ 13
1673
+ 18
1674
+ 3
1675
+ 49
1676
+ 10
1677
+ 2
1678
+ 15
1679
+ 15
1680
+ 20
1681
+ 2
1682
+ 7
1683
+ 24
1684
+ 64
1685
+ 49
1686
+ 15
1687
+ 1
1688
+ 15
1689
+ 20
1690
+ 0
1691
+ 56
1692
+ 25
1693
+ 50
1694
+ 26
1695
+ 0
1696
+ 11
1697
+ I
1698
+ c
1699
+ I
1700
+ 6
1701
+ I
1702
+ 1
1703
+ I
1704
+ 2
1705
+ n
1706
+ p
1707
+ 27
1708
+ x
1709
+ 4
1710
+ Hash
1711
+ x
1712
+ 16
1713
+ new_from_literal
1714
+ x
1715
+ 6
1716
+ empty?
1717
+ x
1718
+ 5
1719
+ ident
1720
+ x
1721
+ 2
1722
+ []
1723
+ x
1724
+ 4
1725
+ to_i
1726
+ x
1727
+ 8
1728
+ colwidth
1729
+ x
1730
+ 8
1731
+ truncate
1732
+ x
1733
+ 2
1734
+ ==
1735
+ x
1736
+ 14
1737
+ terminal_width
1738
+ x
1739
+ 3
1740
+ []=
1741
+ s
1742
+ 2
1743
+ %-
1744
+ x
1745
+ 1
1746
+ +
1747
+ x
1748
+ 4
1749
+ to_s
1750
+ s
1751
+ 1
1752
+ s
1753
+ x
1754
+ 2
1755
+ <<
1756
+ x
1757
+ 5
1758
+ first
1759
+ x
1760
+ 6
1761
+ length
1762
+ x
1763
+ 1
1764
+ -
1765
+ M
1766
+ 1
1767
+ p
1768
+ 2
1769
+ x
1770
+ 9
1771
+ for_block
1772
+ t
1773
+ n
1774
+ x
1775
+ 11
1776
+ print_table
1777
+ i
1778
+ 51
1779
+ 57
1780
+ 19
1781
+ 0
1782
+ 15
1783
+ 20
1784
+ 1
1785
+ 13
1786
+ 10
1787
+ 28
1788
+ 15
1789
+ 21
1790
+ 1
1791
+ 0
1792
+ 56
1793
+ 0
1794
+ 50
1795
+ 1
1796
+ 0
1797
+ 20
1798
+ 0
1799
+ 49
1800
+ 2
1801
+ 1
1802
+ 49
1803
+ 3
1804
+ 0
1805
+ 19
1806
+ 1
1807
+ 15
1808
+ 21
1809
+ 1
1810
+ 2
1811
+ 7
1812
+ 4
1813
+ 20
1814
+ 1
1815
+ 80
1816
+ 81
1817
+ 5
1818
+ 47
1819
+ 49
1820
+ 6
1821
+ 0
1822
+ 7
1823
+ 7
1824
+ 63
1825
+ 3
1826
+ 49
1827
+ 8
1828
+ 1
1829
+ 11
1830
+ I
1831
+ 7
1832
+ I
1833
+ 2
1834
+ I
1835
+ 1
1836
+ I
1837
+ 1
1838
+ n
1839
+ p
1840
+ 9
1841
+ M
1842
+ 1
1843
+ p
1844
+ 2
1845
+ x
1846
+ 9
1847
+ for_block
1848
+ t
1849
+ n
1850
+ x
1851
+ 11
1852
+ print_table
1853
+ i
1854
+ 36
1855
+ 58
1856
+ 37
1857
+ 19
1858
+ 0
1859
+ 15
1860
+ 37
1861
+ 19
1862
+ 1
1863
+ 15
1864
+ 15
1865
+ 20
1866
+ 0
1867
+ 21
1868
+ 1
1869
+ 0
1870
+ 49
1871
+ 0
1872
+ 1
1873
+ 49
1874
+ 1
1875
+ 0
1876
+ 20
1877
+ 1
1878
+ 21
1879
+ 1
1880
+ 0
1881
+ 49
1882
+ 0
1883
+ 1
1884
+ 49
1885
+ 1
1886
+ 0
1887
+ 49
1888
+ 2
1889
+ 1
1890
+ 11
1891
+ I
1892
+ 6
1893
+ I
1894
+ 2
1895
+ I
1896
+ 2
1897
+ I
1898
+ 2
1899
+ n
1900
+ p
1901
+ 3
1902
+ x
1903
+ 2
1904
+ []
1905
+ x
1906
+ 4
1907
+ size
1908
+ x
1909
+ 3
1910
+ <=>
1911
+ p
1912
+ 3
1913
+ I
1914
+ 0
1915
+ I
1916
+ 65
1917
+ I
1918
+ 24
1919
+ x
1920
+ 81
1921
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
1922
+ p
1923
+ 2
1924
+ x
1925
+ 1
1926
+ a
1927
+ x
1928
+ 1
1929
+ b
1930
+ x
1931
+ 3
1932
+ max
1933
+ x
1934
+ 2
1935
+ []
1936
+ x
1937
+ 4
1938
+ size
1939
+ s
1940
+ 2
1941
+ %-
1942
+ x
1943
+ 1
1944
+ +
1945
+ x
1946
+ 4
1947
+ to_s
1948
+ s
1949
+ 1
1950
+ s
1951
+ x
1952
+ 2
1953
+ <<
1954
+ p
1955
+ 7
1956
+ I
1957
+ 0
1958
+ I
1959
+ 64
1960
+ I
1961
+ 4
1962
+ I
1963
+ 65
1964
+ I
1965
+ 1d
1966
+ I
1967
+ 66
1968
+ I
1969
+ 33
1970
+ x
1971
+ 81
1972
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
1973
+ p
1974
+ 2
1975
+ x
1976
+ 1
1977
+ i
1978
+ x
1979
+ 6
1980
+ maxima
1981
+ x
1982
+ 4
1983
+ upto
1984
+ s
1985
+ 1
1986
+
1987
+ x
1988
+ 1
1989
+ *
1990
+ x
1991
+ 6
1992
+ insert
1993
+ s
1994
+ 2
1995
+ %s
1996
+ M
1997
+ 1
1998
+ p
1999
+ 2
2000
+ x
2001
+ 9
2002
+ for_block
2003
+ t
2004
+ n
2005
+ x
2006
+ 11
2007
+ print_table
2008
+ i
2009
+ 63
2010
+ 57
2011
+ 19
2012
+ 0
2013
+ 15
2014
+ 7
2015
+ 0
2016
+ 64
2017
+ 19
2018
+ 1
2019
+ 15
2020
+ 20
2021
+ 0
2022
+ 56
2023
+ 1
2024
+ 50
2025
+ 2
2026
+ 0
2027
+ 15
2028
+ 21
2029
+ 1
2030
+ 1
2031
+ 7
2032
+ 3
2033
+ 49
2034
+ 4
2035
+ 1
2036
+ 9
2037
+ 47
2038
+ 5
2039
+ 20
2040
+ 1
2041
+ 21
2042
+ 1
2043
+ 1
2044
+ 7
2045
+ 3
2046
+ 49
2047
+ 4
2048
+ 1
2049
+ 47
2050
+ 49
2051
+ 3
2052
+ 2
2053
+ 19
2054
+ 1
2055
+ 8
2056
+ 48
2057
+ 1
2058
+ 15
2059
+ 99
2060
+ 43
2061
+ 5
2062
+ 7
2063
+ 6
2064
+ 49
2065
+ 4
2066
+ 1
2067
+ 20
2068
+ 1
2069
+ 49
2070
+ 7
2071
+ 1
2072
+ 11
2073
+ I
2074
+ 7
2075
+ I
2076
+ 2
2077
+ I
2078
+ 1
2079
+ I
2080
+ 1
2081
+ n
2082
+ p
2083
+ 8
2084
+ s
2085
+ 0
2086
+
2087
+ M
2088
+ 1
2089
+ p
2090
+ 2
2091
+ x
2092
+ 9
2093
+ for_block
2094
+ t
2095
+ n
2096
+ x
2097
+ 11
2098
+ print_table
2099
+ i
2100
+ 33
2101
+ 58
2102
+ 37
2103
+ 19
2104
+ 0
2105
+ 15
2106
+ 37
2107
+ 19
2108
+ 1
2109
+ 15
2110
+ 15
2111
+ 21
2112
+ 1
2113
+ 1
2114
+ 21
2115
+ 2
2116
+ 2
2117
+ 20
2118
+ 1
2119
+ 49
2120
+ 0
2121
+ 1
2122
+ 20
2123
+ 0
2124
+ 49
2125
+ 1
2126
+ 0
2127
+ 49
2128
+ 2
2129
+ 1
2130
+ 49
2131
+ 3
2132
+ 1
2133
+ 11
2134
+ I
2135
+ 6
2136
+ I
2137
+ 2
2138
+ I
2139
+ 2
2140
+ I
2141
+ 2
2142
+ n
2143
+ p
2144
+ 4
2145
+ x
2146
+ 2
2147
+ []
2148
+ x
2149
+ 4
2150
+ to_s
2151
+ x
2152
+ 1
2153
+ %
2154
+ x
2155
+ 2
2156
+ <<
2157
+ p
2158
+ 5
2159
+ I
2160
+ 0
2161
+ I
2162
+ 6f
2163
+ I
2164
+ a
2165
+ I
2166
+ 70
2167
+ I
2168
+ 21
2169
+ x
2170
+ 81
2171
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2172
+ p
2173
+ 2
2174
+ x
2175
+ 6
2176
+ column
2177
+ x
2178
+ 1
2179
+ i
2180
+ x
2181
+ 15
2182
+ each_with_index
2183
+ x
2184
+ 8
2185
+ truncate
2186
+ x
2187
+ 2
2188
+ []
2189
+ x
2190
+ 7
2191
+ Globals
2192
+ x
2193
+ 7
2194
+ $stdout
2195
+ x
2196
+ 4
2197
+ puts
2198
+ p
2199
+ 11
2200
+ I
2201
+ 0
2202
+ I
2203
+ 6c
2204
+ I
2205
+ 4
2206
+ I
2207
+ 6d
2208
+ I
2209
+ a
2210
+ I
2211
+ 6f
2212
+ I
2213
+ 12
2214
+ I
2215
+ 73
2216
+ I
2217
+ 31
2218
+ I
2219
+ 74
2220
+ I
2221
+ 3f
2222
+ x
2223
+ 81
2224
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2225
+ p
2226
+ 2
2227
+ x
2228
+ 3
2229
+ row
2230
+ x
2231
+ 8
2232
+ sentence
2233
+ x
2234
+ 4
2235
+ each
2236
+ p
2237
+ 21
2238
+ I
2239
+ 0
2240
+ I
2241
+ 5b
2242
+ I
2243
+ e
2244
+ I
2245
+ 5c
2246
+ I
2247
+ 1b
2248
+ I
2249
+ 5e
2250
+ I
2251
+ 3b
2252
+ I
2253
+ 5f
2254
+ I
2255
+ 59
2256
+ I
2257
+ 61
2258
+ I
2259
+ 75
2260
+ I
2261
+ 62
2262
+ I
2263
+ 80
2264
+ I
2265
+ 64
2266
+ I
2267
+ 93
2268
+ I
2269
+ 69
2270
+ I
2271
+ b0
2272
+ I
2273
+ 6a
2274
+ I
2275
+ b9
2276
+ I
2277
+ 6c
2278
+ I
2279
+ c1
2280
+ x
2281
+ 81
2282
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2283
+ p
2284
+ 6
2285
+ x
2286
+ 5
2287
+ table
2288
+ x
2289
+ 7
2290
+ options
2291
+ x
2292
+ 7
2293
+ formats
2294
+ x
2295
+ 5
2296
+ ident
2297
+ x
2298
+ 8
2299
+ colwidth
2300
+ x
2301
+ 5
2302
+ start
2303
+ x
2304
+ 13
2305
+ print_wrapped
2306
+ M
2307
+ 1
2308
+ n
2309
+ n
2310
+ x
2311
+ 13
2312
+ print_wrapped
2313
+ i
2314
+ 66
2315
+ 23
2316
+ 1
2317
+ 10
2318
+ 14
2319
+ 44
2320
+ 43
2321
+ 0
2322
+ 78
2323
+ 49
2324
+ 1
2325
+ 1
2326
+ 19
2327
+ 1
2328
+ 15
2329
+ 20
2330
+ 1
2331
+ 7
2332
+ 2
2333
+ 49
2334
+ 3
2335
+ 1
2336
+ 13
2337
+ 10
2338
+ 26
2339
+ 15
2340
+ 78
2341
+ 19
2342
+ 2
2343
+ 15
2344
+ 5
2345
+ 48
2346
+ 4
2347
+ 20
2348
+ 2
2349
+ 82
2350
+ 5
2351
+ 19
2352
+ 3
2353
+ 15
2354
+ 20
2355
+ 0
2356
+ 7
2357
+ 6
2358
+ 64
2359
+ 49
2360
+ 7
2361
+ 1
2362
+ 19
2363
+ 4
2364
+ 15
2365
+ 20
2366
+ 4
2367
+ 56
2368
+ 8
2369
+ 50
2370
+ 9
2371
+ 0
2372
+ 15
2373
+ 20
2374
+ 4
2375
+ 56
2376
+ 10
2377
+ 50
2378
+ 11
2379
+ 0
2380
+ 11
2381
+ I
2382
+ 7
2383
+ I
2384
+ 5
2385
+ I
2386
+ 1
2387
+ I
2388
+ 2
2389
+ n
2390
+ p
2391
+ 12
2392
+ x
2393
+ 4
2394
+ Hash
2395
+ x
2396
+ 16
2397
+ new_from_literal
2398
+ x
2399
+ 5
2400
+ ident
2401
+ x
2402
+ 2
2403
+ []
2404
+ x
2405
+ 14
2406
+ terminal_width
2407
+ x
2408
+ 1
2409
+ -
2410
+ s
2411
+ 2
2412
+
2413
+
2414
+
2415
+ x
2416
+ 5
2417
+ split
2418
+ M
2419
+ 1
2420
+ p
2421
+ 2
2422
+ x
2423
+ 9
2424
+ for_block
2425
+ t
2426
+ n
2427
+ x
2428
+ 13
2429
+ print_wrapped
2430
+ i
2431
+ 65
2432
+ 57
2433
+ 19
2434
+ 0
2435
+ 15
2436
+ 20
2437
+ 0
2438
+ 49
2439
+ 0
2440
+ 0
2441
+ 7
2442
+ 1
2443
+ 13
2444
+ 70
2445
+ 9
2446
+ 27
2447
+ 15
2448
+ 44
2449
+ 43
2450
+ 2
2451
+ 7
2452
+ 3
2453
+ 78
2454
+ 49
2455
+ 4
2456
+ 2
2457
+ 6
2458
+ 1
2459
+ 7
2460
+ 5
2461
+ 64
2462
+ 49
2463
+ 6
2464
+ 2
2465
+ 7
2466
+ 5
2467
+ 64
2468
+ 49
2469
+ 7
2470
+ 1
2471
+ 44
2472
+ 43
2473
+ 2
2474
+ 7
2475
+ 8
2476
+ 21
2477
+ 1
2478
+ 3
2479
+ 47
2480
+ 49
2481
+ 9
2482
+ 0
2483
+ 7
2484
+ 10
2485
+ 63
2486
+ 3
2487
+ 78
2488
+ 49
2489
+ 4
2490
+ 2
2491
+ 56
2492
+ 11
2493
+ 50
2494
+ 6
2495
+ 1
2496
+ 11
2497
+ I
2498
+ 7
2499
+ I
2500
+ 1
2501
+ I
2502
+ 1
2503
+ I
2504
+ 1
2505
+ n
2506
+ p
2507
+ 12
2508
+ x
2509
+ 5
2510
+ strip
2511
+ n
2512
+ x
2513
+ 6
2514
+ Regexp
2515
+ s
2516
+ 2
2517
+ \n
2518
+ x
2519
+ 3
2520
+ new
2521
+ s
2522
+ 1
2523
+
2524
+ x
2525
+ 4
2526
+ gsub
2527
+ x
2528
+ 7
2529
+ squeeze
2530
+ s
2531
+ 4
2532
+ .{1,
2533
+ x
2534
+ 4
2535
+ to_s
2536
+ s
2537
+ 10
2538
+ }(?:\s|\Z)
2539
+ M
2540
+ 1
2541
+ p
2542
+ 2
2543
+ x
2544
+ 9
2545
+ for_block
2546
+ t
2547
+ n
2548
+ x
2549
+ 13
2550
+ print_wrapped
2551
+ i
2552
+ 61
2553
+ 79
2554
+ 78
2555
+ 98
2556
+ 0
2557
+ 2
2558
+ 4
2559
+ 5
2560
+ 49
2561
+ 1
2562
+ 0
2563
+ 81
2564
+ 2
2565
+ 7
2566
+ 3
2567
+ 13
2568
+ 70
2569
+ 9
2570
+ 30
2571
+ 15
2572
+ 44
2573
+ 43
2574
+ 4
2575
+ 7
2576
+ 5
2577
+ 78
2578
+ 49
2579
+ 6
2580
+ 2
2581
+ 6
2582
+ 3
2583
+ 7
2584
+ 7
2585
+ 64
2586
+ 49
2587
+ 8
2588
+ 2
2589
+ 7
2590
+ 9
2591
+ 13
2592
+ 70
2593
+ 9
2594
+ 54
2595
+ 15
2596
+ 44
2597
+ 43
2598
+ 4
2599
+ 7
2600
+ 10
2601
+ 78
2602
+ 49
2603
+ 6
2604
+ 2
2605
+ 6
2606
+ 9
2607
+ 7
2608
+ 7
2609
+ 64
2610
+ 49
2611
+ 8
2612
+ 2
2613
+ 11
2614
+ I
2615
+ 5
2616
+ I
2617
+ 0
2618
+ I
2619
+ 0
2620
+ I
2621
+ 0
2622
+ I
2623
+ -2
2624
+ p
2625
+ 11
2626
+ x
2627
+ 24
2628
+ regexp_last_match_result
2629
+ x
2630
+ 3
2631
+ chr
2632
+ x
2633
+ 1
2634
+ +
2635
+ n
2636
+ x
2637
+ 6
2638
+ Regexp
2639
+ s
2640
+ 6
2641
+ \n\005
2642
+ x
2643
+ 3
2644
+ new
2645
+ s
2646
+ 1
2647
+
2648
+
2649
+ x
2650
+ 4
2651
+ gsub
2652
+ n
2653
+ s
2654
+ 4
2655
+ \005
2656
+ p
2657
+ 13
2658
+ I
2659
+ 0
2660
+ I
2661
+ 87
2662
+ I
2663
+ 0
2664
+ I
2665
+ 88
2666
+ I
2667
+ c
2668
+ I
2669
+ 89
2670
+ I
2671
+ 21
2672
+ I
2673
+ 88
2674
+ I
2675
+ 24
2676
+ I
2677
+ 89
2678
+ I
2679
+ 39
2680
+ I
2681
+ 88
2682
+ I
2683
+ 3d
2684
+ x
2685
+ 81
2686
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2687
+ p
2688
+ 0
2689
+ p
2690
+ 9
2691
+ I
2692
+ 0
2693
+ I
2694
+ 86
2695
+ I
2696
+ 4
2697
+ I
2698
+ 87
2699
+ I
2700
+ 2a
2701
+ I
2702
+ 88
2703
+ I
2704
+ 3b
2705
+ I
2706
+ 87
2707
+ I
2708
+ 41
2709
+ x
2710
+ 81
2711
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2712
+ p
2713
+ 1
2714
+ x
2715
+ 9
2716
+ unwrapped
2717
+ x
2718
+ 4
2719
+ map!
2720
+ M
2721
+ 1
2722
+ p
2723
+ 2
2724
+ x
2725
+ 9
2726
+ for_block
2727
+ t
2728
+ n
2729
+ x
2730
+ 13
2731
+ print_wrapped
2732
+ i
2733
+ 45
2734
+ 57
2735
+ 19
2736
+ 0
2737
+ 15
2738
+ 20
2739
+ 0
2740
+ 7
2741
+ 0
2742
+ 64
2743
+ 49
2744
+ 1
2745
+ 1
2746
+ 56
2747
+ 2
2748
+ 50
2749
+ 3
2750
+ 0
2751
+ 15
2752
+ 20
2753
+ 0
2754
+ 21
2755
+ 1
2756
+ 4
2757
+ 49
2758
+ 4
2759
+ 0
2760
+ 83
2761
+ 5
2762
+ 9
2763
+ 33
2764
+ 1
2765
+ 8
2766
+ 44
2767
+ 99
2768
+ 43
2769
+ 6
2770
+ 7
2771
+ 7
2772
+ 49
2773
+ 8
2774
+ 1
2775
+ 49
2776
+ 9
2777
+ 0
2778
+ 11
2779
+ I
2780
+ 4
2781
+ I
2782
+ 1
2783
+ I
2784
+ 1
2785
+ I
2786
+ 1
2787
+ n
2788
+ p
2789
+ 10
2790
+ s
2791
+ 1
2792
+
2793
+
2794
+ x
2795
+ 5
2796
+ split
2797
+ M
2798
+ 1
2799
+ p
2800
+ 2
2801
+ x
2802
+ 9
2803
+ for_block
2804
+ t
2805
+ n
2806
+ x
2807
+ 13
2808
+ print_wrapped
2809
+ i
2810
+ 31
2811
+ 57
2812
+ 19
2813
+ 0
2814
+ 15
2815
+ 99
2816
+ 43
2817
+ 0
2818
+ 7
2819
+ 1
2820
+ 49
2821
+ 2
2822
+ 1
2823
+ 20
2824
+ 0
2825
+ 78
2826
+ 7
2827
+ 3
2828
+ 64
2829
+ 21
2830
+ 2
2831
+ 2
2832
+ 49
2833
+ 4
2834
+ 1
2835
+ 49
2836
+ 5
2837
+ 2
2838
+ 49
2839
+ 6
2840
+ 1
2841
+ 11
2842
+ I
2843
+ 7
2844
+ I
2845
+ 1
2846
+ I
2847
+ 1
2848
+ I
2849
+ 1
2850
+ n
2851
+ p
2852
+ 7
2853
+ x
2854
+ 7
2855
+ Globals
2856
+ x
2857
+ 7
2858
+ $stdout
2859
+ x
2860
+ 2
2861
+ []
2862
+ s
2863
+ 1
2864
+
2865
+ x
2866
+ 1
2867
+ *
2868
+ x
2869
+ 6
2870
+ insert
2871
+ x
2872
+ 4
2873
+ puts
2874
+ p
2875
+ 5
2876
+ I
2877
+ 0
2878
+ I
2879
+ 8d
2880
+ I
2881
+ 4
2882
+ I
2883
+ 8e
2884
+ I
2885
+ 1f
2886
+ x
2887
+ 81
2888
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2889
+ p
2890
+ 1
2891
+ x
2892
+ 4
2893
+ line
2894
+ x
2895
+ 4
2896
+ each
2897
+ x
2898
+ 4
2899
+ last
2900
+ x
2901
+ 2
2902
+ ==
2903
+ x
2904
+ 7
2905
+ Globals
2906
+ x
2907
+ 7
2908
+ $stdout
2909
+ x
2910
+ 2
2911
+ []
2912
+ x
2913
+ 4
2914
+ puts
2915
+ p
2916
+ 7
2917
+ I
2918
+ 0
2919
+ I
2920
+ 8c
2921
+ I
2922
+ 4
2923
+ I
2924
+ 8d
2925
+ I
2926
+ 12
2927
+ I
2928
+ 90
2929
+ I
2930
+ 2d
2931
+ x
2932
+ 81
2933
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2934
+ p
2935
+ 1
2936
+ x
2937
+ 4
2938
+ para
2939
+ x
2940
+ 4
2941
+ each
2942
+ p
2943
+ 13
2944
+ I
2945
+ 0
2946
+ I
2947
+ 81
2948
+ I
2949
+ e
2950
+ I
2951
+ 82
2952
+ I
2953
+ 1d
2954
+ I
2955
+ 83
2956
+ I
2957
+ 27
2958
+ I
2959
+ 84
2960
+ I
2961
+ 32
2962
+ I
2963
+ 86
2964
+ I
2965
+ 3a
2966
+ I
2967
+ 8c
2968
+ I
2969
+ 42
2970
+ x
2971
+ 81
2972
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
2973
+ p
2974
+ 5
2975
+ x
2976
+ 7
2977
+ message
2978
+ x
2979
+ 7
2980
+ options
2981
+ x
2982
+ 5
2983
+ ident
2984
+ x
2985
+ 5
2986
+ width
2987
+ x
2988
+ 5
2989
+ paras
2990
+ x
2991
+ 14
2992
+ file_collision
2993
+ M
2994
+ 1
2995
+ n
2996
+ n
2997
+ x
2998
+ 14
2999
+ file_collision
3000
+ i
3001
+ 246
3002
+ 39
3003
+ 0
3004
+ 9
3005
+ 8
3006
+ 2
3007
+ 11
3008
+ 8
3009
+ 9
3010
+ 1
3011
+ 15
3012
+ 94
3013
+ 9
3014
+ 18
3015
+ 7
3016
+ 1
3017
+ 64
3018
+ 8
3019
+ 21
3020
+ 7
3021
+ 2
3022
+ 64
3023
+ 19
3024
+ 1
3025
+ 15
3026
+ 2
3027
+ 9
3028
+ 244
3029
+ 5
3030
+ 7
3031
+ 3
3032
+ 20
3033
+ 0
3034
+ 47
3035
+ 49
3036
+ 4
3037
+ 0
3038
+ 7
3039
+ 5
3040
+ 20
3041
+ 1
3042
+ 47
3043
+ 49
3044
+ 4
3045
+ 0
3046
+ 63
3047
+ 4
3048
+ 47
3049
+ 49
3050
+ 6
3051
+ 1
3052
+ 19
3053
+ 2
3054
+ 15
3055
+ 20
3056
+ 2
3057
+ 13
3058
+ 5
3059
+ 7
3060
+ 7
3061
+ 47
3062
+ 49
3063
+ 8
3064
+ 1
3065
+ 12
3066
+ 49
3067
+ 9
3068
+ 1
3069
+ 10
3070
+ 95
3071
+ 13
3072
+ 5
3073
+ 7
3074
+ 10
3075
+ 47
3076
+ 49
3077
+ 8
3078
+ 1
3079
+ 12
3080
+ 49
3081
+ 9
3082
+ 1
3083
+ 10
3084
+ 95
3085
+ 13
3086
+ 7
3087
+ 11
3088
+ 64
3089
+ 12
3090
+ 49
3091
+ 9
3092
+ 1
3093
+ 10
3094
+ 95
3095
+ 8
3096
+ 100
3097
+ 15
3098
+ 2
3099
+ 11
3100
+ 8
3101
+ 240
3102
+ 13
3103
+ 5
3104
+ 7
3105
+ 12
3106
+ 47
3107
+ 49
3108
+ 8
3109
+ 1
3110
+ 12
3111
+ 49
3112
+ 9
3113
+ 1
3114
+ 10
3115
+ 130
3116
+ 13
3117
+ 5
3118
+ 7
3119
+ 13
3120
+ 47
3121
+ 49
3122
+ 8
3123
+ 1
3124
+ 12
3125
+ 49
3126
+ 9
3127
+ 1
3128
+ 10
3129
+ 130
3130
+ 8
3131
+ 135
3132
+ 15
3133
+ 3
3134
+ 11
3135
+ 8
3136
+ 240
3137
+ 13
3138
+ 5
3139
+ 7
3140
+ 14
3141
+ 47
3142
+ 49
3143
+ 8
3144
+ 1
3145
+ 12
3146
+ 49
3147
+ 9
3148
+ 1
3149
+ 9
3150
+ 156
3151
+ 15
3152
+ 2
3153
+ 38
3154
+ 0
3155
+ 11
3156
+ 8
3157
+ 240
3158
+ 13
3159
+ 5
3160
+ 7
3161
+ 15
3162
+ 47
3163
+ 49
3164
+ 8
3165
+ 1
3166
+ 12
3167
+ 49
3168
+ 9
3169
+ 1
3170
+ 9
3171
+ 190
3172
+ 15
3173
+ 5
3174
+ 7
3175
+ 16
3176
+ 64
3177
+ 47
3178
+ 49
3179
+ 17
3180
+ 1
3181
+ 15
3182
+ 5
3183
+ 45
3184
+ 18
3185
+ 19
3186
+ 47
3187
+ 49
3188
+ 20
3189
+ 1
3190
+ 8
3191
+ 240
3192
+ 13
3193
+ 5
3194
+ 7
3195
+ 21
3196
+ 47
3197
+ 49
3198
+ 8
3199
+ 1
3200
+ 12
3201
+ 49
3202
+ 9
3203
+ 1
3204
+ 9
3205
+ 231
3206
+ 15
3207
+ 94
3208
+ 9
3209
+ 219
3210
+ 5
3211
+ 20
3212
+ 0
3213
+ 60
3214
+ 0
3215
+ 47
3216
+ 49
3217
+ 22
3218
+ 2
3219
+ 8
3220
+ 220
3221
+ 1
3222
+ 15
3223
+ 5
3224
+ 7
3225
+ 23
3226
+ 64
3227
+ 47
3228
+ 49
3229
+ 17
3230
+ 1
3231
+ 8
3232
+ 240
3233
+ 15
3234
+ 5
3235
+ 5
3236
+ 48
3237
+ 24
3238
+ 47
3239
+ 49
3240
+ 17
3241
+ 1
3242
+ 15
3243
+ 68
3244
+ 8
3245
+ 24
3246
+ 1
3247
+ 11
3248
+ I
3249
+ 8
3250
+ I
3251
+ 3
3252
+ I
3253
+ 1
3254
+ I
3255
+ 1
3256
+ n
3257
+ p
3258
+ 25
3259
+ x
3260
+ 13
3261
+ @always_force
3262
+ s
3263
+ 8
3264
+ [Ynaqdh]
3265
+ s
3266
+ 7
3267
+ [Ynaqh]
3268
+ s
3269
+ 10
3270
+ Overwrite
3271
+ x
3272
+ 4
3273
+ to_s
3274
+ s
3275
+ 23
3276
+ ? (enter "h" for help)
3277
+ x
3278
+ 3
3279
+ ask
3280
+ x
3281
+ 3
3282
+ yes
3283
+ x
3284
+ 3
3285
+ is?
3286
+ x
3287
+ 3
3288
+ ===
3289
+ x
3290
+ 5
3291
+ force
3292
+ s
3293
+ 0
3294
+
3295
+ x
3296
+ 2
3297
+ no
3298
+ x
3299
+ 4
3300
+ skip
3301
+ x
3302
+ 6
3303
+ always
3304
+ x
3305
+ 4
3306
+ quit
3307
+ s
3308
+ 11
3309
+ Aborting...
3310
+ x
3311
+ 3
3312
+ say
3313
+ x
3314
+ 10
3315
+ SystemExit
3316
+ n
3317
+ x
3318
+ 5
3319
+ raise
3320
+ x
3321
+ 4
3322
+ diff
3323
+ x
3324
+ 9
3325
+ show_diff
3326
+ s
3327
+ 11
3328
+ Retrying...
3329
+ x
3330
+ 19
3331
+ file_collision_help
3332
+ p
3333
+ 39
3334
+ I
3335
+ 0
3336
+ I
3337
+ 9c
3338
+ I
3339
+ 0
3340
+ I
3341
+ 9d
3342
+ I
3343
+ a
3344
+ I
3345
+ 9e
3346
+ I
3347
+ 18
3348
+ I
3349
+ a0
3350
+ I
3351
+ 1b
3352
+ I
3353
+ a1
3354
+ I
3355
+ 35
3356
+ I
3357
+ a3
3358
+ I
3359
+ 38
3360
+ I
3361
+ a4
3362
+ I
3363
+ 60
3364
+ I
3365
+ a5
3366
+ I
3367
+ 65
3368
+ I
3369
+ a6
3370
+ I
3371
+ 83
3372
+ I
3373
+ a7
3374
+ I
3375
+ 88
3376
+ I
3377
+ a8
3378
+ I
3379
+ 96
3380
+ I
3381
+ a9
3382
+ I
3383
+ 9d
3384
+ I
3385
+ aa
3386
+ I
3387
+ ab
3388
+ I
3389
+ ab
3390
+ I
3391
+ b4
3392
+ I
3393
+ ac
3394
+ I
3395
+ bf
3396
+ I
3397
+ ad
3398
+ I
3399
+ cd
3400
+ I
3401
+ ae
3402
+ I
3403
+ dd
3404
+ I
3405
+ af
3406
+ I
3407
+ e8
3408
+ I
3409
+ b1
3410
+ I
3411
+ f6
3412
+ x
3413
+ 81
3414
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
3415
+ p
3416
+ 3
3417
+ x
3418
+ 11
3419
+ destination
3420
+ x
3421
+ 7
3422
+ options
3423
+ x
3424
+ 6
3425
+ answer
3426
+ x
3427
+ 5
3428
+ error
3429
+ M
3430
+ 1
3431
+ n
3432
+ n
3433
+ x
3434
+ 5
3435
+ error
3436
+ i
3437
+ 14
3438
+ 99
3439
+ 43
3440
+ 0
3441
+ 7
3442
+ 1
3443
+ 49
3444
+ 2
3445
+ 1
3446
+ 20
3447
+ 0
3448
+ 49
3449
+ 3
3450
+ 1
3451
+ 11
3452
+ I
3453
+ 3
3454
+ I
3455
+ 1
3456
+ I
3457
+ 1
3458
+ I
3459
+ 1
3460
+ n
3461
+ p
3462
+ 4
3463
+ x
3464
+ 7
3465
+ Globals
3466
+ x
3467
+ 7
3468
+ $stderr
3469
+ x
3470
+ 2
3471
+ []
3472
+ x
3473
+ 4
3474
+ puts
3475
+ p
3476
+ 5
3477
+ I
3478
+ 0
3479
+ I
3480
+ bb
3481
+ I
3482
+ 0
3483
+ I
3484
+ bc
3485
+ I
3486
+ e
3487
+ x
3488
+ 81
3489
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
3490
+ p
3491
+ 1
3492
+ x
3493
+ 9
3494
+ statement
3495
+ x
3496
+ 9
3497
+ set_color
3498
+ M
3499
+ 1
3500
+ n
3501
+ n
3502
+ x
3503
+ 9
3504
+ set_color
3505
+ i
3506
+ 11
3507
+ 23
3508
+ 2
3509
+ 10
3510
+ 8
3511
+ 3
3512
+ 19
3513
+ 2
3514
+ 15
3515
+ 20
3516
+ 0
3517
+ 11
3518
+ I
3519
+ 4
3520
+ I
3521
+ 3
3522
+ I
3523
+ 2
3524
+ I
3525
+ 3
3526
+ n
3527
+ p
3528
+ 0
3529
+ p
3530
+ 5
3531
+ I
3532
+ 0
3533
+ I
3534
+ c2
3535
+ I
3536
+ 8
3537
+ I
3538
+ c3
3539
+ I
3540
+ b
3541
+ x
3542
+ 81
3543
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
3544
+ p
3545
+ 3
3546
+ x
3547
+ 6
3548
+ string
3549
+ x
3550
+ 5
3551
+ color
3552
+ x
3553
+ 4
3554
+ bold
3555
+ x
3556
+ 9
3557
+ protected
3558
+ x
3559
+ 3
3560
+ is?
3561
+ M
3562
+ 1
3563
+ n
3564
+ n
3565
+ x
3566
+ 3
3567
+ is?
3568
+ i
3569
+ 72
3570
+ 20
3571
+ 0
3572
+ 49
3573
+ 0
3574
+ 0
3575
+ 19
3576
+ 0
3577
+ 15
3578
+ 20
3579
+ 0
3580
+ 49
3581
+ 1
3582
+ 0
3583
+ 79
3584
+ 83
3585
+ 2
3586
+ 9
3587
+ 39
3588
+ 44
3589
+ 43
3590
+ 3
3591
+ 7
3592
+ 4
3593
+ 20
3594
+ 0
3595
+ 47
3596
+ 49
3597
+ 0
3598
+ 0
3599
+ 7
3600
+ 5
3601
+ 63
3602
+ 3
3603
+ 79
3604
+ 49
3605
+ 6
3606
+ 2
3607
+ 8
3608
+ 71
3609
+ 44
3610
+ 43
3611
+ 3
3612
+ 7
3613
+ 7
3614
+ 20
3615
+ 0
3616
+ 47
3617
+ 49
3618
+ 0
3619
+ 0
3620
+ 7
3621
+ 8
3622
+ 20
3623
+ 0
3624
+ 78
3625
+ 79
3626
+ 49
3627
+ 9
3628
+ 2
3629
+ 47
3630
+ 49
3631
+ 0
3632
+ 0
3633
+ 7
3634
+ 10
3635
+ 63
3636
+ 5
3637
+ 79
3638
+ 49
3639
+ 6
3640
+ 2
3641
+ 11
3642
+ I
3643
+ 8
3644
+ I
3645
+ 1
3646
+ I
3647
+ 1
3648
+ I
3649
+ 1
3650
+ n
3651
+ p
3652
+ 11
3653
+ x
3654
+ 4
3655
+ to_s
3656
+ x
3657
+ 4
3658
+ size
3659
+ x
3660
+ 2
3661
+ ==
3662
+ x
3663
+ 6
3664
+ Regexp
3665
+ s
3666
+ 2
3667
+ \A
3668
+ s
3669
+ 2
3670
+ \z
3671
+ x
3672
+ 3
3673
+ new
3674
+ s
3675
+ 3
3676
+ \A(
3677
+ s
3678
+ 1
3679
+ |
3680
+ x
3681
+ 2
3682
+ []
3683
+ s
3684
+ 3
3685
+ )\z
3686
+ p
3687
+ 11
3688
+ I
3689
+ 0
3690
+ I
3691
+ c8
3692
+ I
3693
+ 0
3694
+ I
3695
+ c9
3696
+ I
3697
+ 8
3698
+ I
3699
+ cb
3700
+ I
3701
+ 15
3702
+ I
3703
+ cc
3704
+ I
3705
+ 2a
3706
+ I
3707
+ ce
3708
+ I
3709
+ 48
3710
+ x
3711
+ 81
3712
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
3713
+ p
3714
+ 1
3715
+ x
3716
+ 5
3717
+ value
3718
+ x
3719
+ 19
3720
+ file_collision_help
3721
+ M
3722
+ 1
3723
+ n
3724
+ n
3725
+ x
3726
+ 19
3727
+ file_collision_help
3728
+ i
3729
+ 4
3730
+ 7
3731
+ 0
3732
+ 64
3733
+ 11
3734
+ I
3735
+ 1
3736
+ I
3737
+ 0
3738
+ I
3739
+ 0
3740
+ I
3741
+ 0
3742
+ n
3743
+ p
3744
+ 1
3745
+ s
3746
+ 183
3747
+ Y - yes, overwrite
3748
+ n - no, do not overwrite
3749
+ a - all, overwrite this and all others
3750
+ q - quit, abort
3751
+ d - diff, show the differences between the old and the new
3752
+ h - help, show this help
3753
+
3754
+ p
3755
+ 5
3756
+ I
3757
+ 0
3758
+ I
3759
+ d2
3760
+ I
3761
+ 0
3762
+ I
3763
+ d3
3764
+ I
3765
+ 4
3766
+ x
3767
+ 81
3768
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
3769
+ p
3770
+ 0
3771
+ x
3772
+ 9
3773
+ show_diff
3774
+ M
3775
+ 1
3776
+ n
3777
+ n
3778
+ x
3779
+ 9
3780
+ show_diff
3781
+ i
3782
+ 57
3783
+ 45
3784
+ 0
3785
+ 1
3786
+ 7
3787
+ 2
3788
+ 64
3789
+ 49
3790
+ 3
3791
+ 1
3792
+ 13
3793
+ 10
3794
+ 29
3795
+ 15
3796
+ 45
3797
+ 0
3798
+ 4
3799
+ 7
3800
+ 5
3801
+ 64
3802
+ 49
3803
+ 3
3804
+ 1
3805
+ 13
3806
+ 10
3807
+ 29
3808
+ 15
3809
+ 7
3810
+ 6
3811
+ 64
3812
+ 19
3813
+ 2
3814
+ 15
3815
+ 45
3816
+ 7
3817
+ 8
3818
+ 45
3819
+ 9
3820
+ 10
3821
+ 20
3822
+ 0
3823
+ 49
3824
+ 11
3825
+ 1
3826
+ 45
3827
+ 9
3828
+ 12
3829
+ 20
3830
+ 0
3831
+ 49
3832
+ 13
3833
+ 1
3834
+ 56
3835
+ 14
3836
+ 50
3837
+ 15
3838
+ 2
3839
+ 11
3840
+ I
3841
+ 7
3842
+ I
3843
+ 3
3844
+ I
3845
+ 2
3846
+ I
3847
+ 2
3848
+ n
3849
+ p
3850
+ 16
3851
+ x
3852
+ 3
3853
+ ENV
3854
+ n
3855
+ s
3856
+ 9
3857
+ THOR_DIFF
3858
+ x
3859
+ 2
3860
+ []
3861
+ n
3862
+ s
3863
+ 10
3864
+ RAILS_DIFF
3865
+ s
3866
+ 7
3867
+ diff -u
3868
+ x
3869
+ 8
3870
+ Tempfile
3871
+ n
3872
+ x
3873
+ 4
3874
+ File
3875
+ n
3876
+ x
3877
+ 8
3878
+ basename
3879
+ n
3880
+ x
3881
+ 7
3882
+ dirname
3883
+ M
3884
+ 1
3885
+ p
3886
+ 2
3887
+ x
3888
+ 9
3889
+ for_block
3890
+ t
3891
+ n
3892
+ x
3893
+ 9
3894
+ show_diff
3895
+ i
3896
+ 56
3897
+ 57
3898
+ 19
3899
+ 0
3900
+ 15
3901
+ 20
3902
+ 0
3903
+ 21
3904
+ 1
3905
+ 1
3906
+ 49
3907
+ 0
3908
+ 1
3909
+ 15
3910
+ 20
3911
+ 0
3912
+ 49
3913
+ 1
3914
+ 0
3915
+ 15
3916
+ 5
3917
+ 21
3918
+ 1
3919
+ 2
3920
+ 47
3921
+ 49
3922
+ 2
3923
+ 0
3924
+ 7
3925
+ 3
3926
+ 21
3927
+ 1
3928
+ 0
3929
+ 47
3930
+ 49
3931
+ 2
3932
+ 0
3933
+ 7
3934
+ 4
3935
+ 20
3936
+ 0
3937
+ 49
3938
+ 5
3939
+ 0
3940
+ 47
3941
+ 49
3942
+ 2
3943
+ 0
3944
+ 7
3945
+ 6
3946
+ 63
3947
+ 6
3948
+ 47
3949
+ 49
3950
+ 7
3951
+ 1
3952
+ 11
3953
+ I
3954
+ 9
3955
+ I
3956
+ 1
3957
+ I
3958
+ 1
3959
+ I
3960
+ 1
3961
+ n
3962
+ p
3963
+ 8
3964
+ x
3965
+ 5
3966
+ write
3967
+ x
3968
+ 6
3969
+ rewind
3970
+ x
3971
+ 4
3972
+ to_s
3973
+ s
3974
+ 2
3975
+ "
3976
+ s
3977
+ 3
3978
+ " "
3979
+ x
3980
+ 4
3981
+ path
3982
+ s
3983
+ 1
3984
+ "
3985
+ x
3986
+ 6
3987
+ system
3988
+ p
3989
+ 9
3990
+ I
3991
+ 0
3992
+ I
3993
+ e0
3994
+ I
3995
+ 4
3996
+ I
3997
+ e1
3998
+ I
3999
+ d
4000
+ I
4001
+ e2
4002
+ I
4003
+ 13
4004
+ I
4005
+ e3
4006
+ I
4007
+ 38
4008
+ x
4009
+ 81
4010
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4011
+ p
4012
+ 1
4013
+ x
4014
+ 4
4015
+ temp
4016
+ x
4017
+ 4
4018
+ open
4019
+ p
4020
+ 7
4021
+ I
4022
+ 0
4023
+ I
4024
+ dd
4025
+ I
4026
+ 0
4027
+ I
4028
+ de
4029
+ I
4030
+ 20
4031
+ I
4032
+ e0
4033
+ I
4034
+ 39
4035
+ x
4036
+ 81
4037
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4038
+ p
4039
+ 3
4040
+ x
4041
+ 11
4042
+ destination
4043
+ x
4044
+ 7
4045
+ content
4046
+ x
4047
+ 8
4048
+ diff_cmd
4049
+ x
4050
+ 6
4051
+ quiet?
4052
+ M
4053
+ 1
4054
+ n
4055
+ n
4056
+ x
4057
+ 6
4058
+ quiet?
4059
+ i
4060
+ 19
4061
+ 5
4062
+ 48
4063
+ 0
4064
+ 13
4065
+ 9
4066
+ 18
4067
+ 15
4068
+ 5
4069
+ 48
4070
+ 0
4071
+ 49
4072
+ 1
4073
+ 0
4074
+ 7
4075
+ 2
4076
+ 49
4077
+ 3
4078
+ 1
4079
+ 11
4080
+ I
4081
+ 2
4082
+ I
4083
+ 0
4084
+ I
4085
+ 0
4086
+ I
4087
+ 0
4088
+ n
4089
+ p
4090
+ 4
4091
+ x
4092
+ 4
4093
+ base
4094
+ x
4095
+ 7
4096
+ options
4097
+ x
4098
+ 5
4099
+ quiet
4100
+ x
4101
+ 2
4102
+ []
4103
+ p
4104
+ 5
4105
+ I
4106
+ 0
4107
+ I
4108
+ e7
4109
+ I
4110
+ 0
4111
+ I
4112
+ e8
4113
+ I
4114
+ 13
4115
+ x
4116
+ 81
4117
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4118
+ p
4119
+ 0
4120
+ x
4121
+ 14
4122
+ terminal_width
4123
+ M
4124
+ 1
4125
+ n
4126
+ n
4127
+ x
4128
+ 14
4129
+ terminal_width
4130
+ i
4131
+ 100
4132
+ 26
4133
+ 93
4134
+ 0
4135
+ 15
4136
+ 29
4137
+ 68
4138
+ 0
4139
+ 45
4140
+ 0
4141
+ 1
4142
+ 7
4143
+ 2
4144
+ 64
4145
+ 49
4146
+ 3
4147
+ 1
4148
+ 9
4149
+ 34
4150
+ 45
4151
+ 0
4152
+ 4
4153
+ 7
4154
+ 2
4155
+ 64
4156
+ 49
4157
+ 3
4158
+ 1
4159
+ 49
4160
+ 5
4161
+ 0
4162
+ 19
4163
+ 0
4164
+ 8
4165
+ 50
4166
+ 5
4167
+ 47
4168
+ 49
4169
+ 6
4170
+ 0
4171
+ 9
4172
+ 46
4173
+ 5
4174
+ 48
4175
+ 7
4176
+ 8
4177
+ 48
4178
+ 4
4179
+ 80
4180
+ 19
4181
+ 0
4182
+ 15
4183
+ 20
4184
+ 0
4185
+ 4
4186
+ 10
4187
+ 84
4188
+ 8
4189
+ 9
4190
+ 63
4191
+ 4
4192
+ 80
4193
+ 8
4194
+ 65
4195
+ 20
4196
+ 0
4197
+ 30
4198
+ 8
4199
+ 96
4200
+ 26
4201
+ 93
4202
+ 1
4203
+ 15
4204
+ 24
4205
+ 13
4206
+ 45
4207
+ 9
4208
+ 10
4209
+ 12
4210
+ 49
4211
+ 11
4212
+ 1
4213
+ 10
4214
+ 85
4215
+ 8
4216
+ 91
4217
+ 15
4218
+ 4
4219
+ 80
4220
+ 25
4221
+ 8
4222
+ 96
4223
+ 15
4224
+ 92
4225
+ 1
4226
+ 27
4227
+ 34
4228
+ 92
4229
+ 0
4230
+ 27
4231
+ 11
4232
+ I
4233
+ 6
4234
+ I
4235
+ 1
4236
+ I
4237
+ 0
4238
+ I
4239
+ 0
4240
+ n
4241
+ p
4242
+ 12
4243
+ x
4244
+ 3
4245
+ ENV
4246
+ n
4247
+ s
4248
+ 12
4249
+ THOR_COLUMNS
4250
+ x
4251
+ 2
4252
+ []
4253
+ n
4254
+ x
4255
+ 4
4256
+ to_i
4257
+ x
4258
+ 5
4259
+ unix?
4260
+ x
4261
+ 13
4262
+ dynamic_width
4263
+ x
4264
+ 1
4265
+ <
4266
+ x
4267
+ 13
4268
+ StandardError
4269
+ n
4270
+ x
4271
+ 3
4272
+ ===
4273
+ p
4274
+ 13
4275
+ I
4276
+ 0
4277
+ I
4278
+ ed
4279
+ I
4280
+ 0
4281
+ I
4282
+ ee
4283
+ I
4284
+ 12
4285
+ I
4286
+ ef
4287
+ I
4288
+ 22
4289
+ I
4290
+ f1
4291
+ I
4292
+ 33
4293
+ I
4294
+ f3
4295
+ I
4296
+ 49
4297
+ I
4298
+ f5
4299
+ I
4300
+ 64
4301
+ x
4302
+ 81
4303
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4304
+ p
4305
+ 1
4306
+ x
4307
+ 6
4308
+ result
4309
+ x
4310
+ 13
4311
+ dynamic_width
4312
+ M
4313
+ 1
4314
+ n
4315
+ n
4316
+ x
4317
+ 13
4318
+ dynamic_width
4319
+ i
4320
+ 22
4321
+ 39
4322
+ 0
4323
+ 13
4324
+ 10
4325
+ 21
4326
+ 15
4327
+ 5
4328
+ 48
4329
+ 1
4330
+ 49
4331
+ 2
4332
+ 0
4333
+ 13
4334
+ 10
4335
+ 19
4336
+ 15
4337
+ 5
4338
+ 48
4339
+ 3
4340
+ 38
4341
+ 0
4342
+ 11
4343
+ I
4344
+ 2
4345
+ I
4346
+ 0
4347
+ I
4348
+ 0
4349
+ I
4350
+ 0
4351
+ n
4352
+ p
4353
+ 4
4354
+ x
4355
+ 14
4356
+ @dynamic_width
4357
+ x
4358
+ 18
4359
+ dynamic_width_stty
4360
+ x
4361
+ 8
4362
+ nonzero?
4363
+ x
4364
+ 18
4365
+ dynamic_width_tput
4366
+ p
4367
+ 5
4368
+ I
4369
+ 0
4370
+ I
4371
+ f9
4372
+ I
4373
+ 0
4374
+ I
4375
+ fa
4376
+ I
4377
+ 16
4378
+ x
4379
+ 81
4380
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4381
+ p
4382
+ 0
4383
+ x
4384
+ 18
4385
+ dynamic_width_stty
4386
+ M
4387
+ 1
4388
+ n
4389
+ n
4390
+ x
4391
+ 18
4392
+ dynamic_width_stty
4393
+ i
4394
+ 19
4395
+ 5
4396
+ 7
4397
+ 0
4398
+ 64
4399
+ 47
4400
+ 49
4401
+ 1
4402
+ 1
4403
+ 49
4404
+ 2
4405
+ 0
4406
+ 79
4407
+ 49
4408
+ 3
4409
+ 1
4410
+ 49
4411
+ 4
4412
+ 0
4413
+ 11
4414
+ I
4415
+ 2
4416
+ I
4417
+ 0
4418
+ I
4419
+ 0
4420
+ I
4421
+ 0
4422
+ n
4423
+ p
4424
+ 5
4425
+ s
4426
+ 21
4427
+ stty size 2>/dev/null
4428
+ x
4429
+ 1
4430
+ `
4431
+ x
4432
+ 5
4433
+ split
4434
+ x
4435
+ 2
4436
+ []
4437
+ x
4438
+ 4
4439
+ to_i
4440
+ p
4441
+ 5
4442
+ I
4443
+ 0
4444
+ I
4445
+ fd
4446
+ I
4447
+ 0
4448
+ I
4449
+ fe
4450
+ I
4451
+ 13
4452
+ x
4453
+ 81
4454
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4455
+ p
4456
+ 0
4457
+ x
4458
+ 18
4459
+ dynamic_width_tput
4460
+ M
4461
+ 1
4462
+ n
4463
+ n
4464
+ x
4465
+ 18
4466
+ dynamic_width_tput
4467
+ i
4468
+ 12
4469
+ 5
4470
+ 7
4471
+ 0
4472
+ 64
4473
+ 47
4474
+ 49
4475
+ 1
4476
+ 1
4477
+ 49
4478
+ 2
4479
+ 0
4480
+ 11
4481
+ I
4482
+ 2
4483
+ I
4484
+ 0
4485
+ I
4486
+ 0
4487
+ I
4488
+ 0
4489
+ n
4490
+ p
4491
+ 3
4492
+ s
4493
+ 21
4494
+ tput cols 2>/dev/null
4495
+ x
4496
+ 1
4497
+ `
4498
+ x
4499
+ 4
4500
+ to_i
4501
+ p
4502
+ 5
4503
+ I
4504
+ 0
4505
+ I
4506
+ 101
4507
+ I
4508
+ 0
4509
+ I
4510
+ 102
4511
+ I
4512
+ c
4513
+ x
4514
+ 81
4515
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4516
+ p
4517
+ 0
4518
+ x
4519
+ 5
4520
+ unix?
4521
+ M
4522
+ 1
4523
+ n
4524
+ n
4525
+ x
4526
+ 5
4527
+ unix?
4528
+ i
4529
+ 25
4530
+ 45
4531
+ 0
4532
+ 1
4533
+ 7
4534
+ 2
4535
+ 13
4536
+ 70
4537
+ 9
4538
+ 21
4539
+ 15
4540
+ 44
4541
+ 43
4542
+ 3
4543
+ 7
4544
+ 4
4545
+ 79
4546
+ 49
4547
+ 5
4548
+ 2
4549
+ 6
4550
+ 2
4551
+ 49
4552
+ 6
4553
+ 1
4554
+ 11
4555
+ I
4556
+ 4
4557
+ I
4558
+ 0
4559
+ I
4560
+ 0
4561
+ I
4562
+ 0
4563
+ n
4564
+ p
4565
+ 7
4566
+ x
4567
+ 13
4568
+ RUBY_PLATFORM
4569
+ n
4570
+ n
4571
+ x
4572
+ 6
4573
+ Regexp
4574
+ s
4575
+ 62
4576
+ (aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)
4577
+ x
4578
+ 3
4579
+ new
4580
+ x
4581
+ 2
4582
+ =~
4583
+ p
4584
+ 5
4585
+ I
4586
+ 0
4587
+ I
4588
+ 105
4589
+ I
4590
+ 0
4591
+ I
4592
+ 106
4593
+ I
4594
+ 19
4595
+ x
4596
+ 81
4597
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4598
+ p
4599
+ 0
4600
+ x
4601
+ 8
4602
+ truncate
4603
+ M
4604
+ 1
4605
+ n
4606
+ n
4607
+ x
4608
+ 8
4609
+ truncate
4610
+ i
4611
+ 41
4612
+ 20
4613
+ 0
4614
+ 49
4615
+ 0
4616
+ 0
4617
+ 20
4618
+ 1
4619
+ 49
4620
+ 1
4621
+ 1
4622
+ 9
4623
+ 16
4624
+ 20
4625
+ 0
4626
+ 8
4627
+ 40
4628
+ 20
4629
+ 0
4630
+ 78
4631
+ 20
4632
+ 1
4633
+ 4
4634
+ 3
4635
+ 82
4636
+ 2
4637
+ 49
4638
+ 3
4639
+ 2
4640
+ 13
4641
+ 10
4642
+ 35
4643
+ 15
4644
+ 7
4645
+ 4
4646
+ 64
4647
+ 7
4648
+ 5
4649
+ 64
4650
+ 81
4651
+ 6
4652
+ 11
4653
+ I
4654
+ 6
4655
+ I
4656
+ 2
4657
+ I
4658
+ 2
4659
+ I
4660
+ 2
4661
+ n
4662
+ p
4663
+ 7
4664
+ x
4665
+ 6
4666
+ length
4667
+ x
4668
+ 2
4669
+ <=
4670
+ x
4671
+ 1
4672
+ -
4673
+ x
4674
+ 2
4675
+ []
4676
+ s
4677
+ 0
4678
+
4679
+ s
4680
+ 3
4681
+ ...
4682
+ x
4683
+ 1
4684
+ +
4685
+ p
4686
+ 9
4687
+ I
4688
+ 0
4689
+ I
4690
+ 109
4691
+ I
4692
+ 0
4693
+ I
4694
+ 10a
4695
+ I
4696
+ c
4697
+ I
4698
+ 10b
4699
+ I
4700
+ 10
4701
+ I
4702
+ 10d
4703
+ I
4704
+ 29
4705
+ x
4706
+ 81
4707
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4708
+ p
4709
+ 2
4710
+ x
4711
+ 6
4712
+ string
4713
+ x
4714
+ 5
4715
+ width
4716
+ p
4717
+ 49
4718
+ I
4719
+ 2
4720
+ I
4721
+ 6
4722
+ I
4723
+ c
4724
+ I
4725
+ a
4726
+ I
4727
+ 1a
4728
+ I
4729
+ 10
4730
+ I
4731
+ 28
4732
+ I
4733
+ 19
4734
+ I
4735
+ 36
4736
+ I
4737
+ 25
4738
+ I
4739
+ 44
4740
+ I
4741
+ 38
4742
+ I
4743
+ 52
4744
+ I
4745
+ 47
4746
+ I
4747
+ 60
4748
+ I
4749
+ 4e
4750
+ I
4751
+ 6e
4752
+ I
4753
+ 5b
4754
+ I
4755
+ 7c
4756
+ I
4757
+ 81
4758
+ I
4759
+ 8a
4760
+ I
4761
+ 9c
4762
+ I
4763
+ 98
4764
+ I
4765
+ bb
4766
+ I
4767
+ a6
4768
+ I
4769
+ c2
4770
+ I
4771
+ b4
4772
+ I
4773
+ c6
4774
+ I
4775
+ b8
4776
+ I
4777
+ c8
4778
+ I
4779
+ c6
4780
+ I
4781
+ d2
4782
+ I
4783
+ d4
4784
+ I
4785
+ dd
4786
+ I
4787
+ e2
4788
+ I
4789
+ e7
4790
+ I
4791
+ f0
4792
+ I
4793
+ ed
4794
+ I
4795
+ fe
4796
+ I
4797
+ f9
4798
+ I
4799
+ 10c
4800
+ I
4801
+ fd
4802
+ I
4803
+ 11a
4804
+ I
4805
+ 101
4806
+ I
4807
+ 128
4808
+ I
4809
+ 105
4810
+ I
4811
+ 136
4812
+ I
4813
+ 109
4814
+ I
4815
+ 144
4816
+ x
4817
+ 81
4818
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4819
+ p
4820
+ 0
4821
+ x
4822
+ 13
4823
+ attach_method
4824
+ p
4825
+ 3
4826
+ I
4827
+ 2
4828
+ I
4829
+ 5
4830
+ I
4831
+ 1d
4832
+ x
4833
+ 81
4834
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4835
+ p
4836
+ 0
4837
+ x
4838
+ 13
4839
+ attach_method
4840
+ p
4841
+ 3
4842
+ I
4843
+ 2
4844
+ I
4845
+ 4
4846
+ I
4847
+ 1c
4848
+ x
4849
+ 81
4850
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4851
+ p
4852
+ 0
4853
+ x
4854
+ 13
4855
+ attach_method
4856
+ p
4857
+ 5
4858
+ I
4859
+ 0
4860
+ I
4861
+ 1
4862
+ I
4863
+ 9
4864
+ I
4865
+ 3
4866
+ I
4867
+ 26
4868
+ x
4869
+ 81
4870
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/shell/basic.rb
4871
+ p
4872
+ 0