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