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