mootool 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +7 -0
  3. data/Gemfile +1 -0
  4. data/Gemfile.lock +71 -67
  5. data/lib/mootool/command.rb +1 -0
  6. data/lib/mootool/controller_base.rb +1 -0
  7. data/lib/mootool/controllers/dwarf.rb +2 -1
  8. data/lib/mootool/controllers/dyld_linker.rb +1 -0
  9. data/lib/mootool/controllers/dyld_shared_cache.rb +1 -0
  10. data/lib/mootool/controllers/fat_binary.rb +1 -0
  11. data/lib/mootool/controllers/kernel_collection.rb +4 -3
  12. data/lib/mootool/controllers/sections.rb +1 -0
  13. data/lib/mootool/core_extensions.rb +3 -3
  14. data/lib/mootool/models/decompressor.rb +5 -2
  15. data/lib/mootool/models/device_tree.rb +5 -3
  16. data/lib/mootool/models/img4.rb +2 -1
  17. data/lib/mootool/models/ipsw.rb +5 -1
  18. data/lib/mootool/version.rb +2 -1
  19. data/lib/mootool.rb +1 -0
  20. data/sorbet/config +1 -1
  21. data/sorbet/rbi/annotations/.gitattributes +1 -0
  22. data/sorbet/rbi/annotations/rainbow.rbi +2 -2
  23. data/sorbet/rbi/gems/.gitattributes +1 -0
  24. data/sorbet/rbi/gems/ast@2.4.2.rbi +48 -82
  25. data/sorbet/rbi/gems/childprocess@4.1.0.rbi +107 -153
  26. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +192 -332
  27. data/sorbet/rbi/gems/docile@1.4.0.rbi +376 -0
  28. data/sorbet/rbi/gems/erubi@1.12.0.rbi +146 -0
  29. data/sorbet/rbi/gems/iniparse@1.5.0.rbi +166 -276
  30. data/sorbet/rbi/gems/{json@2.6.2.rbi → json@2.6.3.rbi} +119 -228
  31. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14237 -0
  32. data/sorbet/rbi/gems/lzfse@0.0.2.rbi +55 -0
  33. data/sorbet/rbi/gems/lzss@0.1.rbi +8 -0
  34. data/sorbet/rbi/gems/netrc@0.11.0.rbi +52 -80
  35. data/sorbet/rbi/gems/{overcommit@0.59.1.rbi → overcommit@0.60.0.rbi} +534 -887
  36. data/sorbet/rbi/gems/parallel@1.23.0.rbi +273 -0
  37. data/sorbet/rbi/gems/parser@3.2.2.4.rbi +5451 -0
  38. data/sorbet/rbi/gems/{plist@3.6.0.rbi → plist@3.7.0.rbi} +125 -3
  39. data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +951 -0
  40. data/sorbet/rbi/gems/prism@0.17.1.rbi +27700 -0
  41. data/sorbet/rbi/gems/racc@1.7.3.rbi +161 -0
  42. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +141 -191
  43. data/sorbet/rbi/gems/rake@13.1.0.rbi +2887 -0
  44. data/sorbet/rbi/gems/{rbi@0.0.15.rbi → rbi@0.1.4.rbi} +979 -1676
  45. data/sorbet/rbi/gems/regexp_parser@2.8.2.rbi +3749 -0
  46. data/sorbet/rbi/gems/{rexml@3.2.5.rbi → rexml@3.2.6.rbi} +811 -1268
  47. data/sorbet/rbi/gems/{rspec-core@3.11.0.rbi → rspec-core@3.12.2.rbi} +2662 -4722
  48. data/sorbet/rbi/gems/{rspec-expectations@3.11.0.rbi → rspec-expectations@3.12.3.rbi} +1557 -2608
  49. data/sorbet/rbi/gems/rspec-mocks@3.12.6.rbi +5306 -0
  50. data/sorbet/rbi/gems/rspec-support@3.12.1.rbi +1609 -0
  51. data/sorbet/rbi/gems/rspec@3.12.0.rbi +82 -0
  52. data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +7090 -0
  53. data/sorbet/rbi/gems/rubocop-capybara@2.19.0.rbi +1125 -0
  54. data/sorbet/rbi/gems/rubocop-factory_bot@2.24.0.rbi +878 -0
  55. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +88 -173
  56. data/sorbet/rbi/gems/rubocop-rspec@2.25.0.rbi +7997 -0
  57. data/sorbet/rbi/gems/rubocop@1.57.2.rbi +56813 -0
  58. data/sorbet/rbi/gems/ruby-lzma@0.4.3.rbi +19 -0
  59. data/sorbet/rbi/gems/ruby-macho@3.0.0.rbi +899 -1237
  60. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1317 -0
  61. data/sorbet/rbi/gems/rubyzip@2.3.2.rbi +808 -1275
  62. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +216 -0
  63. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2148 -0
  64. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +8 -0
  65. data/sorbet/rbi/gems/spoom@1.2.4.rbi +3777 -0
  66. data/sorbet/rbi/gems/syntax_tree@6.2.0.rbi +23136 -0
  67. data/sorbet/rbi/gems/tapioca@0.11.12.rbi +3507 -0
  68. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +65 -0
  69. data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +428 -0
  70. data/sorbet/rbi/gems/{yard@0.9.28.rbi → yard@0.9.34.rbi} +4531 -7160
  71. data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +24 -72
  72. data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +385 -1697
  73. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +7 -30
  74. data/sorbet/rbi/sorbet-typed/lib/rubocop/>=1.8/rubocop.rbi +1 -3
  75. data/sorbet/rbi/sorbet-typed/lib/thor/all/thor.rbi +905 -0
  76. data/sorbet/rbi/sorbet-typed/lib/yard/all/yard.rbi +35 -0
  77. data/sorbet/tapioca/require.rb +13 -1
  78. metadata +47 -35
  79. data/sorbet/rbi/gems/coderay@1.1.3.rbi +0 -8
  80. data/sorbet/rbi/gems/method_source@1.0.0.rbi +0 -8
  81. data/sorbet/rbi/gems/parallel@1.22.1.rbi +0 -353
  82. data/sorbet/rbi/gems/parser@3.1.2.1.rbi +0 -6198
  83. data/sorbet/rbi/gems/pry@0.14.1.rbi +0 -8
  84. data/sorbet/rbi/gems/rake@13.0.6.rbi +0 -3587
  85. data/sorbet/rbi/gems/regexp_parser@2.5.0.rbi +0 -3927
  86. data/sorbet/rbi/gems/rspec-mocks@3.11.1.rbi +0 -6506
  87. data/sorbet/rbi/gems/rspec-support@3.11.0.rbi +0 -2040
  88. data/sorbet/rbi/gems/rspec@3.11.0.rbi +0 -120
  89. data/sorbet/rbi/gems/rubocop-ast@1.21.0.rbi +0 -7990
  90. data/sorbet/rbi/gems/rubocop-rspec@2.12.1.rbi +0 -7604
  91. data/sorbet/rbi/gems/rubocop@1.35.0.rbi +0 -62260
  92. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +0 -1445
  93. data/sorbet/rbi/gems/spoom@1.1.12.rbi +0 -2829
  94. data/sorbet/rbi/gems/tapioca@0.9.3.rbi +0 -2151
  95. data/sorbet/rbi/gems/thor@1.2.1.rbi +0 -4532
  96. data/sorbet/rbi/gems/unicode-display_width@2.2.0.rbi +0 -60
  97. data/sorbet/rbi/gems/unparser@0.6.5.rbi +0 -8
  98. data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -3075
  99. data/sorbet/rbi/gems/yard-sorbet@0.6.1.rbi +0 -458
  100. data/sorbet/rbi/todo.rbi +0 -7
@@ -8,1949 +8,637 @@
8
8
  # typed: true
9
9
 
10
10
  module Rake
11
- def self.add_rakelib(*files)
12
- ;
13
- end
14
-
11
+ def self.add_rakelib(*files); end
15
12
  def self.application; end
16
-
17
- def self.application=(app)
18
- ;
19
- end
20
-
21
- def self.each_dir_parent(dir)
22
- ;
23
- end
24
-
25
- def self.from_pathname(path)
26
- ;
27
- end
28
-
29
- def self.load_rakefile(path)
30
- ;
31
- end
32
-
13
+ def self.application=(app); end
14
+ def self.each_dir_parent(dir); end
15
+ def self.from_pathname(path); end
16
+ def self.load_rakefile(path); end
33
17
  def self.original_dir; end
34
-
35
18
  def self.suggested_thread_count; end
36
-
37
- def self.with_application(block_application = nil)
38
- ;
39
- end
40
-
19
+ def self.with_application(block_application = nil); end
41
20
  extend Rake::FileUtilsExt
42
21
  end
43
22
  module Rake::Version
44
23
  end
45
-
46
24
  class Module
47
- def rake_extension(method)
48
- ;
49
- end
25
+ def rake_extension(method); end
50
26
  end
51
-
52
27
  class String
53
- def ext(newext = nil)
54
- ;
55
- end
56
-
57
- def pathmap(spec = nil, &block)
58
- ;
59
- end
60
-
28
+ def ext(newext = nil); end
29
+ def pathmap(spec = nil, &block); end
61
30
  def pathmap_explode; end
62
-
63
- def pathmap_partial(n)
64
- ;
65
- end
66
-
67
- def pathmap_replace(patterns, &block)
68
- ;
69
- end
31
+ def pathmap_partial(n); end
32
+ def pathmap_replace(patterns, &block); end
70
33
  end
71
-
72
34
  module Rake::Win32
73
- def self.normalize(path)
74
- ;
75
- end
76
-
35
+ def self.normalize(path); end
77
36
  def self.win32_system_dir; end
78
-
79
37
  def self.windows?; end
80
38
  end
81
-
82
39
  class Rake::Win32::Win32HomeError < RuntimeError
83
40
  end
84
-
85
41
  class Rake::LinkedList
86
- def ==(other)
87
- ;
88
- end
89
-
90
- def conj(item)
91
- ;
92
- end
93
-
42
+ def ==(other); end
43
+ def conj(item); end
94
44
  def each; end
95
-
96
45
  def empty?; end
97
-
98
46
  def head; end
99
-
100
- def initialize(head, tail = nil)
101
- ;
102
- end
103
-
47
+ def initialize(head, tail = nil); end
104
48
  def inspect; end
105
-
106
- def self.cons(head, tail)
107
- ;
108
- end
109
-
49
+ def self.cons(head, tail); end
110
50
  def self.empty; end
111
-
112
- def self.make(*args)
113
- ;
114
- end
115
-
51
+ def self.make(*args); end
116
52
  def tail; end
117
-
118
53
  def to_s; end
119
-
120
54
  include Enumerable
121
55
  end
122
-
123
56
  class Rake::LinkedList::EmptyLinkedList < Rake::LinkedList
124
57
  def empty?; end
125
-
126
58
  def initialize; end
127
-
128
- def self.cons(head, tail)
129
- ;
130
- end
59
+ def self.cons(head, tail); end
131
60
  end
132
-
133
61
  class Rake::CpuCounter
134
62
  def count; end
135
-
136
- def count_with_default(default = nil)
137
- ;
138
- end
139
-
63
+ def count_with_default(default = nil); end
140
64
  def self.count; end
141
65
  end
142
-
143
66
  class Rake::Scope < Rake::LinkedList
144
67
  def path; end
145
-
146
- def path_with_task_name(task_name)
147
- ;
148
- end
149
-
150
- def trim(n)
151
- ;
152
- end
68
+ def path_with_task_name(task_name); end
69
+ def trim(n); end
153
70
  end
154
-
155
71
  class Rake::Scope::EmptyScope < Rake::LinkedList::EmptyLinkedList
156
72
  def path; end
157
-
158
- def path_with_task_name(task_name)
159
- ;
160
- end
73
+ def path_with_task_name(task_name); end
161
74
  end
162
-
163
75
  class Rake::TaskArgumentError < ArgumentError
164
76
  end
165
-
166
77
  class Rake::RuleRecursionOverflowError < StandardError
167
- def add_target(target)
168
- ;
169
- end
170
-
171
- def initialize(*args)
172
- ;
173
- end
174
-
78
+ def add_target(target); end
79
+ def initialize(*args); end
175
80
  def message; end
176
81
  end
177
-
178
82
  module Rake::TaskManager
179
- def [](task_name, scopes = nil)
180
- ;
181
- end
182
-
183
- def add_location(task)
184
- ;
185
- end
186
-
187
- def attempt_rule(task_name, task_pattern, args, extensions, block, level)
188
- ;
189
- end
190
-
83
+ def [](task_name, scopes = nil); end
84
+ def add_location(task); end
85
+ def attempt_rule(task_name, task_pattern, args, extensions, block, level); end
191
86
  def clear; end
192
-
193
- def create_rule(*args, &block)
194
- ;
195
- end
196
-
87
+ def create_rule(*args, &block); end
197
88
  def current_scope; end
198
-
199
- def define_task(task_class, *args, &block)
200
- ;
201
- end
202
-
203
- def enhance_with_matching_rule(task_name, level = nil)
204
- ;
205
- end
206
-
89
+ def define_task(task_class, *args, &block); end
90
+ def enhance_with_matching_rule(task_name, level = nil); end
207
91
  def find_location; end
208
-
209
- def generate_did_you_mean_suggestions(task_name)
210
- ;
211
- end
212
-
213
- def generate_message_for_undefined_task(task_name)
214
- ;
215
- end
216
-
92
+ def generate_did_you_mean_suggestions(task_name); end
93
+ def generate_message_for_undefined_task(task_name); end
217
94
  def generate_name; end
218
-
219
- def get_description(task)
220
- ;
221
- end
222
-
223
- def in_namespace(name)
224
- ;
225
- end
226
-
95
+ def get_description(task); end
96
+ def in_namespace(name); end
227
97
  def initialize; end
228
-
229
- def intern(task_class, task_name)
230
- ;
231
- end
232
-
98
+ def intern(task_class, task_name); end
233
99
  def last_description; end
234
-
235
- def last_description=(arg0)
236
- ;
237
- end
238
-
239
- def lookup(task_name, initial_scope = nil)
240
- ;
241
- end
242
-
243
- def lookup_in_scope(name, scope)
244
- ;
245
- end
246
-
247
- def make_sources(task_name, task_pattern, extensions)
248
- ;
249
- end
250
-
251
- def resolve_args(args)
252
- ;
253
- end
254
-
255
- def resolve_args_with_dependencies(args, hash)
256
- ;
257
- end
258
-
259
- def resolve_args_without_dependencies(args)
260
- ;
261
- end
262
-
100
+ def last_description=(arg0); end
101
+ def lookup(task_name, initial_scope = nil); end
102
+ def lookup_in_scope(name, scope); end
103
+ def make_sources(task_name, task_pattern, extensions); end
104
+ def resolve_args(args); end
105
+ def resolve_args_with_dependencies(args, hash); end
106
+ def resolve_args_without_dependencies(args); end
263
107
  def self.record_task_metadata; end
264
-
265
- def self.record_task_metadata=(arg0)
266
- ;
267
- end
268
-
269
- def synthesize_file_task(task_name)
270
- ;
271
- end
272
-
108
+ def self.record_task_metadata=(arg0); end
109
+ def synthesize_file_task(task_name); end
273
110
  def tasks; end
274
-
275
- def tasks_in_scope(scope)
276
- ;
277
- end
278
-
279
- def trace_rule(level, message)
280
- ;
281
- end
111
+ def tasks_in_scope(scope); end
112
+ def trace_rule(level, message); end
282
113
  end
283
114
  module Rake::Cloneable
284
- def initialize_copy(source)
285
- ;
286
- end
115
+ def initialize_copy(source); end
287
116
  end
288
117
  module FileUtils
289
- def create_shell_runner(cmd)
290
- ;
291
- end
292
-
293
- def ruby(*args, **options, &block)
294
- ;
295
- end
296
-
297
- def safe_ln(*args, **options)
298
- ;
299
- end
300
-
301
- def set_verbose_option(options)
302
- ;
303
- end
304
-
305
- def sh(*cmd, &block)
306
- ;
307
- end
308
-
309
- def sh_show_command(cmd)
310
- ;
311
- end
312
-
313
- def split_all(path)
314
- ;
315
- end
118
+ def create_shell_runner(cmd); end
119
+ def ruby(*args, **options, &block); end
120
+ def safe_ln(*args, **options); end
121
+ def set_verbose_option(options); end
122
+ def sh(*cmd, &block); end
123
+ def sh_show_command(cmd); end
124
+ def split_all(path); end
316
125
  end
317
126
  module Rake::FileUtilsExt
318
- def cd(*args, **options, &block)
319
- ;
320
- end
321
-
322
- def chdir(*args, **options, &block)
323
- ;
324
- end
325
-
326
- def chmod(*args, **options, &block)
327
- ;
328
- end
329
-
330
- def chmod_R(*args, **options, &block)
331
- ;
332
- end
333
-
334
- def chown(*args, **options, &block)
335
- ;
336
- end
337
-
338
- def chown_R(*args, **options, &block)
339
- ;
340
- end
341
-
342
- def copy(*args, **options, &block)
343
- ;
344
- end
345
-
346
- def cp(*args, **options, &block)
347
- ;
348
- end
349
-
350
- def cp_lr(*args, **options, &block)
351
- ;
352
- end
353
-
354
- def cp_r(*args, **options, &block)
355
- ;
356
- end
357
-
358
- def install(*args, **options, &block)
359
- ;
360
- end
361
-
362
- def link(*args, **options, &block)
363
- ;
364
- end
365
-
366
- def ln(*args, **options, &block)
367
- ;
368
- end
369
-
370
- def ln_s(*args, **options, &block)
371
- ;
372
- end
373
-
374
- def ln_sf(*args, **options, &block)
375
- ;
376
- end
377
-
378
- def makedirs(*args, **options, &block)
379
- ;
380
- end
381
-
382
- def mkdir(*args, **options, &block)
383
- ;
384
- end
385
-
386
- def mkdir_p(*args, **options, &block)
387
- ;
388
- end
389
-
390
- def mkpath(*args, **options, &block)
391
- ;
392
- end
393
-
394
- def move(*args, **options, &block)
395
- ;
396
- end
397
-
398
- def mv(*args, **options, &block)
399
- ;
400
- end
401
-
402
- def nowrite(value = nil)
403
- ;
404
- end
405
-
406
- def rake_check_options(options, *optdecl)
407
- ;
408
- end
409
-
410
- def rake_output_message(message)
411
- ;
412
- end
413
-
414
- def remove(*args, **options, &block)
415
- ;
416
- end
417
-
418
- def rm(*args, **options, &block)
419
- ;
420
- end
421
-
422
- def rm_f(*args, **options, &block)
423
- ;
424
- end
425
-
426
- def rm_r(*args, **options, &block)
427
- ;
428
- end
429
-
430
- def rm_rf(*args, **options, &block)
431
- ;
432
- end
433
-
434
- def rmdir(*args, **options, &block)
435
- ;
436
- end
437
-
438
- def rmtree(*args, **options, &block)
439
- ;
440
- end
441
-
442
- def safe_unlink(*args, **options, &block)
443
- ;
444
- end
445
-
127
+ def cd(*args, **options, &block); end
128
+ def chdir(*args, **options, &block); end
129
+ def chmod(*args, **options, &block); end
130
+ def chmod_R(*args, **options, &block); end
131
+ def chown(*args, **options, &block); end
132
+ def chown_R(*args, **options, &block); end
133
+ def copy(*args, **options, &block); end
134
+ def cp(*args, **options, &block); end
135
+ def cp_lr(*args, **options, &block); end
136
+ def cp_r(*args, **options, &block); end
137
+ def install(*args, **options, &block); end
138
+ def link(*args, **options, &block); end
139
+ def ln(*args, **options, &block); end
140
+ def ln_s(*args, **options, &block); end
141
+ def ln_sf(*args, **options, &block); end
142
+ def makedirs(*args, **options, &block); end
143
+ def mkdir(*args, **options, &block); end
144
+ def mkdir_p(*args, **options, &block); end
145
+ def mkpath(*args, **options, &block); end
146
+ def move(*args, **options, &block); end
147
+ def mv(*args, **options, &block); end
148
+ def nowrite(value = nil); end
149
+ def rake_check_options(options, *optdecl); end
150
+ def rake_output_message(message); end
151
+ def remove(*args, **options, &block); end
152
+ def rm(*args, **options, &block); end
153
+ def rm_f(*args, **options, &block); end
154
+ def rm_r(*args, **options, &block); end
155
+ def rm_rf(*args, **options, &block); end
156
+ def rmdir(*args, **options, &block); end
157
+ def rmtree(*args, **options, &block); end
158
+ def safe_unlink(*args, **options, &block); end
446
159
  def self.nowrite_flag; end
447
-
448
- def self.nowrite_flag=(arg0)
449
- ;
450
- end
451
-
160
+ def self.nowrite_flag=(arg0); end
452
161
  def self.verbose_flag; end
453
-
454
- def self.verbose_flag=(arg0)
455
- ;
456
- end
457
-
458
- def symlink(*args, **options, &block)
459
- ;
460
- end
461
-
462
- def touch(*args, **options, &block)
463
- ;
464
- end
465
-
466
- def verbose(value = nil)
467
- ;
468
- end
469
-
470
- def when_writing(msg = nil)
471
- ;
472
- end
473
-
162
+ def self.verbose_flag=(arg0); end
163
+ def symlink(*args, **options, &block); end
164
+ def touch(*args, **options, &block); end
165
+ def verbose(value = nil); end
166
+ def when_writing(msg = nil); end
474
167
  extend Rake::FileUtilsExt
475
168
  include FileUtils
476
169
  end
477
-
478
170
  class Rake::FileList
479
- def &(*args, &block)
480
- ;
481
- end
482
-
483
- def *(other)
484
- ;
485
- end
486
-
487
- def +(*args, &block)
488
- ;
489
- end
490
-
491
- def -(*args, &block)
492
- ;
493
- end
494
-
495
- def <<(obj)
496
- ;
497
- end
498
-
499
- def <=>(*args, &block)
500
- ;
501
- end
502
-
503
- def ==(array)
504
- ;
505
- end
506
-
507
- def [](*args, &block)
508
- ;
509
- end
510
-
511
- def []=(*args, &block)
512
- ;
513
- end
514
-
515
- def add(*filenames)
516
- ;
517
- end
518
-
519
- def add_matching(pattern)
520
- ;
521
- end
522
-
523
- def all?(*args, &block)
524
- ;
525
- end
526
-
527
- def any?(*args, &block)
528
- ;
529
- end
530
-
531
- def append(*args, &block)
532
- ;
533
- end
534
-
535
- def assoc(*args, &block)
536
- ;
537
- end
538
-
539
- def at(*args, &block)
540
- ;
541
- end
542
-
543
- def bsearch(*args, &block)
544
- ;
545
- end
546
-
547
- def bsearch_index(*args, &block)
548
- ;
549
- end
550
-
551
- def chain(*args, &block)
552
- ;
553
- end
554
-
555
- def chunk(*args, &block)
556
- ;
557
- end
558
-
559
- def chunk_while(*args, &block)
560
- ;
561
- end
562
-
563
- def clear(*args, &block)
564
- ;
565
- end
566
-
171
+ def &(*args, &block); end
172
+ def *(other); end
173
+ def +(*args, &block); end
174
+ def -(*args, &block); end
175
+ def <<(obj); end
176
+ def <=>(*args, &block); end
177
+ def ==(array); end
178
+ def [](*args, &block); end
179
+ def []=(*args, &block); end
180
+ def add(*filenames); end
181
+ def add_matching(pattern); end
182
+ def all?(*args, &block); end
183
+ def any?(*args, &block); end
184
+ def append(*args, &block); end
185
+ def assoc(*args, &block); end
186
+ def at(*args, &block); end
187
+ def bsearch(*args, &block); end
188
+ def bsearch_index(*args, &block); end
189
+ def chain(*args, &block); end
190
+ def chunk(*args, &block); end
191
+ def chunk_while(*args, &block); end
192
+ def clear(*args, &block); end
567
193
  def clear_exclude; end
568
-
569
- def collect!(*args, &block)
570
- ;
571
- end
572
-
573
- def collect(*args, &block)
574
- ;
575
- end
576
-
577
- def collect_concat(*args, &block)
578
- ;
579
- end
580
-
581
- def combination(*args, &block)
582
- ;
583
- end
584
-
585
- def compact!(*args, &block)
586
- ;
587
- end
588
-
589
- def compact(*args, &block)
590
- ;
591
- end
592
-
593
- def concat(*args, &block)
594
- ;
595
- end
596
-
597
- def count(*args, &block)
598
- ;
599
- end
600
-
601
- def cycle(*args, &block)
602
- ;
603
- end
604
-
605
- def delete(*args, &block)
606
- ;
607
- end
608
-
609
- def delete_at(*args, &block)
610
- ;
611
- end
612
-
613
- def delete_if(*args, &block)
614
- ;
615
- end
616
-
617
- def detect(*args, &block)
618
- ;
619
- end
620
-
621
- def difference(*args, &block)
622
- ;
623
- end
624
-
625
- def dig(*args, &block)
626
- ;
627
- end
628
-
629
- def drop(*args, &block)
630
- ;
631
- end
632
-
633
- def drop_while(*args, &block)
634
- ;
635
- end
636
-
637
- def each(*args, &block)
638
- ;
639
- end
640
-
641
- def each_cons(*args, &block)
642
- ;
643
- end
644
-
645
- def each_entry(*args, &block)
646
- ;
647
- end
648
-
649
- def each_index(*args, &block)
650
- ;
651
- end
652
-
653
- def each_slice(*args, &block)
654
- ;
655
- end
656
-
657
- def each_with_index(*args, &block)
658
- ;
659
- end
660
-
661
- def each_with_object(*args, &block)
662
- ;
663
- end
664
-
665
- def egrep(pattern, *options)
666
- ;
667
- end
668
-
669
- def empty?(*args, &block)
670
- ;
671
- end
672
-
673
- def entries(*args, &block)
674
- ;
675
- end
676
-
677
- def exclude(*patterns, &block)
678
- ;
679
- end
680
-
681
- def excluded_from_list?(fn)
682
- ;
683
- end
684
-
194
+ def collect!(*args, &block); end
195
+ def collect(*args, &block); end
196
+ def collect_concat(*args, &block); end
197
+ def combination(*args, &block); end
198
+ def compact!(*args, &block); end
199
+ def compact(*args, &block); end
200
+ def concat(*args, &block); end
201
+ def count(*args, &block); end
202
+ def cycle(*args, &block); end
203
+ def delete(*args, &block); end
204
+ def delete_at(*args, &block); end
205
+ def delete_if(*args, &block); end
206
+ def detect(*args, &block); end
207
+ def difference(*args, &block); end
208
+ def dig(*args, &block); end
209
+ def drop(*args, &block); end
210
+ def drop_while(*args, &block); end
211
+ def each(*args, &block); end
212
+ def each_cons(*args, &block); end
213
+ def each_entry(*args, &block); end
214
+ def each_index(*args, &block); end
215
+ def each_slice(*args, &block); end
216
+ def each_with_index(*args, &block); end
217
+ def each_with_object(*args, &block); end
218
+ def egrep(pattern, *options); end
219
+ def empty?(*args, &block); end
220
+ def entries(*args, &block); end
221
+ def exclude(*patterns, &block); end
222
+ def excluded_from_list?(fn); end
685
223
  def existing!; end
686
-
687
224
  def existing; end
688
-
689
- def ext(newext = nil)
690
- ;
691
- end
692
-
693
- def fetch(*args, &block)
694
- ;
695
- end
696
-
697
- def fill(*args, &block)
698
- ;
699
- end
700
-
701
- def filter!(*args, &block)
702
- ;
703
- end
704
-
705
- def filter(*args, &block)
706
- ;
707
- end
708
-
709
- def find(*args, &block)
710
- ;
711
- end
712
-
713
- def find_all(*args, &block)
714
- ;
715
- end
716
-
717
- def find_index(*args, &block)
718
- ;
719
- end
720
-
721
- def first(*args, &block)
722
- ;
723
- end
724
-
725
- def flat_map(*args, &block)
726
- ;
727
- end
728
-
729
- def flatten!(*args, &block)
730
- ;
731
- end
732
-
733
- def flatten(*args, &block)
734
- ;
735
- end
736
-
737
- def grep(*args, &block)
738
- ;
739
- end
740
-
741
- def grep_v(*args, &block)
742
- ;
743
- end
744
-
745
- def group_by(*args, &block)
746
- ;
747
- end
748
-
749
- def gsub!(pat, rep)
750
- ;
751
- end
752
-
753
- def gsub(pat, rep)
754
- ;
755
- end
756
-
757
- def import(array)
758
- ;
759
- end
760
-
761
- def include(*filenames)
762
- ;
763
- end
764
-
765
- def include?(*args, &block)
766
- ;
767
- end
768
-
769
- def index(*args, &block)
770
- ;
771
- end
772
-
773
- def initialize(*patterns)
774
- ;
775
- end
776
-
777
- def inject(*args, &block)
778
- ;
779
- end
780
-
781
- def insert(*args, &block)
782
- ;
783
- end
784
-
785
- def inspect(*args, &block)
786
- ;
787
- end
788
-
789
- def is_a?(klass)
790
- ;
791
- end
792
-
793
- def join(*args, &block)
794
- ;
795
- end
796
-
797
- def keep_if(*args, &block)
798
- ;
799
- end
800
-
801
- def kind_of?(klass)
802
- ;
803
- end
804
-
805
- def last(*args, &block)
806
- ;
807
- end
808
-
809
- def lazy(*args, &block)
810
- ;
811
- end
812
-
813
- def length(*args, &block)
814
- ;
815
- end
816
-
817
- def map!(*args, &block)
818
- ;
819
- end
820
-
821
- def map(*args, &block)
822
- ;
823
- end
824
-
825
- def max(*args, &block)
826
- ;
827
- end
828
-
829
- def max_by(*args, &block)
830
- ;
831
- end
832
-
833
- def member?(*args, &block)
834
- ;
835
- end
836
-
837
- def min(*args, &block)
838
- ;
839
- end
840
-
841
- def min_by(*args, &block)
842
- ;
843
- end
844
-
845
- def minmax(*args, &block)
846
- ;
847
- end
848
-
849
- def minmax_by(*args, &block)
850
- ;
851
- end
852
-
853
- def none?(*args, &block)
854
- ;
855
- end
856
-
857
- def one?(*args, &block)
858
- ;
859
- end
860
-
861
- def pack(*args, &block)
862
- ;
863
- end
864
-
865
- def partition(&block)
866
- ;
867
- end
868
-
869
- def pathmap(spec = nil, &block)
870
- ;
871
- end
872
-
873
- def permutation(*args, &block)
874
- ;
875
- end
876
-
877
- def pop(*args, &block)
878
- ;
879
- end
880
-
881
- def prepend(*args, &block)
882
- ;
883
- end
884
-
885
- def product(*args, &block)
886
- ;
887
- end
888
-
889
- def push(*args, &block)
890
- ;
891
- end
892
-
893
- def rassoc(*args, &block)
894
- ;
895
- end
896
-
897
- def reduce(*args, &block)
898
- ;
899
- end
900
-
901
- def reject!(*args, &block)
902
- ;
903
- end
904
-
905
- def reject(*args, &block)
906
- ;
907
- end
908
-
909
- def repeated_combination(*args, &block)
910
- ;
911
- end
912
-
913
- def repeated_permutation(*args, &block)
914
- ;
915
- end
916
-
917
- def replace(*args, &block)
918
- ;
919
- end
920
-
225
+ def ext(newext = nil); end
226
+ def fetch(*args, &block); end
227
+ def fill(*args, &block); end
228
+ def filter!(*args, &block); end
229
+ def filter(*args, &block); end
230
+ def find(*args, &block); end
231
+ def find_all(*args, &block); end
232
+ def find_index(*args, &block); end
233
+ def first(*args, &block); end
234
+ def flat_map(*args, &block); end
235
+ def flatten!(*args, &block); end
236
+ def flatten(*args, &block); end
237
+ def grep(*args, &block); end
238
+ def grep_v(*args, &block); end
239
+ def group_by(*args, &block); end
240
+ def gsub!(pat, rep); end
241
+ def gsub(pat, rep); end
242
+ def import(array); end
243
+ def include(*filenames); end
244
+ def include?(*args, &block); end
245
+ def index(*args, &block); end
246
+ def initialize(*patterns); end
247
+ def inject(*args, &block); end
248
+ def insert(*args, &block); end
249
+ def inspect(*args, &block); end
250
+ def is_a?(klass); end
251
+ def join(*args, &block); end
252
+ def keep_if(*args, &block); end
253
+ def kind_of?(klass); end
254
+ def last(*args, &block); end
255
+ def lazy(*args, &block); end
256
+ def length(*args, &block); end
257
+ def map!(*args, &block); end
258
+ def map(*args, &block); end
259
+ def max(*args, &block); end
260
+ def max_by(*args, &block); end
261
+ def member?(*args, &block); end
262
+ def min(*args, &block); end
263
+ def min_by(*args, &block); end
264
+ def minmax(*args, &block); end
265
+ def minmax_by(*args, &block); end
266
+ def none?(*args, &block); end
267
+ def one?(*args, &block); end
268
+ def pack(*args, &block); end
269
+ def partition(&block); end
270
+ def pathmap(spec = nil, &block); end
271
+ def permutation(*args, &block); end
272
+ def pop(*args, &block); end
273
+ def prepend(*args, &block); end
274
+ def product(*args, &block); end
275
+ def push(*args, &block); end
276
+ def rassoc(*args, &block); end
277
+ def reduce(*args, &block); end
278
+ def reject!(*args, &block); end
279
+ def reject(*args, &block); end
280
+ def repeated_combination(*args, &block); end
281
+ def repeated_permutation(*args, &block); end
282
+ def replace(*args, &block); end
921
283
  def resolve; end
922
-
923
- def resolve_add(fn)
924
- ;
925
- end
926
-
284
+ def resolve_add(fn); end
927
285
  def resolve_exclude; end
928
-
929
- def reverse!(*args, &block)
930
- ;
931
- end
932
-
933
- def reverse(*args, &block)
934
- ;
935
- end
936
-
937
- def reverse_each(*args, &block)
938
- ;
939
- end
940
-
941
- def rindex(*args, &block)
942
- ;
943
- end
944
-
945
- def rotate!(*args, &block)
946
- ;
947
- end
948
-
949
- def rotate(*args, &block)
950
- ;
951
- end
952
-
953
- def sample(*args, &block)
954
- ;
955
- end
956
-
957
- def select!(*args, &block)
958
- ;
959
- end
960
-
961
- def select(*args, &block)
962
- ;
963
- end
964
-
965
- def self.[](*args)
966
- ;
967
- end
968
-
969
- def self.glob(pattern, *args)
970
- ;
971
- end
972
-
973
- def shelljoin(*args, &block)
974
- ;
975
- end
976
-
977
- def shift(*args, &block)
978
- ;
979
- end
980
-
981
- def shuffle!(*args, &block)
982
- ;
983
- end
984
-
985
- def shuffle(*args, &block)
986
- ;
987
- end
988
-
989
- def size(*args, &block)
990
- ;
991
- end
992
-
993
- def slice!(*args, &block)
994
- ;
995
- end
996
-
997
- def slice(*args, &block)
998
- ;
999
- end
1000
-
1001
- def slice_after(*args, &block)
1002
- ;
1003
- end
1004
-
1005
- def slice_before(*args, &block)
1006
- ;
1007
- end
1008
-
1009
- def slice_when(*args, &block)
1010
- ;
1011
- end
1012
-
1013
- def sort!(*args, &block)
1014
- ;
1015
- end
1016
-
1017
- def sort(*args, &block)
1018
- ;
1019
- end
1020
-
1021
- def sort_by!(*args, &block)
1022
- ;
1023
- end
1024
-
1025
- def sort_by(*args, &block)
1026
- ;
1027
- end
1028
-
1029
- def sub!(pat, rep)
1030
- ;
1031
- end
1032
-
1033
- def sub(pat, rep)
1034
- ;
1035
- end
1036
-
1037
- def sum(*args, &block)
1038
- ;
1039
- end
1040
-
1041
- def take(*args, &block)
1042
- ;
1043
- end
1044
-
1045
- def take_while(*args, &block)
1046
- ;
1047
- end
1048
-
286
+ def reverse!(*args, &block); end
287
+ def reverse(*args, &block); end
288
+ def reverse_each(*args, &block); end
289
+ def rindex(*args, &block); end
290
+ def rotate!(*args, &block); end
291
+ def rotate(*args, &block); end
292
+ def sample(*args, &block); end
293
+ def select!(*args, &block); end
294
+ def select(*args, &block); end
295
+ def self.[](*args); end
296
+ def self.glob(pattern, *args); end
297
+ def shelljoin(*args, &block); end
298
+ def shift(*args, &block); end
299
+ def shuffle!(*args, &block); end
300
+ def shuffle(*args, &block); end
301
+ def size(*args, &block); end
302
+ def slice!(*args, &block); end
303
+ def slice(*args, &block); end
304
+ def slice_after(*args, &block); end
305
+ def slice_before(*args, &block); end
306
+ def slice_when(*args, &block); end
307
+ def sort!(*args, &block); end
308
+ def sort(*args, &block); end
309
+ def sort_by!(*args, &block); end
310
+ def sort_by(*args, &block); end
311
+ def sub!(pat, rep); end
312
+ def sub(pat, rep); end
313
+ def sum(*args, &block); end
314
+ def take(*args, &block); end
315
+ def take_while(*args, &block); end
1049
316
  def to_a; end
1050
-
1051
317
  def to_ary; end
1052
-
1053
- def to_h(*args, &block)
1054
- ;
1055
- end
1056
-
318
+ def to_h(*args, &block); end
1057
319
  def to_s; end
1058
-
1059
- def to_set(*args, &block)
1060
- ;
1061
- end
1062
-
1063
- def transpose(*args, &block)
1064
- ;
1065
- end
1066
-
1067
- def union(*args, &block)
1068
- ;
1069
- end
1070
-
1071
- def uniq!(*args, &block)
1072
- ;
1073
- end
1074
-
1075
- def uniq(*args, &block)
1076
- ;
1077
- end
1078
-
1079
- def unshift(*args, &block)
1080
- ;
1081
- end
1082
-
1083
- def values_at(*args, &block)
1084
- ;
1085
- end
1086
-
1087
- def zip(*args, &block)
1088
- ;
1089
- end
1090
-
1091
- def |(*args, &block)
1092
- ;
1093
- end
1094
-
320
+ def to_set(*args, &block); end
321
+ def transpose(*args, &block); end
322
+ def union(*args, &block); end
323
+ def uniq!(*args, &block); end
324
+ def uniq(*args, &block); end
325
+ def unshift(*args, &block); end
326
+ def values_at(*args, &block); end
327
+ def zip(*args, &block); end
328
+ def |(*args, &block); end
1095
329
  include Rake::Cloneable
1096
330
  end
1097
-
1098
331
  class Rake::Promise
1099
332
  def chore; end
1100
-
1101
333
  def complete?; end
1102
-
1103
334
  def discard; end
1104
-
1105
335
  def error?; end
1106
-
1107
- def initialize(args, &block)
1108
- ;
1109
- end
1110
-
336
+ def initialize(args, &block); end
1111
337
  def recorder; end
1112
-
1113
- def recorder=(arg0)
1114
- ;
1115
- end
1116
-
338
+ def recorder=(arg0); end
1117
339
  def result?; end
1118
-
1119
- def stat(*args)
1120
- ;
1121
- end
1122
-
340
+ def stat(*args); end
1123
341
  def value; end
1124
-
1125
342
  def work; end
1126
343
  end
1127
-
1128
344
  class Rake::ThreadPool
1129
345
  def __queue__; end
1130
-
1131
- def future(*args, &block)
1132
- ;
1133
- end
1134
-
346
+ def future(*args, &block); end
1135
347
  def gather_history; end
1136
-
1137
348
  def history; end
1138
-
1139
- def initialize(thread_count)
1140
- ;
1141
- end
1142
-
349
+ def initialize(thread_count); end
1143
350
  def join; end
1144
-
1145
351
  def process_queue_item; end
1146
-
1147
352
  def safe_thread_count; end
1148
-
1149
353
  def start_thread; end
1150
-
1151
- def stat(event, data = nil)
1152
- ;
1153
- end
1154
-
354
+ def stat(event, data = nil); end
1155
355
  def statistics; end
1156
356
  end
1157
-
1158
357
  module Rake::PrivateReader
1159
- def self.included(base)
1160
- ;
1161
- end
358
+ def self.included(base); end
1162
359
  end
1163
360
  module Rake::PrivateReader::ClassMethods
1164
- def private_reader(*names)
1165
- ;
1166
- end
361
+ def private_reader(*names); end
1167
362
  end
1168
-
1169
363
  class Rake::ThreadHistoryDisplay
1170
- def initialize(stats)
1171
- ;
1172
- end
1173
-
364
+ def initialize(stats); end
1174
365
  def items; end
1175
-
1176
- def rename(hash, key, renames)
1177
- ;
1178
- end
1179
-
366
+ def rename(hash, key, renames); end
1180
367
  def show; end
1181
-
1182
368
  def stats; end
1183
-
1184
369
  def threads; end
1185
-
1186
370
  extend Rake::PrivateReader::ClassMethods
1187
371
  include Rake::PrivateReader
1188
372
  end
1189
-
1190
373
  module Rake::TraceOutput
1191
- def trace_on(out, *strings)
1192
- ;
1193
- end
374
+ def trace_on(out, *strings); end
1194
375
  end
1195
-
1196
376
  class Rake::CommandLineOptionError < StandardError
1197
377
  end
1198
-
1199
378
  class Rake::Application
1200
- def add_import(fn)
1201
- ;
1202
- end
1203
-
1204
- def add_loader(ext, loader)
1205
- ;
1206
- end
1207
-
1208
- def collect_command_line_tasks(args)
1209
- ;
1210
- end
1211
-
379
+ def add_import(fn); end
380
+ def add_loader(ext, loader); end
381
+ def collect_command_line_tasks(args); end
1212
382
  def default_task_name; end
1213
-
1214
- def deprecate(old_usage, new_usage, call_site)
1215
- ;
1216
- end
1217
-
1218
- def display_cause_details(ex)
1219
- ;
1220
- end
1221
-
1222
- def display_error_message(ex)
1223
- ;
1224
- end
1225
-
1226
- def display_exception_backtrace(ex)
1227
- ;
1228
- end
1229
-
1230
- def display_exception_details(ex)
1231
- ;
1232
- end
1233
-
383
+ def deprecate(old_usage, new_usage, call_site); end
384
+ def display_cause_details(ex); end
385
+ def display_error_message(ex); end
386
+ def display_exception_backtrace(ex); end
387
+ def display_exception_details(ex); end
1234
388
  def display_exception_details_seen; end
1235
-
1236
- def display_exception_message_details(ex)
1237
- ;
1238
- end
1239
-
389
+ def display_exception_message_details(ex); end
1240
390
  def display_prerequisites; end
1241
-
1242
391
  def display_tasks_and_comments; end
1243
-
1244
392
  def dynamic_width; end
1245
-
1246
393
  def dynamic_width_stty; end
1247
-
1248
394
  def dynamic_width_tput; end
1249
-
1250
- def exit_because_of_exception(ex)
1251
- ;
1252
- end
1253
-
395
+ def exit_because_of_exception(ex); end
1254
396
  def find_rakefile_location; end
1255
-
1256
- def glob(path, &block)
1257
- ;
1258
- end
1259
-
1260
- def handle_options(argv)
1261
- ;
1262
- end
1263
-
1264
- def has_cause?(ex)
1265
- ;
1266
- end
1267
-
1268
- def has_chain?(exception)
1269
- ;
1270
- end
1271
-
397
+ def glob(path, &block); end
398
+ def handle_options(argv); end
399
+ def has_cause?(ex); end
400
+ def has_chain?(exception); end
1272
401
  def have_rakefile; end
1273
-
1274
- def init(app_name = nil, argv = nil)
1275
- ;
1276
- end
1277
-
402
+ def init(app_name = nil, argv = nil); end
1278
403
  def initialize; end
1279
-
1280
- def invoke_task(task_string)
1281
- ;
1282
- end
1283
-
404
+ def invoke_task(task_string); end
1284
405
  def load_imports; end
1285
-
1286
406
  def load_rakefile; end
1287
-
1288
407
  def name; end
1289
-
1290
408
  def options; end
1291
-
1292
409
  def original_dir; end
1293
-
1294
- def parse_task_string(string)
1295
- ;
1296
- end
1297
-
1298
- def print_rakefile_directory(location)
1299
- ;
1300
- end
1301
-
1302
- def rake_require(file_name, paths = nil, loaded = nil)
1303
- ;
1304
- end
1305
-
410
+ def parse_task_string(string); end
411
+ def print_rakefile_directory(location); end
412
+ def rake_require(file_name, paths = nil, loaded = nil); end
1306
413
  def rakefile; end
1307
-
1308
- def rakefile_location(backtrace = nil)
1309
- ;
1310
- end
1311
-
414
+ def rakefile_location(backtrace = nil); end
1312
415
  def raw_load_rakefile; end
1313
-
1314
- def run(argv = nil)
1315
- ;
1316
- end
1317
-
416
+ def run(argv = nil); end
1318
417
  def run_with_threads; end
1319
-
1320
- def select_tasks_to_show(options, show_tasks, value)
1321
- ;
1322
- end
1323
-
1324
- def select_trace_output(options, trace_option, value)
1325
- ;
1326
- end
1327
-
418
+ def select_tasks_to_show(options, show_tasks, value); end
419
+ def select_trace_output(options, trace_option, value); end
1328
420
  def set_default_options; end
1329
-
1330
- def sort_options(options)
1331
- ;
1332
- end
1333
-
421
+ def sort_options(options); end
1334
422
  def standard_exception_handling; end
1335
-
1336
423
  def standard_rake_options; end
1337
-
1338
424
  def standard_system_dir; end
1339
-
1340
425
  def system_dir; end
1341
-
1342
426
  def terminal_columns; end
1343
-
1344
- def terminal_columns=(arg0)
1345
- ;
1346
- end
1347
-
427
+ def terminal_columns=(arg0); end
1348
428
  def terminal_width; end
1349
-
1350
429
  def thread_pool; end
1351
-
1352
430
  def top_level; end
1353
-
1354
431
  def top_level_tasks; end
1355
-
1356
- def trace(*strings)
1357
- ;
1358
- end
1359
-
1360
- def truncate(string, width)
1361
- ;
1362
- end
1363
-
432
+ def trace(*strings); end
433
+ def truncate(string, width); end
1364
434
  def truncate_output?; end
1365
-
1366
- def tty_output=(arg0)
1367
- ;
1368
- end
1369
-
435
+ def tty_output=(arg0); end
1370
436
  def tty_output?; end
1371
-
1372
437
  def unix?; end
1373
-
1374
438
  def windows?; end
1375
-
1376
439
  include Rake::TaskManager
1377
440
  include Rake::TraceOutput
1378
441
  end
1379
-
1380
442
  class Rake::PseudoStatus
1381
- def >>(n)
1382
- ;
1383
- end
1384
-
443
+ def >>(n); end
1385
444
  def exited?; end
1386
-
1387
445
  def exitstatus; end
1388
-
1389
- def initialize(code = nil)
1390
- ;
1391
- end
1392
-
446
+ def initialize(code = nil); end
1393
447
  def stopped?; end
1394
-
1395
448
  def to_i; end
1396
449
  end
1397
-
1398
450
  class Rake::TaskArguments
1399
- def [](index)
1400
- ;
1401
- end
1402
-
1403
- def each(&block)
1404
- ;
1405
- end
1406
-
451
+ def [](index); end
452
+ def each(&block); end
1407
453
  def extras; end
1408
-
1409
- def fetch(*args, &block)
1410
- ;
1411
- end
1412
-
1413
- def has_key?(key)
1414
- ;
1415
- end
1416
-
1417
- def initialize(names, values, parent = nil)
1418
- ;
1419
- end
1420
-
454
+ def fetch(*args, &block); end
455
+ def has_key?(key); end
456
+ def initialize(names, values, parent = nil); end
1421
457
  def inspect; end
1422
-
1423
- def key?(key)
1424
- ;
1425
- end
1426
-
1427
- def lookup(name)
1428
- ;
1429
- end
1430
-
1431
- def method_missing(sym, *args)
1432
- ;
1433
- end
1434
-
458
+ def key?(key); end
459
+ def lookup(name); end
460
+ def method_missing(sym, *args); end
1435
461
  def names; end
1436
-
1437
- def new_scope(names)
1438
- ;
1439
- end
1440
-
462
+ def new_scope(names); end
1441
463
  def to_a; end
1442
-
1443
464
  def to_hash; end
1444
-
1445
465
  def to_s; end
1446
-
1447
- def values_at(*keys)
1448
- ;
1449
- end
1450
-
1451
- def with_defaults(defaults)
1452
- ;
1453
- end
1454
-
466
+ def values_at(*keys); end
467
+ def with_defaults(defaults); end
1455
468
  include Enumerable
1456
469
  end
1457
-
1458
470
  class Rake::InvocationChain < Rake::LinkedList
1459
- def append(invocation)
1460
- ;
1461
- end
1462
-
1463
- def member?(invocation)
1464
- ;
1465
- end
1466
-
471
+ def append(invocation); end
472
+ def member?(invocation); end
1467
473
  def prefix; end
1468
-
1469
- def self.append(invocation, chain)
1470
- ;
1471
- end
1472
-
474
+ def self.append(invocation, chain); end
1473
475
  def to_s; end
1474
476
  end
1475
-
1476
477
  class Rake::InvocationChain::EmptyInvocationChain < Rake::LinkedList::EmptyLinkedList
1477
- def append(invocation)
1478
- ;
1479
- end
1480
-
1481
- def member?(obj)
1482
- ;
1483
- end
1484
-
478
+ def append(invocation); end
479
+ def member?(obj); end
1485
480
  def to_s; end
1486
481
  end
1487
-
1488
482
  module Rake::InvocationExceptionMixin
1489
483
  def chain; end
1490
-
1491
- def chain=(value)
1492
- ;
1493
- end
484
+ def chain=(value); end
1494
485
  end
1495
-
1496
486
  class Rake::Task
1497
487
  def actions; end
1498
-
1499
- def add_chain_to(exception, new_chain)
1500
- ;
1501
- end
1502
-
1503
- def add_comment(comment)
1504
- ;
1505
- end
1506
-
1507
- def add_description(description)
1508
- ;
1509
- end
1510
-
488
+ def add_chain_to(exception, new_chain); end
489
+ def add_comment(comment); end
490
+ def add_description(description); end
1511
491
  def all_prerequisite_tasks; end
1512
-
1513
492
  def already_invoked; end
1514
-
1515
493
  def application; end
1516
-
1517
- def application=(arg0)
1518
- ;
1519
- end
1520
-
494
+ def application=(arg0); end
1521
495
  def arg_description; end
1522
-
1523
496
  def arg_names; end
1524
-
1525
497
  def clear; end
1526
-
1527
498
  def clear_actions; end
1528
-
1529
499
  def clear_args; end
1530
-
1531
500
  def clear_comments; end
1532
-
1533
501
  def clear_prerequisites; end
1534
-
1535
- def collect_prerequisites(seen)
1536
- ;
1537
- end
1538
-
502
+ def collect_prerequisites(seen); end
1539
503
  def comment; end
1540
-
1541
- def comment=(comment)
1542
- ;
1543
- end
1544
-
1545
- def enhance(deps = nil, &block)
1546
- ;
1547
- end
1548
-
1549
- def execute(args = nil)
1550
- ;
1551
- end
1552
-
1553
- def first_sentence(string)
1554
- ;
1555
- end
1556
-
504
+ def comment=(comment); end
505
+ def enhance(deps = nil, &block); end
506
+ def execute(args = nil); end
507
+ def first_sentence(string); end
1557
508
  def format_trace_flags; end
1558
-
1559
509
  def full_comment; end
1560
-
1561
- def initialize(task_name, app)
1562
- ;
1563
- end
1564
-
510
+ def initialize(task_name, app); end
1565
511
  def inspect; end
1566
-
1567
512
  def investigation; end
1568
-
1569
- def invoke(*args)
1570
- ;
1571
- end
1572
-
1573
- def invoke_prerequisites(task_args, invocation_chain)
1574
- ;
1575
- end
1576
-
1577
- def invoke_prerequisites_concurrently(task_args, invocation_chain)
1578
- ;
1579
- end
1580
-
1581
- def invoke_with_call_chain(task_args, invocation_chain)
1582
- ;
1583
- end
1584
-
513
+ def invoke(*args); end
514
+ def invoke_prerequisites(task_args, invocation_chain); end
515
+ def invoke_prerequisites_concurrently(task_args, invocation_chain); end
516
+ def invoke_with_call_chain(task_args, invocation_chain); end
1585
517
  def locations; end
1586
-
1587
- def lookup_prerequisite(prerequisite_name)
1588
- ;
1589
- end
1590
-
518
+ def lookup_prerequisite(prerequisite_name); end
1591
519
  def name; end
1592
-
1593
520
  def name_with_args; end
1594
-
1595
521
  def needed?; end
1596
-
1597
522
  def order_only_prerequisites; end
1598
-
1599
523
  def prereqs; end
1600
-
1601
524
  def prerequisite_tasks; end
1602
-
1603
525
  def prerequisites; end
1604
-
1605
526
  def reenable; end
1606
-
1607
527
  def scope; end
1608
-
1609
- def self.[](task_name)
1610
- ;
1611
- end
1612
-
528
+ def self.[](task_name); end
1613
529
  def self.clear; end
1614
-
1615
- def self.create_rule(*args, &block)
1616
- ;
1617
- end
1618
-
1619
- def self.define_task(*args, &block)
1620
- ;
1621
- end
1622
-
1623
- def self.format_deps(deps)
1624
- ;
1625
- end
1626
-
1627
- def self.scope_name(scope, task_name)
1628
- ;
1629
- end
1630
-
1631
- def self.task_defined?(task_name)
1632
- ;
1633
- end
1634
-
530
+ def self.create_rule(*args, &block); end
531
+ def self.define_task(*args, &block); end
532
+ def self.format_deps(deps); end
533
+ def self.scope_name(scope, task_name); end
534
+ def self.task_defined?(task_name); end
1635
535
  def self.tasks; end
1636
-
1637
- def set_arg_names(args)
1638
- ;
1639
- end
1640
-
536
+ def set_arg_names(args); end
1641
537
  def source; end
1642
-
1643
538
  def sources; end
1644
-
1645
- def sources=(arg0)
1646
- ;
1647
- end
1648
-
539
+ def sources=(arg0); end
1649
540
  def timestamp; end
1650
-
1651
541
  def to_s; end
1652
-
1653
- def transform_comments(separator, &block)
1654
- ;
1655
- end
1656
-
1657
- def |(deps)
1658
- ;
1659
- end
542
+ def transform_comments(separator, &block); end
543
+ def |(deps); end
1660
544
  end
1661
-
1662
545
  class Rake::EarlyTime
1663
- def <=>(other)
1664
- ;
1665
- end
1666
-
546
+ def <=>(other); end
1667
547
  def self.allocate; end
1668
-
1669
548
  def self.instance; end
1670
-
1671
- def self.new(*arg0)
1672
- ;
1673
- end
1674
-
549
+ def self.new(*arg0); end
1675
550
  def to_s; end
1676
-
1677
551
  extend Singleton::SingletonClassMethods
1678
552
  include Comparable
1679
553
  include Singleton
1680
554
  end
1681
-
1682
555
  class Rake::FileTask < Rake::Task
1683
556
  def needed?; end
1684
-
1685
- def out_of_date?(stamp)
1686
- ;
1687
- end
1688
-
1689
- def self.scope_name(scope, task_name)
1690
- ;
1691
- end
1692
-
557
+ def out_of_date?(stamp); end
558
+ def self.scope_name(scope, task_name); end
1693
559
  def timestamp; end
1694
560
  end
1695
-
1696
561
  class Rake::FileCreationTask < Rake::FileTask
1697
562
  def needed?; end
1698
-
1699
563
  def timestamp; end
1700
564
  end
1701
-
1702
565
  class Rake::MultiTask < Rake::Task
1703
- def invoke_prerequisites(task_args, invocation_chain)
1704
- ;
1705
- end
566
+ def invoke_prerequisites(task_args, invocation_chain); end
1706
567
  end
1707
-
1708
568
  module Rake::DSL
1709
- def cd(*args, **options, &block)
1710
- ;
1711
- end
1712
-
1713
- def chdir(*args, **options, &block)
1714
- ;
1715
- end
1716
-
1717
- def chmod(*args, **options, &block)
1718
- ;
1719
- end
1720
-
1721
- def chmod_R(*args, **options, &block)
1722
- ;
1723
- end
1724
-
1725
- def chown(*args, **options, &block)
1726
- ;
1727
- end
1728
-
1729
- def chown_R(*args, **options, &block)
1730
- ;
1731
- end
1732
-
1733
- def copy(*args, **options, &block)
1734
- ;
1735
- end
1736
-
1737
- def cp(*args, **options, &block)
1738
- ;
1739
- end
1740
-
1741
- def cp_lr(*args, **options, &block)
1742
- ;
1743
- end
1744
-
1745
- def cp_r(*args, **options, &block)
1746
- ;
1747
- end
1748
-
1749
- def desc(description)
1750
- ;
1751
- end
1752
-
1753
- def directory(*args, &block)
1754
- ;
1755
- end
1756
-
1757
- def file(*args, &block)
1758
- ;
1759
- end
1760
-
1761
- def file_create(*args, &block)
1762
- ;
1763
- end
1764
-
1765
- def import(*fns)
1766
- ;
1767
- end
1768
-
1769
- def install(*args, **options, &block)
1770
- ;
1771
- end
1772
-
1773
- def link(*args, **options, &block)
1774
- ;
1775
- end
1776
-
1777
- def ln(*args, **options, &block)
1778
- ;
1779
- end
1780
-
1781
- def ln_s(*args, **options, &block)
1782
- ;
1783
- end
1784
-
1785
- def ln_sf(*args, **options, &block)
1786
- ;
1787
- end
1788
-
1789
- def makedirs(*args, **options, &block)
1790
- ;
1791
- end
1792
-
1793
- def mkdir(*args, **options, &block)
1794
- ;
1795
- end
1796
-
1797
- def mkdir_p(*args, **options, &block)
1798
- ;
1799
- end
1800
-
1801
- def mkpath(*args, **options, &block)
1802
- ;
1803
- end
1804
-
1805
- def move(*args, **options, &block)
1806
- ;
1807
- end
1808
-
1809
- def multitask(*args, &block)
1810
- ;
1811
- end
1812
-
1813
- def mv(*args, **options, &block)
1814
- ;
1815
- end
1816
-
1817
- def namespace(name = nil, &block)
1818
- ;
1819
- end
1820
-
1821
- def nowrite(value = nil)
1822
- ;
1823
- end
1824
-
1825
- def rake_check_options(options, *optdecl)
1826
- ;
1827
- end
1828
-
1829
- def rake_output_message(message)
1830
- ;
1831
- end
1832
-
1833
- def remove(*args, **options, &block)
1834
- ;
1835
- end
1836
-
1837
- def rm(*args, **options, &block)
1838
- ;
1839
- end
1840
-
1841
- def rm_f(*args, **options, &block)
1842
- ;
1843
- end
1844
-
1845
- def rm_r(*args, **options, &block)
1846
- ;
1847
- end
1848
-
1849
- def rm_rf(*args, **options, &block)
1850
- ;
1851
- end
1852
-
1853
- def rmdir(*args, **options, &block)
1854
- ;
1855
- end
1856
-
1857
- def rmtree(*args, **options, &block)
1858
- ;
1859
- end
1860
-
1861
- def ruby(*args, **options, &block)
1862
- ;
1863
- end
1864
-
1865
- def rule(*args, &block)
1866
- ;
1867
- end
1868
-
1869
- def safe_ln(*args, **options)
1870
- ;
1871
- end
1872
-
1873
- def safe_unlink(*args, **options, &block)
1874
- ;
1875
- end
1876
-
1877
- def sh(*cmd, &block)
1878
- ;
1879
- end
1880
-
1881
- def split_all(path)
1882
- ;
1883
- end
1884
-
1885
- def symlink(*args, **options, &block)
1886
- ;
1887
- end
1888
-
1889
- def task(*args, &block)
1890
- ;
1891
- end
1892
-
1893
- def touch(*args, **options, &block)
1894
- ;
1895
- end
1896
-
1897
- def verbose(value = nil)
1898
- ;
1899
- end
1900
-
1901
- def when_writing(msg = nil)
1902
- ;
1903
- end
1904
-
569
+ def cd(*args, **options, &block); end
570
+ def chdir(*args, **options, &block); end
571
+ def chmod(*args, **options, &block); end
572
+ def chmod_R(*args, **options, &block); end
573
+ def chown(*args, **options, &block); end
574
+ def chown_R(*args, **options, &block); end
575
+ def copy(*args, **options, &block); end
576
+ def cp(*args, **options, &block); end
577
+ def cp_lr(*args, **options, &block); end
578
+ def cp_r(*args, **options, &block); end
579
+ def desc(description); end
580
+ def directory(*args, &block); end
581
+ def file(*args, &block); end
582
+ def file_create(*args, &block); end
583
+ def import(*fns); end
584
+ def install(*args, **options, &block); end
585
+ def link(*args, **options, &block); end
586
+ def ln(*args, **options, &block); end
587
+ def ln_s(*args, **options, &block); end
588
+ def ln_sf(*args, **options, &block); end
589
+ def makedirs(*args, **options, &block); end
590
+ def mkdir(*args, **options, &block); end
591
+ def mkdir_p(*args, **options, &block); end
592
+ def mkpath(*args, **options, &block); end
593
+ def move(*args, **options, &block); end
594
+ def multitask(*args, &block); end
595
+ def mv(*args, **options, &block); end
596
+ def namespace(name = nil, &block); end
597
+ def nowrite(value = nil); end
598
+ def rake_check_options(options, *optdecl); end
599
+ def rake_output_message(message); end
600
+ def remove(*args, **options, &block); end
601
+ def rm(*args, **options, &block); end
602
+ def rm_f(*args, **options, &block); end
603
+ def rm_r(*args, **options, &block); end
604
+ def rm_rf(*args, **options, &block); end
605
+ def rmdir(*args, **options, &block); end
606
+ def rmtree(*args, **options, &block); end
607
+ def ruby(*args, **options, &block); end
608
+ def rule(*args, &block); end
609
+ def safe_ln(*args, **options); end
610
+ def safe_unlink(*args, **options, &block); end
611
+ def sh(*cmd, &block); end
612
+ def split_all(path); end
613
+ def symlink(*args, **options, &block); end
614
+ def task(*args, &block); end
615
+ def touch(*args, **options, &block); end
616
+ def verbose(value = nil); end
617
+ def when_writing(msg = nil); end
1905
618
  include Rake::FileUtilsExt
1906
619
  end
1907
-
1908
620
  class Rake::DefaultLoader
1909
- def load(fn)
1910
- ;
1911
- end
621
+ def load(fn); end
1912
622
  end
1913
-
1914
623
  class Rake::LateTime
1915
- def <=>(other)
1916
- ;
1917
- end
1918
-
624
+ def <=>(other); end
1919
625
  def self.allocate; end
1920
-
1921
626
  def self.instance; end
1922
-
1923
- def self.new(*arg0)
1924
- ;
1925
- end
1926
-
627
+ def self.new(*arg0); end
1927
628
  def to_s; end
1928
-
1929
629
  extend Singleton::SingletonClassMethods
1930
630
  include Comparable
1931
631
  include Singleton
1932
632
  end
1933
-
1934
633
  class Rake::NameSpace
1935
- def [](name)
1936
- ;
1937
- end
1938
-
1939
- def initialize(task_manager, scope_list)
1940
- ;
1941
- end
1942
-
634
+ def [](name); end
635
+ def initialize(task_manager, scope_list); end
1943
636
  def scope; end
1944
-
1945
637
  def tasks; end
1946
638
  end
1947
-
1948
639
  module Rake::Backtrace
1949
- def self.collapse(backtrace)
1950
- ;
1951
- end
640
+ def self.collapse(backtrace); end
1952
641
  end
1953
-
1954
642
  class Rake::TaskLib
1955
643
  include Rake::Cloneable
1956
644
  include Rake::DSL