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
File without changes
@@ -0,0 +1,2900 @@
1
+ !RBIX
2
+ 0
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 29
13
+ 99
14
+ 7
15
+ 0
16
+ 1
17
+ 65
18
+ 49
19
+ 1
20
+ 3
21
+ 13
22
+ 99
23
+ 12
24
+ 7
25
+ 2
26
+ 12
27
+ 7
28
+ 3
29
+ 12
30
+ 65
31
+ 12
32
+ 49
33
+ 4
34
+ 4
35
+ 15
36
+ 49
37
+ 2
38
+ 0
39
+ 15
40
+ 2
41
+ 11
42
+ I
43
+ 6
44
+ I
45
+ 0
46
+ I
47
+ 0
48
+ I
49
+ 0
50
+ n
51
+ p
52
+ 5
53
+ x
54
+ 4
55
+ Thor
56
+ x
57
+ 10
58
+ open_class
59
+ x
60
+ 14
61
+ __class_init__
62
+ M
63
+ 1
64
+ n
65
+ n
66
+ x
67
+ 4
68
+ Thor
69
+ i
70
+ 130
71
+ 5
72
+ 66
73
+ 99
74
+ 7
75
+ 0
76
+ 45
77
+ 1
78
+ 2
79
+ 13
80
+ 71
81
+ 3
82
+ 47
83
+ 9
84
+ 36
85
+ 47
86
+ 49
87
+ 4
88
+ 0
89
+ 13
90
+ 7
91
+ 5
92
+ 7
93
+ 6
94
+ 7
95
+ 7
96
+ 7
97
+ 8
98
+ 7
99
+ 9
100
+ 47
101
+ 49
102
+ 10
103
+ 5
104
+ 15
105
+ 8
106
+ 49
107
+ 7
108
+ 5
109
+ 7
110
+ 6
111
+ 7
112
+ 7
113
+ 7
114
+ 8
115
+ 7
116
+ 9
117
+ 49
118
+ 3
119
+ 5
120
+ 65
121
+ 49
122
+ 11
123
+ 3
124
+ 13
125
+ 99
126
+ 12
127
+ 7
128
+ 12
129
+ 12
130
+ 7
131
+ 13
132
+ 12
133
+ 65
134
+ 12
135
+ 49
136
+ 14
137
+ 4
138
+ 15
139
+ 49
140
+ 12
141
+ 0
142
+ 15
143
+ 99
144
+ 7
145
+ 15
146
+ 45
147
+ 0
148
+ 16
149
+ 65
150
+ 49
151
+ 11
152
+ 3
153
+ 13
154
+ 99
155
+ 12
156
+ 7
157
+ 12
158
+ 12
159
+ 7
160
+ 17
161
+ 12
162
+ 65
163
+ 12
164
+ 49
165
+ 14
166
+ 4
167
+ 15
168
+ 49
169
+ 12
170
+ 0
171
+ 15
172
+ 99
173
+ 7
174
+ 18
175
+ 45
176
+ 0
177
+ 19
178
+ 65
179
+ 49
180
+ 11
181
+ 3
182
+ 13
183
+ 99
184
+ 12
185
+ 7
186
+ 12
187
+ 12
188
+ 7
189
+ 20
190
+ 12
191
+ 65
192
+ 12
193
+ 49
194
+ 14
195
+ 4
196
+ 15
197
+ 49
198
+ 12
199
+ 0
200
+ 11
201
+ I
202
+ 9
203
+ I
204
+ 0
205
+ I
206
+ 0
207
+ I
208
+ 0
209
+ n
210
+ p
211
+ 21
212
+ x
213
+ 4
214
+ Task
215
+ x
216
+ 6
217
+ Struct
218
+ n
219
+ x
220
+ 3
221
+ new
222
+ x
223
+ 8
224
+ allocate
225
+ x
226
+ 4
227
+ name
228
+ x
229
+ 11
230
+ description
231
+ x
232
+ 16
233
+ long_description
234
+ x
235
+ 5
236
+ usage
237
+ x
238
+ 7
239
+ options
240
+ x
241
+ 10
242
+ initialize
243
+ x
244
+ 10
245
+ open_class
246
+ x
247
+ 14
248
+ __class_init__
249
+ M
250
+ 1
251
+ n
252
+ n
253
+ x
254
+ 4
255
+ Task
256
+ i
257
+ 198
258
+ 5
259
+ 66
260
+ 65
261
+ 7
262
+ 0
263
+ 44
264
+ 43
265
+ 1
266
+ 7
267
+ 2
268
+ 45
269
+ 1
270
+ 3
271
+ 45
272
+ 4
273
+ 5
274
+ 65
275
+ 49
276
+ 6
277
+ 0
278
+ 49
279
+ 7
280
+ 1
281
+ 49
282
+ 8
283
+ 1
284
+ 47
285
+ 49
286
+ 9
287
+ 0
288
+ 63
289
+ 2
290
+ 78
291
+ 49
292
+ 10
293
+ 2
294
+ 49
295
+ 11
296
+ 2
297
+ 15
298
+ 99
299
+ 7
300
+ 12
301
+ 7
302
+ 13
303
+ 65
304
+ 67
305
+ 49
306
+ 14
307
+ 0
308
+ 49
309
+ 15
310
+ 4
311
+ 15
312
+ 99
313
+ 7
314
+ 16
315
+ 7
316
+ 17
317
+ 65
318
+ 67
319
+ 49
320
+ 14
321
+ 0
322
+ 49
323
+ 15
324
+ 4
325
+ 15
326
+ 99
327
+ 7
328
+ 18
329
+ 7
330
+ 19
331
+ 65
332
+ 67
333
+ 49
334
+ 14
335
+ 0
336
+ 49
337
+ 15
338
+ 4
339
+ 15
340
+ 99
341
+ 7
342
+ 20
343
+ 7
344
+ 21
345
+ 65
346
+ 67
347
+ 49
348
+ 14
349
+ 0
350
+ 49
351
+ 15
352
+ 4
353
+ 15
354
+ 99
355
+ 7
356
+ 22
357
+ 7
358
+ 23
359
+ 65
360
+ 67
361
+ 49
362
+ 14
363
+ 0
364
+ 49
365
+ 15
366
+ 4
367
+ 15
368
+ 5
369
+ 48
370
+ 24
371
+ 15
372
+ 99
373
+ 7
374
+ 25
375
+ 7
376
+ 26
377
+ 65
378
+ 67
379
+ 49
380
+ 14
381
+ 0
382
+ 49
383
+ 15
384
+ 4
385
+ 15
386
+ 99
387
+ 7
388
+ 27
389
+ 7
390
+ 28
391
+ 65
392
+ 67
393
+ 49
394
+ 14
395
+ 0
396
+ 49
397
+ 15
398
+ 4
399
+ 15
400
+ 99
401
+ 7
402
+ 29
403
+ 7
404
+ 30
405
+ 65
406
+ 67
407
+ 49
408
+ 14
409
+ 0
410
+ 49
411
+ 15
412
+ 4
413
+ 15
414
+ 99
415
+ 7
416
+ 31
417
+ 7
418
+ 32
419
+ 65
420
+ 67
421
+ 49
422
+ 14
423
+ 0
424
+ 49
425
+ 15
426
+ 4
427
+ 15
428
+ 99
429
+ 7
430
+ 33
431
+ 7
432
+ 34
433
+ 65
434
+ 67
435
+ 49
436
+ 14
437
+ 0
438
+ 49
439
+ 15
440
+ 4
441
+ 15
442
+ 99
443
+ 7
444
+ 35
445
+ 7
446
+ 36
447
+ 65
448
+ 67
449
+ 49
450
+ 14
451
+ 0
452
+ 49
453
+ 15
454
+ 4
455
+ 11
456
+ I
457
+ 7
458
+ I
459
+ 0
460
+ I
461
+ 0
462
+ I
463
+ 0
464
+ n
465
+ p
466
+ 37
467
+ x
468
+ 11
469
+ FILE_REGEXP
470
+ x
471
+ 6
472
+ Regexp
473
+ s
474
+ 1
475
+ ^
476
+ n
477
+ x
478
+ 4
479
+ File
480
+ n
481
+ x
482
+ 11
483
+ active_path
484
+ x
485
+ 7
486
+ dirname
487
+ x
488
+ 6
489
+ escape
490
+ x
491
+ 4
492
+ to_s
493
+ x
494
+ 3
495
+ new
496
+ x
497
+ 9
498
+ const_set
499
+ x
500
+ 10
501
+ initialize
502
+ M
503
+ 1
504
+ n
505
+ n
506
+ x
507
+ 10
508
+ initialize
509
+ i
510
+ 37
511
+ 23
512
+ 4
513
+ 10
514
+ 8
515
+ 1
516
+ 19
517
+ 4
518
+ 15
519
+ 20
520
+ 0
521
+ 49
522
+ 0
523
+ 0
524
+ 20
525
+ 1
526
+ 20
527
+ 2
528
+ 20
529
+ 3
530
+ 20
531
+ 4
532
+ 13
533
+ 10
534
+ 32
535
+ 15
536
+ 44
537
+ 43
538
+ 1
539
+ 78
540
+ 49
541
+ 2
542
+ 1
543
+ 54
544
+ 52
545
+ 3
546
+ 5
547
+ 11
548
+ I
549
+ b
550
+ I
551
+ 5
552
+ I
553
+ 4
554
+ I
555
+ 5
556
+ n
557
+ p
558
+ 4
559
+ x
560
+ 4
561
+ to_s
562
+ x
563
+ 4
564
+ Hash
565
+ x
566
+ 16
567
+ new_from_literal
568
+ x
569
+ 10
570
+ initialize
571
+ p
572
+ 5
573
+ I
574
+ 0
575
+ I
576
+ 5
577
+ I
578
+ 8
579
+ I
580
+ 6
581
+ I
582
+ 25
583
+ x
584
+ 74
585
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
586
+ p
587
+ 5
588
+ x
589
+ 4
590
+ name
591
+ x
592
+ 11
593
+ description
594
+ x
595
+ 16
596
+ long_description
597
+ x
598
+ 5
599
+ usage
600
+ x
601
+ 7
602
+ options
603
+ x
604
+ 17
605
+ method_visibility
606
+ x
607
+ 15
608
+ add_defn_method
609
+ x
610
+ 15
611
+ initialize_copy
612
+ M
613
+ 1
614
+ n
615
+ n
616
+ x
617
+ 15
618
+ initialize_copy
619
+ i
620
+ 35
621
+ 20
622
+ 0
623
+ 54
624
+ 52
625
+ 0
626
+ 1
627
+ 15
628
+ 20
629
+ 0
630
+ 49
631
+ 1
632
+ 0
633
+ 9
634
+ 33
635
+ 5
636
+ 20
637
+ 0
638
+ 49
639
+ 1
640
+ 0
641
+ 49
642
+ 2
643
+ 0
644
+ 13
645
+ 18
646
+ 2
647
+ 47
648
+ 49
649
+ 3
650
+ 1
651
+ 15
652
+ 8
653
+ 34
654
+ 1
655
+ 11
656
+ I
657
+ 4
658
+ I
659
+ 1
660
+ I
661
+ 1
662
+ I
663
+ 1
664
+ n
665
+ p
666
+ 4
667
+ x
668
+ 15
669
+ initialize_copy
670
+ x
671
+ 7
672
+ options
673
+ x
674
+ 3
675
+ dup
676
+ x
677
+ 8
678
+ options=
679
+ p
680
+ 11
681
+ I
682
+ 0
683
+ I
684
+ 9
685
+ I
686
+ 0
687
+ I
688
+ a
689
+ I
690
+ 7
691
+ I
692
+ b
693
+ I
694
+ e
695
+ I
696
+ 72
697
+ I
698
+ f
699
+ I
700
+ b
701
+ I
702
+ 23
703
+ x
704
+ 74
705
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
706
+ p
707
+ 1
708
+ x
709
+ 5
710
+ other
711
+ x
712
+ 7
713
+ hidden?
714
+ M
715
+ 1
716
+ n
717
+ n
718
+ x
719
+ 7
720
+ hidden?
721
+ i
722
+ 2
723
+ 3
724
+ 11
725
+ I
726
+ 1
727
+ I
728
+ 0
729
+ I
730
+ 0
731
+ I
732
+ 0
733
+ n
734
+ p
735
+ 0
736
+ p
737
+ 5
738
+ I
739
+ 0
740
+ I
741
+ e
742
+ I
743
+ 0
744
+ I
745
+ f
746
+ I
747
+ 2
748
+ x
749
+ 74
750
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
751
+ p
752
+ 0
753
+ x
754
+ 3
755
+ run
756
+ M
757
+ 1
758
+ n
759
+ n
760
+ x
761
+ 3
762
+ run
763
+ i
764
+ 175
765
+ 23
766
+ 1
767
+ 10
768
+ 9
769
+ 35
770
+ 0
771
+ 19
772
+ 1
773
+ 15
774
+ 26
775
+ 93
776
+ 0
777
+ 15
778
+ 29
779
+ 53
780
+ 0
781
+ 5
782
+ 20
783
+ 0
784
+ 47
785
+ 49
786
+ 0
787
+ 1
788
+ 9
789
+ 39
790
+ 20
791
+ 0
792
+ 5
793
+ 48
794
+ 1
795
+ 20
796
+ 1
797
+ 36
798
+ 1
799
+ 51
800
+ 2
801
+ 1
802
+ 8
803
+ 50
804
+ 20
805
+ 0
806
+ 49
807
+ 3
808
+ 0
809
+ 5
810
+ 48
811
+ 1
812
+ 49
813
+ 4
814
+ 1
815
+ 30
816
+ 8
817
+ 171
818
+ 26
819
+ 93
820
+ 1
821
+ 15
822
+ 24
823
+ 13
824
+ 45
825
+ 5
826
+ 6
827
+ 12
828
+ 49
829
+ 7
830
+ 1
831
+ 10
832
+ 70
833
+ 8
834
+ 112
835
+ 15
836
+ 24
837
+ 19
838
+ 2
839
+ 15
840
+ 5
841
+ 20
842
+ 0
843
+ 20
844
+ 2
845
+ 5
846
+ 48
847
+ 8
848
+ 47
849
+ 49
850
+ 9
851
+ 3
852
+ 9
853
+ 102
854
+ 20
855
+ 0
856
+ 49
857
+ 3
858
+ 0
859
+ 5
860
+ 20
861
+ 2
862
+ 49
863
+ 10
864
+ 2
865
+ 8
866
+ 109
867
+ 5
868
+ 20
869
+ 2
870
+ 47
871
+ 49
872
+ 11
873
+ 1
874
+ 25
875
+ 8
876
+ 171
877
+ 13
878
+ 45
879
+ 12
880
+ 13
881
+ 12
882
+ 49
883
+ 7
884
+ 1
885
+ 10
886
+ 124
887
+ 8
888
+ 166
889
+ 15
890
+ 24
891
+ 19
892
+ 2
893
+ 15
894
+ 5
895
+ 20
896
+ 0
897
+ 20
898
+ 2
899
+ 5
900
+ 48
901
+ 8
902
+ 47
903
+ 49
904
+ 14
905
+ 3
906
+ 9
907
+ 156
908
+ 20
909
+ 0
910
+ 49
911
+ 3
912
+ 0
913
+ 5
914
+ 48
915
+ 1
916
+ 49
917
+ 4
918
+ 1
919
+ 8
920
+ 163
921
+ 5
922
+ 20
923
+ 2
924
+ 47
925
+ 49
926
+ 11
927
+ 1
928
+ 25
929
+ 8
930
+ 171
931
+ 15
932
+ 92
933
+ 1
934
+ 27
935
+ 34
936
+ 92
937
+ 0
938
+ 27
939
+ 11
940
+ I
941
+ 9
942
+ I
943
+ 3
944
+ I
945
+ 1
946
+ I
947
+ 2
948
+ n
949
+ p
950
+ 15
951
+ x
952
+ 14
953
+ public_method?
954
+ x
955
+ 4
956
+ name
957
+ x
958
+ 4
959
+ send
960
+ x
961
+ 5
962
+ class
963
+ x
964
+ 20
965
+ handle_no_task_error
966
+ x
967
+ 13
968
+ ArgumentError
969
+ n
970
+ x
971
+ 3
972
+ ===
973
+ x
974
+ 6
975
+ caller
976
+ x
977
+ 22
978
+ handle_argument_error?
979
+ x
980
+ 21
981
+ handle_argument_error
982
+ x
983
+ 5
984
+ raise
985
+ x
986
+ 13
987
+ NoMethodError
988
+ n
989
+ x
990
+ 23
991
+ handle_no_method_error?
992
+ p
993
+ 23
994
+ I
995
+ 0
996
+ I
997
+ 14
998
+ I
999
+ 9
1000
+ I
1001
+ 15
1002
+ I
1003
+ 19
1004
+ I
1005
+ 16
1006
+ I
1007
+ 3a
1008
+ I
1009
+ 17
1010
+ I
1011
+ 47
1012
+ I
1013
+ 1d
1014
+ I
1015
+ 4b
1016
+ I
1017
+ 18
1018
+ I
1019
+ 59
1020
+ I
1021
+ 19
1022
+ I
1023
+ 70
1024
+ I
1025
+ 1a
1026
+ I
1027
+ 7d
1028
+ I
1029
+ 1d
1030
+ I
1031
+ 81
1032
+ I
1033
+ 1b
1034
+ I
1035
+ 8f
1036
+ I
1037
+ 1c
1038
+ I
1039
+ af
1040
+ x
1041
+ 74
1042
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1043
+ p
1044
+ 3
1045
+ x
1046
+ 8
1047
+ instance
1048
+ x
1049
+ 4
1050
+ args
1051
+ x
1052
+ 1
1053
+ e
1054
+ x
1055
+ 15
1056
+ formatted_usage
1057
+ M
1058
+ 1
1059
+ n
1060
+ n
1061
+ x
1062
+ 15
1063
+ formatted_usage
1064
+ i
1065
+ 202
1066
+ 23
1067
+ 1
1068
+ 10
1069
+ 8
1070
+ 2
1071
+ 19
1072
+ 1
1073
+ 15
1074
+ 23
1075
+ 2
1076
+ 10
1077
+ 16
1078
+ 3
1079
+ 19
1080
+ 2
1081
+ 15
1082
+ 20
1083
+ 1
1084
+ 9
1085
+ 100
1086
+ 20
1087
+ 0
1088
+ 49
1089
+ 0
1090
+ 0
1091
+ 19
1092
+ 1
1093
+ 15
1094
+ 20
1095
+ 1
1096
+ 7
1097
+ 1
1098
+ 13
1099
+ 70
1100
+ 9
1101
+ 48
1102
+ 15
1103
+ 44
1104
+ 43
1105
+ 2
1106
+ 7
1107
+ 3
1108
+ 78
1109
+ 49
1110
+ 4
1111
+ 2
1112
+ 6
1113
+ 1
1114
+ 7
1115
+ 5
1116
+ 64
1117
+ 49
1118
+ 6
1119
+ 2
1120
+ 47
1121
+ 49
1122
+ 7
1123
+ 0
1124
+ 7
1125
+ 8
1126
+ 63
1127
+ 2
1128
+ 19
1129
+ 3
1130
+ 15
1131
+ 20
1132
+ 2
1133
+ 9
1134
+ 97
1135
+ 20
1136
+ 3
1137
+ 7
1138
+ 9
1139
+ 13
1140
+ 70
1141
+ 9
1142
+ 89
1143
+ 15
1144
+ 44
1145
+ 43
1146
+ 2
1147
+ 7
1148
+ 10
1149
+ 78
1150
+ 49
1151
+ 4
1152
+ 2
1153
+ 6
1154
+ 9
1155
+ 7
1156
+ 11
1157
+ 64
1158
+ 49
1159
+ 12
1160
+ 2
1161
+ 8
1162
+ 98
1163
+ 1
1164
+ 8
1165
+ 101
1166
+ 1
1167
+ 15
1168
+ 20
1169
+ 3
1170
+ 13
1171
+ 10
1172
+ 113
1173
+ 15
1174
+ 7
1175
+ 5
1176
+ 64
1177
+ 19
1178
+ 3
1179
+ 15
1180
+ 20
1181
+ 3
1182
+ 20
1183
+ 0
1184
+ 13
1185
+ 9
1186
+ 136
1187
+ 15
1188
+ 20
1189
+ 0
1190
+ 49
1191
+ 13
1192
+ 0
1193
+ 49
1194
+ 14
1195
+ 0
1196
+ 10
1197
+ 135
1198
+ 2
1199
+ 8
1200
+ 136
1201
+ 3
1202
+ 9
1203
+ 169
1204
+ 5
1205
+ 48
1206
+ 15
1207
+ 49
1208
+ 7
1209
+ 0
1210
+ 44
1211
+ 43
1212
+ 2
1213
+ 7
1214
+ 16
1215
+ 5
1216
+ 48
1217
+ 17
1218
+ 47
1219
+ 49
1220
+ 7
1221
+ 0
1222
+ 63
1223
+ 2
1224
+ 78
1225
+ 49
1226
+ 4
1227
+ 2
1228
+ 56
1229
+ 18
1230
+ 50
1231
+ 6
1232
+ 1
1233
+ 8
1234
+ 175
1235
+ 5
1236
+ 48
1237
+ 15
1238
+ 49
1239
+ 7
1240
+ 0
1241
+ 49
1242
+ 19
1243
+ 1
1244
+ 15
1245
+ 20
1246
+ 3
1247
+ 7
1248
+ 11
1249
+ 5
1250
+ 48
1251
+ 20
1252
+ 47
1253
+ 49
1254
+ 7
1255
+ 0
1256
+ 63
1257
+ 2
1258
+ 49
1259
+ 19
1260
+ 1
1261
+ 15
1262
+ 20
1263
+ 3
1264
+ 49
1265
+ 21
1266
+ 0
1267
+ 11
1268
+ I
1269
+ 9
1270
+ I
1271
+ 4
1272
+ I
1273
+ 1
1274
+ I
1275
+ 3
1276
+ n
1277
+ p
1278
+ 22
1279
+ x
1280
+ 9
1281
+ namespace
1282
+ n
1283
+ x
1284
+ 6
1285
+ Regexp
1286
+ s
1287
+ 10
1288
+ ^(default)
1289
+ x
1290
+ 3
1291
+ new
1292
+ s
1293
+ 0
1294
+
1295
+ x
1296
+ 4
1297
+ gsub
1298
+ x
1299
+ 4
1300
+ to_s
1301
+ s
1302
+ 1
1303
+ :
1304
+ n
1305
+ s
1306
+ 2
1307
+ .$
1308
+ s
1309
+ 1
1310
+
1311
+ x
1312
+ 4
1313
+ sub!
1314
+ x
1315
+ 9
1316
+ arguments
1317
+ x
1318
+ 6
1319
+ empty?
1320
+ x
1321
+ 5
1322
+ usage
1323
+ s
1324
+ 1
1325
+ ^
1326
+ x
1327
+ 4
1328
+ name
1329
+ M
1330
+ 1
1331
+ p
1332
+ 2
1333
+ x
1334
+ 9
1335
+ for_block
1336
+ t
1337
+ n
1338
+ x
1339
+ 15
1340
+ formatted_usage
1341
+ i
1342
+ 36
1343
+ 57
1344
+ 19
1345
+ 0
1346
+ 15
1347
+ 20
1348
+ 0
1349
+ 7
1350
+ 0
1351
+ 64
1352
+ 49
1353
+ 1
1354
+ 1
1355
+ 21
1356
+ 1
1357
+ 0
1358
+ 49
1359
+ 2
1360
+ 0
1361
+ 56
1362
+ 3
1363
+ 50
1364
+ 4
1365
+ 0
1366
+ 49
1367
+ 5
1368
+ 0
1369
+ 7
1370
+ 0
1371
+ 64
1372
+ 49
1373
+ 6
1374
+ 1
1375
+ 49
1376
+ 1
1377
+ 1
1378
+ 11
1379
+ I
1380
+ 5
1381
+ I
1382
+ 1
1383
+ I
1384
+ 1
1385
+ I
1386
+ 1
1387
+ n
1388
+ p
1389
+ 7
1390
+ s
1391
+ 1
1392
+
1393
+ x
1394
+ 2
1395
+ <<
1396
+ x
1397
+ 9
1398
+ arguments
1399
+ M
1400
+ 1
1401
+ p
1402
+ 2
1403
+ x
1404
+ 9
1405
+ for_block
1406
+ t
1407
+ n
1408
+ x
1409
+ 15
1410
+ formatted_usage
1411
+ i
1412
+ 10
1413
+ 57
1414
+ 19
1415
+ 0
1416
+ 15
1417
+ 20
1418
+ 0
1419
+ 49
1420
+ 0
1421
+ 0
1422
+ 11
1423
+ I
1424
+ 3
1425
+ I
1426
+ 1
1427
+ I
1428
+ 1
1429
+ I
1430
+ 1
1431
+ n
1432
+ p
1433
+ 1
1434
+ x
1435
+ 5
1436
+ usage
1437
+ p
1438
+ 3
1439
+ I
1440
+ 0
1441
+ I
1442
+ 2d
1443
+ I
1444
+ a
1445
+ x
1446
+ 74
1447
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1448
+ p
1449
+ 1
1450
+ x
1451
+ 1
1452
+ a
1453
+ x
1454
+ 3
1455
+ map
1456
+ x
1457
+ 7
1458
+ compact
1459
+ x
1460
+ 4
1461
+ join
1462
+ p
1463
+ 5
1464
+ I
1465
+ 0
1466
+ I
1467
+ 2c
1468
+ I
1469
+ 4
1470
+ I
1471
+ 2d
1472
+ I
1473
+ 24
1474
+ x
1475
+ 74
1476
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1477
+ p
1478
+ 1
1479
+ x
1480
+ 5
1481
+ match
1482
+ x
1483
+ 2
1484
+ <<
1485
+ x
1486
+ 16
1487
+ required_options
1488
+ x
1489
+ 5
1490
+ strip
1491
+ p
1492
+ 27
1493
+ I
1494
+ 0
1495
+ I
1496
+ 21
1497
+ I
1498
+ 10
1499
+ I
1500
+ 22
1501
+ I
1502
+ 14
1503
+ I
1504
+ 23
1505
+ I
1506
+ 1c
1507
+ I
1508
+ 24
1509
+ I
1510
+ 41
1511
+ I
1512
+ 25
1513
+ I
1514
+ 64
1515
+ I
1516
+ 22
1517
+ I
1518
+ 66
1519
+ I
1520
+ 28
1521
+ I
1522
+ 72
1523
+ I
1524
+ 2b
1525
+ I
1526
+ 8a
1527
+ I
1528
+ 2c
1529
+ I
1530
+ a9
1531
+ I
1532
+ 30
1533
+ I
1534
+ af
1535
+ I
1536
+ 31
1537
+ I
1538
+ b3
1539
+ I
1540
+ 34
1541
+ I
1542
+ c4
1543
+ I
1544
+ 37
1545
+ I
1546
+ ca
1547
+ x
1548
+ 74
1549
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1550
+ p
1551
+ 4
1552
+ x
1553
+ 5
1554
+ klass
1555
+ x
1556
+ 9
1557
+ namespace
1558
+ x
1559
+ 10
1560
+ subcommand
1561
+ x
1562
+ 9
1563
+ formatted
1564
+ x
1565
+ 9
1566
+ protected
1567
+ x
1568
+ 14
1569
+ not_debugging?
1570
+ M
1571
+ 1
1572
+ n
1573
+ n
1574
+ x
1575
+ 14
1576
+ not_debugging?
1577
+ i
1578
+ 29
1579
+ 20
1580
+ 0
1581
+ 49
1582
+ 0
1583
+ 0
1584
+ 7
1585
+ 1
1586
+ 49
1587
+ 2
1588
+ 1
1589
+ 13
1590
+ 9
1591
+ 22
1592
+ 15
1593
+ 20
1594
+ 0
1595
+ 49
1596
+ 0
1597
+ 0
1598
+ 49
1599
+ 1
1600
+ 0
1601
+ 10
1602
+ 27
1603
+ 2
1604
+ 8
1605
+ 28
1606
+ 3
1607
+ 11
1608
+ I
1609
+ 3
1610
+ I
1611
+ 1
1612
+ I
1613
+ 1
1614
+ I
1615
+ 1
1616
+ n
1617
+ p
1618
+ 3
1619
+ x
1620
+ 5
1621
+ class
1622
+ x
1623
+ 9
1624
+ debugging
1625
+ x
1626
+ 11
1627
+ respond_to?
1628
+ p
1629
+ 5
1630
+ I
1631
+ 0
1632
+ I
1633
+ 3c
1634
+ I
1635
+ 0
1636
+ I
1637
+ 3d
1638
+ I
1639
+ 1d
1640
+ x
1641
+ 74
1642
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1643
+ p
1644
+ 1
1645
+ x
1646
+ 8
1647
+ instance
1648
+ x
1649
+ 16
1650
+ required_options
1651
+ M
1652
+ 1
1653
+ n
1654
+ n
1655
+ x
1656
+ 16
1657
+ required_options
1658
+ i
1659
+ 29
1660
+ 39
1661
+ 0
1662
+ 13
1663
+ 10
1664
+ 28
1665
+ 15
1666
+ 5
1667
+ 48
1668
+ 1
1669
+ 56
1670
+ 2
1671
+ 50
1672
+ 3
1673
+ 0
1674
+ 49
1675
+ 4
1676
+ 0
1677
+ 49
1678
+ 5
1679
+ 0
1680
+ 7
1681
+ 6
1682
+ 64
1683
+ 49
1684
+ 7
1685
+ 1
1686
+ 38
1687
+ 0
1688
+ 11
1689
+ I
1690
+ 2
1691
+ I
1692
+ 0
1693
+ I
1694
+ 0
1695
+ I
1696
+ 0
1697
+ n
1698
+ p
1699
+ 8
1700
+ x
1701
+ 17
1702
+ @required_options
1703
+ x
1704
+ 7
1705
+ options
1706
+ M
1707
+ 1
1708
+ p
1709
+ 2
1710
+ x
1711
+ 9
1712
+ for_block
1713
+ t
1714
+ n
1715
+ x
1716
+ 16
1717
+ required_options
1718
+ i
1719
+ 26
1720
+ 58
1721
+ 37
1722
+ 19
1723
+ 0
1724
+ 15
1725
+ 37
1726
+ 19
1727
+ 1
1728
+ 15
1729
+ 15
1730
+ 20
1731
+ 1
1732
+ 49
1733
+ 0
1734
+ 0
1735
+ 9
1736
+ 24
1737
+ 20
1738
+ 1
1739
+ 49
1740
+ 1
1741
+ 0
1742
+ 8
1743
+ 25
1744
+ 1
1745
+ 11
1746
+ I
1747
+ 5
1748
+ I
1749
+ 2
1750
+ I
1751
+ 2
1752
+ I
1753
+ 2
1754
+ n
1755
+ p
1756
+ 2
1757
+ x
1758
+ 9
1759
+ required?
1760
+ x
1761
+ 5
1762
+ usage
1763
+ p
1764
+ 3
1765
+ I
1766
+ 0
1767
+ I
1768
+ 41
1769
+ I
1770
+ 1a
1771
+ x
1772
+ 74
1773
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1774
+ p
1775
+ 2
1776
+ x
1777
+ 1
1778
+ _
1779
+ x
1780
+ 1
1781
+ o
1782
+ x
1783
+ 3
1784
+ map
1785
+ x
1786
+ 7
1787
+ compact
1788
+ x
1789
+ 4
1790
+ sort
1791
+ s
1792
+ 1
1793
+
1794
+ x
1795
+ 4
1796
+ join
1797
+ p
1798
+ 5
1799
+ I
1800
+ 0
1801
+ I
1802
+ 40
1803
+ I
1804
+ 0
1805
+ I
1806
+ 41
1807
+ I
1808
+ 1d
1809
+ x
1810
+ 74
1811
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1812
+ p
1813
+ 0
1814
+ x
1815
+ 14
1816
+ public_method?
1817
+ M
1818
+ 1
1819
+ n
1820
+ n
1821
+ x
1822
+ 14
1823
+ public_method?
1824
+ i
1825
+ 38
1826
+ 20
1827
+ 0
1828
+ 49
1829
+ 0
1830
+ 0
1831
+ 20
1832
+ 0
1833
+ 49
1834
+ 1
1835
+ 0
1836
+ 81
1837
+ 2
1838
+ 19
1839
+ 1
1840
+ 15
1841
+ 20
1842
+ 1
1843
+ 5
1844
+ 48
1845
+ 3
1846
+ 49
1847
+ 4
1848
+ 0
1849
+ 5
1850
+ 48
1851
+ 3
1852
+ 49
1853
+ 5
1854
+ 0
1855
+ 35
1856
+ 2
1857
+ 49
1858
+ 6
1859
+ 1
1860
+ 49
1861
+ 7
1862
+ 0
1863
+ 11
1864
+ I
1865
+ 5
1866
+ I
1867
+ 2
1868
+ I
1869
+ 1
1870
+ I
1871
+ 1
1872
+ n
1873
+ p
1874
+ 8
1875
+ x
1876
+ 15
1877
+ private_methods
1878
+ x
1879
+ 17
1880
+ protected_methods
1881
+ x
1882
+ 1
1883
+ +
1884
+ x
1885
+ 4
1886
+ name
1887
+ x
1888
+ 4
1889
+ to_s
1890
+ x
1891
+ 6
1892
+ to_sym
1893
+ x
1894
+ 1
1895
+ &
1896
+ x
1897
+ 6
1898
+ empty?
1899
+ p
1900
+ 7
1901
+ I
1902
+ 0
1903
+ I
1904
+ 45
1905
+ I
1906
+ 0
1907
+ I
1908
+ 46
1909
+ I
1910
+ f
1911
+ I
1912
+ 47
1913
+ I
1914
+ 26
1915
+ x
1916
+ 74
1917
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
1918
+ p
1919
+ 2
1920
+ x
1921
+ 8
1922
+ instance
1923
+ x
1924
+ 10
1925
+ collection
1926
+ x
1927
+ 14
1928
+ sans_backtrace
1929
+ M
1930
+ 1
1931
+ n
1932
+ n
1933
+ x
1934
+ 14
1935
+ sans_backtrace
1936
+ i
1937
+ 19
1938
+ 20
1939
+ 0
1940
+ 56
1941
+ 0
1942
+ 50
1943
+ 1
1944
+ 0
1945
+ 19
1946
+ 2
1947
+ 15
1948
+ 20
1949
+ 2
1950
+ 20
1951
+ 1
1952
+ 82
1953
+ 2
1954
+ 19
1955
+ 2
1956
+ 11
1957
+ I
1958
+ 5
1959
+ I
1960
+ 3
1961
+ I
1962
+ 2
1963
+ I
1964
+ 2
1965
+ n
1966
+ p
1967
+ 3
1968
+ M
1969
+ 1
1970
+ p
1971
+ 2
1972
+ x
1973
+ 9
1974
+ for_block
1975
+ t
1976
+ n
1977
+ x
1978
+ 14
1979
+ sans_backtrace
1980
+ i
1981
+ 13
1982
+ 57
1983
+ 19
1984
+ 0
1985
+ 15
1986
+ 20
1987
+ 0
1988
+ 45
1989
+ 0
1990
+ 1
1991
+ 49
1992
+ 2
1993
+ 1
1994
+ 11
1995
+ I
1996
+ 4
1997
+ I
1998
+ 1
1999
+ I
2000
+ 1
2001
+ I
2002
+ 1
2003
+ n
2004
+ p
2005
+ 3
2006
+ x
2007
+ 11
2008
+ FILE_REGEXP
2009
+ n
2010
+ x
2011
+ 2
2012
+ =~
2013
+ p
2014
+ 3
2015
+ I
2016
+ 0
2017
+ I
2018
+ 4b
2019
+ I
2020
+ d
2021
+ x
2022
+ 74
2023
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2024
+ p
2025
+ 1
2026
+ x
2027
+ 5
2028
+ frame
2029
+ x
2030
+ 6
2031
+ reject
2032
+ x
2033
+ 1
2034
+ -
2035
+ p
2036
+ 7
2037
+ I
2038
+ 0
2039
+ I
2040
+ 4a
2041
+ I
2042
+ 0
2043
+ I
2044
+ 4b
2045
+ I
2046
+ a
2047
+ I
2048
+ 4c
2049
+ I
2050
+ 13
2051
+ x
2052
+ 74
2053
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2054
+ p
2055
+ 3
2056
+ x
2057
+ 9
2058
+ backtrace
2059
+ x
2060
+ 6
2061
+ caller
2062
+ x
2063
+ 5
2064
+ saned
2065
+ x
2066
+ 22
2067
+ handle_argument_error?
2068
+ M
2069
+ 1
2070
+ n
2071
+ n
2072
+ x
2073
+ 22
2074
+ handle_argument_error?
2075
+ i
2076
+ 87
2077
+ 5
2078
+ 20
2079
+ 0
2080
+ 47
2081
+ 49
2082
+ 0
2083
+ 1
2084
+ 13
2085
+ 9
2086
+ 86
2087
+ 15
2088
+ 20
2089
+ 1
2090
+ 49
2091
+ 1
2092
+ 0
2093
+ 7
2094
+ 2
2095
+ 13
2096
+ 70
2097
+ 9
2098
+ 34
2099
+ 15
2100
+ 44
2101
+ 43
2102
+ 3
2103
+ 7
2104
+ 4
2105
+ 78
2106
+ 49
2107
+ 5
2108
+ 2
2109
+ 6
2110
+ 2
2111
+ 49
2112
+ 6
2113
+ 1
2114
+ 13
2115
+ 9
2116
+ 86
2117
+ 15
2118
+ 5
2119
+ 20
2120
+ 1
2121
+ 49
2122
+ 7
2123
+ 0
2124
+ 20
2125
+ 2
2126
+ 47
2127
+ 49
2128
+ 8
2129
+ 2
2130
+ 19
2131
+ 3
2132
+ 15
2133
+ 20
2134
+ 3
2135
+ 49
2136
+ 9
2137
+ 0
2138
+ 13
2139
+ 10
2140
+ 86
2141
+ 15
2142
+ 20
2143
+ 3
2144
+ 49
2145
+ 10
2146
+ 0
2147
+ 79
2148
+ 83
2149
+ 11
2150
+ 13
2151
+ 9
2152
+ 86
2153
+ 15
2154
+ 45
2155
+ 12
2156
+ 13
2157
+ 7
2158
+ 14
2159
+ 64
2160
+ 49
2161
+ 15
2162
+ 1
2163
+ 11
2164
+ I
2165
+ 8
2166
+ I
2167
+ 4
2168
+ I
2169
+ 3
2170
+ I
2171
+ 3
2172
+ n
2173
+ p
2174
+ 16
2175
+ x
2176
+ 14
2177
+ not_debugging?
2178
+ x
2179
+ 7
2180
+ message
2181
+ n
2182
+ x
2183
+ 6
2184
+ Regexp
2185
+ s
2186
+ 25
2187
+ wrong number of arguments
2188
+ x
2189
+ 3
2190
+ new
2191
+ x
2192
+ 2
2193
+ =~
2194
+ x
2195
+ 9
2196
+ backtrace
2197
+ x
2198
+ 14
2199
+ sans_backtrace
2200
+ x
2201
+ 6
2202
+ empty?
2203
+ x
2204
+ 4
2205
+ size
2206
+ x
2207
+ 2
2208
+ ==
2209
+ x
2210
+ 12
2211
+ RUBY_VERSION
2212
+ n
2213
+ s
2214
+ 3
2215
+ 1.9
2216
+ x
2217
+ 2
2218
+ >=
2219
+ p
2220
+ 9
2221
+ I
2222
+ 0
2223
+ I
2224
+ 4f
2225
+ I
2226
+ 0
2227
+ I
2228
+ 50
2229
+ I
2230
+ 29
2231
+ I
2232
+ 51
2233
+ I
2234
+ 38
2235
+ I
2236
+ 53
2237
+ I
2238
+ 57
2239
+ x
2240
+ 74
2241
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2242
+ p
2243
+ 4
2244
+ x
2245
+ 8
2246
+ instance
2247
+ x
2248
+ 5
2249
+ error
2250
+ x
2251
+ 6
2252
+ caller
2253
+ x
2254
+ 5
2255
+ saned
2256
+ x
2257
+ 23
2258
+ handle_no_method_error?
2259
+ M
2260
+ 1
2261
+ n
2262
+ n
2263
+ x
2264
+ 23
2265
+ handle_no_method_error?
2266
+ i
2267
+ 57
2268
+ 5
2269
+ 20
2270
+ 0
2271
+ 47
2272
+ 49
2273
+ 0
2274
+ 1
2275
+ 13
2276
+ 9
2277
+ 56
2278
+ 15
2279
+ 20
2280
+ 1
2281
+ 49
2282
+ 1
2283
+ 0
2284
+ 44
2285
+ 43
2286
+ 2
2287
+ 7
2288
+ 3
2289
+ 5
2290
+ 48
2291
+ 4
2292
+ 47
2293
+ 49
2294
+ 5
2295
+ 0
2296
+ 7
2297
+ 6
2298
+ 45
2299
+ 2
2300
+ 7
2301
+ 20
2302
+ 0
2303
+ 49
2304
+ 5
2305
+ 0
2306
+ 49
2307
+ 8
2308
+ 1
2309
+ 47
2310
+ 49
2311
+ 5
2312
+ 0
2313
+ 7
2314
+ 9
2315
+ 63
2316
+ 5
2317
+ 78
2318
+ 49
2319
+ 10
2320
+ 2
2321
+ 49
2322
+ 11
2323
+ 1
2324
+ 11
2325
+ I
2326
+ a
2327
+ I
2328
+ 3
2329
+ I
2330
+ 3
2331
+ I
2332
+ 3
2333
+ n
2334
+ p
2335
+ 12
2336
+ x
2337
+ 14
2338
+ not_debugging?
2339
+ x
2340
+ 7
2341
+ message
2342
+ x
2343
+ 6
2344
+ Regexp
2345
+ s
2346
+ 19
2347
+ ^undefined method `
2348
+ x
2349
+ 4
2350
+ name
2351
+ x
2352
+ 4
2353
+ to_s
2354
+ s
2355
+ 6
2356
+ ' for
2357
+ n
2358
+ x
2359
+ 6
2360
+ escape
2361
+ s
2362
+ 1
2363
+ $
2364
+ x
2365
+ 3
2366
+ new
2367
+ x
2368
+ 2
2369
+ =~
2370
+ p
2371
+ 7
2372
+ I
2373
+ 0
2374
+ I
2375
+ 57
2376
+ I
2377
+ 0
2378
+ I
2379
+ 58
2380
+ I
2381
+ b
2382
+ I
2383
+ 59
2384
+ I
2385
+ 39
2386
+ x
2387
+ 74
2388
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2389
+ p
2390
+ 3
2391
+ x
2392
+ 8
2393
+ instance
2394
+ x
2395
+ 5
2396
+ error
2397
+ x
2398
+ 6
2399
+ caller
2400
+ p
2401
+ 27
2402
+ I
2403
+ 2
2404
+ I
2405
+ 3
2406
+ I
2407
+ 28
2408
+ I
2409
+ 5
2410
+ I
2411
+ 36
2412
+ I
2413
+ 9
2414
+ I
2415
+ 44
2416
+ I
2417
+ e
2418
+ I
2419
+ 52
2420
+ I
2421
+ 14
2422
+ I
2423
+ 60
2424
+ I
2425
+ 21
2426
+ I
2427
+ 6e
2428
+ I
2429
+ 3a
2430
+ I
2431
+ 72
2432
+ I
2433
+ 3c
2434
+ I
2435
+ 80
2436
+ I
2437
+ 40
2438
+ I
2439
+ 8e
2440
+ I
2441
+ 45
2442
+ I
2443
+ 9c
2444
+ I
2445
+ 4a
2446
+ I
2447
+ aa
2448
+ I
2449
+ 4f
2450
+ I
2451
+ b8
2452
+ I
2453
+ 57
2454
+ I
2455
+ c6
2456
+ x
2457
+ 74
2458
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2459
+ p
2460
+ 0
2461
+ x
2462
+ 13
2463
+ attach_method
2464
+ x
2465
+ 10
2466
+ HiddenTask
2467
+ n
2468
+ M
2469
+ 1
2470
+ n
2471
+ n
2472
+ x
2473
+ 10
2474
+ HiddenTask
2475
+ i
2476
+ 16
2477
+ 5
2478
+ 66
2479
+ 99
2480
+ 7
2481
+ 0
2482
+ 7
2483
+ 1
2484
+ 65
2485
+ 67
2486
+ 49
2487
+ 2
2488
+ 0
2489
+ 49
2490
+ 3
2491
+ 4
2492
+ 11
2493
+ I
2494
+ 5
2495
+ I
2496
+ 0
2497
+ I
2498
+ 0
2499
+ I
2500
+ 0
2501
+ n
2502
+ p
2503
+ 4
2504
+ x
2505
+ 7
2506
+ hidden?
2507
+ M
2508
+ 1
2509
+ n
2510
+ n
2511
+ x
2512
+ 7
2513
+ hidden?
2514
+ i
2515
+ 2
2516
+ 2
2517
+ 11
2518
+ I
2519
+ 1
2520
+ I
2521
+ 0
2522
+ I
2523
+ 0
2524
+ I
2525
+ 0
2526
+ n
2527
+ p
2528
+ 0
2529
+ p
2530
+ 5
2531
+ I
2532
+ 0
2533
+ I
2534
+ 5f
2535
+ I
2536
+ 0
2537
+ I
2538
+ 60
2539
+ I
2540
+ 2
2541
+ x
2542
+ 74
2543
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2544
+ p
2545
+ 0
2546
+ x
2547
+ 17
2548
+ method_visibility
2549
+ x
2550
+ 15
2551
+ add_defn_method
2552
+ p
2553
+ 3
2554
+ I
2555
+ 2
2556
+ I
2557
+ 5f
2558
+ I
2559
+ 10
2560
+ x
2561
+ 74
2562
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2563
+ p
2564
+ 0
2565
+ x
2566
+ 11
2567
+ DynamicTask
2568
+ n
2569
+ M
2570
+ 1
2571
+ n
2572
+ n
2573
+ x
2574
+ 11
2575
+ DynamicTask
2576
+ i
2577
+ 30
2578
+ 5
2579
+ 66
2580
+ 99
2581
+ 7
2582
+ 0
2583
+ 7
2584
+ 1
2585
+ 65
2586
+ 67
2587
+ 49
2588
+ 2
2589
+ 0
2590
+ 49
2591
+ 3
2592
+ 4
2593
+ 15
2594
+ 99
2595
+ 7
2596
+ 4
2597
+ 7
2598
+ 5
2599
+ 65
2600
+ 67
2601
+ 49
2602
+ 2
2603
+ 0
2604
+ 49
2605
+ 3
2606
+ 4
2607
+ 11
2608
+ I
2609
+ 5
2610
+ I
2611
+ 0
2612
+ I
2613
+ 0
2614
+ I
2615
+ 0
2616
+ n
2617
+ p
2618
+ 6
2619
+ x
2620
+ 10
2621
+ initialize
2622
+ M
2623
+ 1
2624
+ n
2625
+ n
2626
+ x
2627
+ 10
2628
+ initialize
2629
+ i
2630
+ 33
2631
+ 23
2632
+ 1
2633
+ 10
2634
+ 8
2635
+ 1
2636
+ 19
2637
+ 1
2638
+ 15
2639
+ 20
2640
+ 0
2641
+ 49
2642
+ 0
2643
+ 0
2644
+ 7
2645
+ 1
2646
+ 64
2647
+ 20
2648
+ 0
2649
+ 49
2650
+ 0
2651
+ 0
2652
+ 20
2653
+ 0
2654
+ 49
2655
+ 0
2656
+ 0
2657
+ 20
2658
+ 1
2659
+ 54
2660
+ 52
2661
+ 2
2662
+ 5
2663
+ 11
2664
+ I
2665
+ 8
2666
+ I
2667
+ 2
2668
+ I
2669
+ 1
2670
+ I
2671
+ 2
2672
+ n
2673
+ p
2674
+ 3
2675
+ x
2676
+ 4
2677
+ to_s
2678
+ s
2679
+ 28
2680
+ A dynamically-generated task
2681
+ x
2682
+ 10
2683
+ initialize
2684
+ p
2685
+ 5
2686
+ I
2687
+ 0
2688
+ I
2689
+ 66
2690
+ I
2691
+ 8
2692
+ I
2693
+ 67
2694
+ I
2695
+ 21
2696
+ x
2697
+ 74
2698
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2699
+ p
2700
+ 2
2701
+ x
2702
+ 4
2703
+ name
2704
+ x
2705
+ 7
2706
+ options
2707
+ x
2708
+ 17
2709
+ method_visibility
2710
+ x
2711
+ 15
2712
+ add_defn_method
2713
+ x
2714
+ 3
2715
+ run
2716
+ M
2717
+ 1
2718
+ n
2719
+ n
2720
+ x
2721
+ 3
2722
+ run
2723
+ i
2724
+ 53
2725
+ 23
2726
+ 1
2727
+ 10
2728
+ 9
2729
+ 35
2730
+ 0
2731
+ 19
2732
+ 1
2733
+ 15
2734
+ 20
2735
+ 0
2736
+ 49
2737
+ 0
2738
+ 0
2739
+ 5
2740
+ 48
2741
+ 1
2742
+ 49
2743
+ 2
2744
+ 0
2745
+ 5
2746
+ 48
2747
+ 1
2748
+ 49
2749
+ 3
2750
+ 0
2751
+ 35
2752
+ 2
2753
+ 49
2754
+ 4
2755
+ 1
2756
+ 49
2757
+ 5
2758
+ 0
2759
+ 9
2760
+ 41
2761
+ 54
2762
+ 89
2763
+ 6
2764
+ 8
2765
+ 52
2766
+ 20
2767
+ 0
2768
+ 49
2769
+ 7
2770
+ 0
2771
+ 5
2772
+ 48
2773
+ 1
2774
+ 49
2775
+ 8
2776
+ 1
2777
+ 11
2778
+ I
2779
+ 5
2780
+ I
2781
+ 2
2782
+ I
2783
+ 1
2784
+ I
2785
+ 2
2786
+ n
2787
+ p
2788
+ 9
2789
+ x
2790
+ 7
2791
+ methods
2792
+ x
2793
+ 4
2794
+ name
2795
+ x
2796
+ 4
2797
+ to_s
2798
+ x
2799
+ 6
2800
+ to_sym
2801
+ x
2802
+ 1
2803
+ &
2804
+ x
2805
+ 6
2806
+ empty?
2807
+ x
2808
+ 3
2809
+ run
2810
+ x
2811
+ 5
2812
+ class
2813
+ x
2814
+ 20
2815
+ handle_no_task_error
2816
+ p
2817
+ 9
2818
+ I
2819
+ 0
2820
+ I
2821
+ 6a
2822
+ I
2823
+ 9
2824
+ I
2825
+ 6b
2826
+ I
2827
+ 24
2828
+ I
2829
+ 6c
2830
+ I
2831
+ 29
2832
+ I
2833
+ 6e
2834
+ I
2835
+ 35
2836
+ x
2837
+ 74
2838
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2839
+ p
2840
+ 2
2841
+ x
2842
+ 8
2843
+ instance
2844
+ x
2845
+ 4
2846
+ args
2847
+ p
2848
+ 5
2849
+ I
2850
+ 2
2851
+ I
2852
+ 66
2853
+ I
2854
+ 10
2855
+ I
2856
+ 6a
2857
+ I
2858
+ 1e
2859
+ x
2860
+ 74
2861
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2862
+ p
2863
+ 0
2864
+ p
2865
+ 7
2866
+ I
2867
+ 2
2868
+ I
2869
+ 2
2870
+ I
2871
+ 48
2872
+ I
2873
+ 5e
2874
+ I
2875
+ 65
2876
+ I
2877
+ 65
2878
+ I
2879
+ 82
2880
+ x
2881
+ 74
2882
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2883
+ p
2884
+ 0
2885
+ x
2886
+ 13
2887
+ attach_method
2888
+ p
2889
+ 3
2890
+ I
2891
+ 0
2892
+ I
2893
+ 1
2894
+ I
2895
+ 1d
2896
+ x
2897
+ 74
2898
+ /Users/carllerche/Developer/Source/bundler/lib/bundler/vendor/thor/task.rb
2899
+ p
2900
+ 0