konstruo 1.0.0

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 (126) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +3 -0
  3. data/.rubocop.yml +22 -0
  4. data/.tool-versions +1 -0
  5. data/CHANGELOG.md +21 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +35 -0
  8. data/Rakefile +10 -0
  9. data/lib/konstruo/mapper.rb +120 -0
  10. data/lib/konstruo/version.rb +6 -0
  11. data/lib/konstruo.rb +18 -0
  12. data/sorbet/config +4 -0
  13. data/sorbet/rbi/annotations/.gitattributes +1 -0
  14. data/sorbet/rbi/annotations/actionmailer.rbi +10 -0
  15. data/sorbet/rbi/annotations/actionpack.rbi +430 -0
  16. data/sorbet/rbi/annotations/actionview.rbi +75 -0
  17. data/sorbet/rbi/annotations/activejob.rbi +44 -0
  18. data/sorbet/rbi/annotations/activemodel.rbi +89 -0
  19. data/sorbet/rbi/annotations/activerecord.rbi +92 -0
  20. data/sorbet/rbi/annotations/activesupport.rbi +454 -0
  21. data/sorbet/rbi/annotations/globalid.rbi +30 -0
  22. data/sorbet/rbi/annotations/minitest.rbi +119 -0
  23. data/sorbet/rbi/annotations/railties.rbi +61 -0
  24. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  25. data/sorbet/rbi/dsl/.gitattributes +1 -0
  26. data/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
  27. data/sorbet/rbi/gems/.gitattributes +1 -0
  28. data/sorbet/rbi/gems/actioncable@7.2.1.rbi +3096 -0
  29. data/sorbet/rbi/gems/actionmailbox@7.2.1.rbi +1832 -0
  30. data/sorbet/rbi/gems/actionmailer@7.2.1.rbi +2664 -0
  31. data/sorbet/rbi/gems/actionpack@7.2.1.rbi +20536 -0
  32. data/sorbet/rbi/gems/actiontext@7.2.1.rbi +1697 -0
  33. data/sorbet/rbi/gems/actionview@7.2.1.rbi +15752 -0
  34. data/sorbet/rbi/gems/activejob@7.2.1.rbi +2828 -0
  35. data/sorbet/rbi/gems/activemodel@7.2.1.rbi +6762 -0
  36. data/sorbet/rbi/gems/activerecord@7.2.1.rbi +41433 -0
  37. data/sorbet/rbi/gems/activestorage@7.2.1.rbi +3247 -0
  38. data/sorbet/rbi/gems/activesupport@7.2.1.rbi +21142 -0
  39. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  40. data/sorbet/rbi/gems/base64@0.2.0.rbi +509 -0
  41. data/sorbet/rbi/gems/bigdecimal@3.1.8.rbi +78 -0
  42. data/sorbet/rbi/gems/builder@3.3.0.rbi +9 -0
  43. data/sorbet/rbi/gems/concurrent-ruby@1.3.4.rbi +11645 -0
  44. data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
  45. data/sorbet/rbi/gems/crass@1.0.6.rbi +623 -0
  46. data/sorbet/rbi/gems/dashbrains-rubocop-config@1.0.4.rbi +9 -0
  47. data/sorbet/rbi/gems/date@3.3.4.rbi +75 -0
  48. data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +1131 -0
  49. data/sorbet/rbi/gems/drb@2.2.1.rbi +1347 -0
  50. data/sorbet/rbi/gems/erubi@1.13.0.rbi +150 -0
  51. data/sorbet/rbi/gems/globalid@1.2.1.rbi +749 -0
  52. data/sorbet/rbi/gems/i18n@1.14.5.rbi +2359 -0
  53. data/sorbet/rbi/gems/io-console@0.7.2.rbi +9 -0
  54. data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
  55. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
  56. data/sorbet/rbi/gems/logger@1.6.1.rbi +920 -0
  57. data/sorbet/rbi/gems/loofah@2.22.0.rbi +1081 -0
  58. data/sorbet/rbi/gems/mail@2.8.1.rbi +8658 -0
  59. data/sorbet/rbi/gems/marcel@1.0.4.rbi +239 -0
  60. data/sorbet/rbi/gems/mini_mime@1.1.5.rbi +173 -0
  61. data/sorbet/rbi/gems/minitest@5.25.1.rbi +1546 -0
  62. data/sorbet/rbi/gems/net-imap@0.4.16.rbi +10845 -0
  63. data/sorbet/rbi/gems/net-pop@0.1.2.rbi +927 -0
  64. data/sorbet/rbi/gems/net-protocol@0.2.2.rbi +292 -0
  65. data/sorbet/rbi/gems/net-smtp@0.5.0.rbi +1228 -0
  66. data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
  67. data/sorbet/rbi/gems/nio4r@2.7.3.rbi +293 -0
  68. data/sorbet/rbi/gems/nokogiri@1.16.7.rbi +7311 -0
  69. data/sorbet/rbi/gems/parallel@1.26.3.rbi +291 -0
  70. data/sorbet/rbi/gems/parser@3.3.5.0.rbi +5519 -0
  71. data/sorbet/rbi/gems/prism@1.0.0.rbi +35493 -0
  72. data/sorbet/rbi/gems/psych@5.1.2.rbi +1769 -0
  73. data/sorbet/rbi/gems/racc@1.8.1.rbi +162 -0
  74. data/sorbet/rbi/gems/rack-session@2.0.0.rbi +727 -0
  75. data/sorbet/rbi/gems/rack-test@2.1.0.rbi +747 -0
  76. data/sorbet/rbi/gems/rack@3.1.7.rbi +4902 -0
  77. data/sorbet/rbi/gems/rackup@2.1.0.rbi +390 -0
  78. data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +758 -0
  79. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.0.rbi +785 -0
  80. data/sorbet/rbi/gems/rails@7.2.1.rbi +9 -0
  81. data/sorbet/rbi/gems/railties@7.2.1.rbi +3824 -0
  82. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  83. data/sorbet/rbi/gems/rake@13.2.1.rbi +3046 -0
  84. data/sorbet/rbi/gems/rbi@0.2.0.rbi +4105 -0
  85. data/sorbet/rbi/gems/rdoc@6.7.0.rbi +12721 -0
  86. data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
  87. data/sorbet/rbi/gems/reline@0.5.10.rbi +9 -0
  88. data/sorbet/rbi/gems/rspec-core@3.13.1.rbi +11012 -0
  89. data/sorbet/rbi/gems/rspec-expectations@3.13.3.rbi +8183 -0
  90. data/sorbet/rbi/gems/rspec-mocks@3.13.1.rbi +5341 -0
  91. data/sorbet/rbi/gems/rspec-support@3.13.1.rbi +1630 -0
  92. data/sorbet/rbi/gems/rspec@3.13.0.rbi +83 -0
  93. data/sorbet/rbi/gems/rubocop-ast@1.32.3.rbi +7446 -0
  94. data/sorbet/rbi/gems/rubocop-capybara@2.21.0.rbi +9 -0
  95. data/sorbet/rbi/gems/rubocop-factory_bot@2.26.1.rbi +9 -0
  96. data/sorbet/rbi/gems/rubocop-graphql@1.5.4.rbi +9 -0
  97. data/sorbet/rbi/gems/rubocop-minitest@0.36.0.rbi +9 -0
  98. data/sorbet/rbi/gems/rubocop-performance@1.21.1.rbi +9 -0
  99. data/sorbet/rbi/gems/rubocop-rails@2.26.1.rbi +9 -0
  100. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
  101. data/sorbet/rbi/gems/rubocop-rspec@3.0.5.rbi +9 -0
  102. data/sorbet/rbi/gems/rubocop-rspec_rails@2.30.0.rbi +9 -0
  103. data/sorbet/rbi/gems/rubocop-sorbet@0.8.5.rbi +9 -0
  104. data/sorbet/rbi/gems/rubocop@1.66.1.rbi +58268 -0
  105. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  106. data/sorbet/rbi/gems/securerandom@0.3.1.rbi +396 -0
  107. data/sorbet/rbi/gems/spoom@1.4.2.rbi +4932 -0
  108. data/sorbet/rbi/gems/stringio@3.1.1.rbi +9 -0
  109. data/sorbet/rbi/gems/tapioca@0.16.2.rbi +3581 -0
  110. data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
  111. data/sorbet/rbi/gems/timeout@0.4.1.rbi +149 -0
  112. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +5918 -0
  113. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
  114. data/sorbet/rbi/gems/useragent@0.16.10.rbi +9 -0
  115. data/sorbet/rbi/gems/webrick@1.8.1.rbi +2607 -0
  116. data/sorbet/rbi/gems/websocket-driver@0.7.6.rbi +993 -0
  117. data/sorbet/rbi/gems/websocket-extensions@0.1.5.rbi +121 -0
  118. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
  119. data/sorbet/rbi/gems/yard@0.9.37.rbi +18570 -0
  120. data/sorbet/rbi/gems/zeitwerk@2.6.18.rbi +1051 -0
  121. data/sorbet/rbi/todo.rbi +6 -0
  122. data/sorbet/tapioca/config.yml +13 -0
  123. data/sorbet/tapioca/require.rb +9 -0
  124. data/tasks/bundle_update.rake +14 -0
  125. data/tasks/sorbet.rake +26 -0
  126. metadata +216 -0
@@ -0,0 +1,3046 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rake` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rake`.
6
+
7
+
8
+ # :stopdoc:
9
+ #
10
+ # Some top level Constants.
11
+ #
12
+ # source://rake//lib/rake.rb#69
13
+ FileList = Rake::FileList
14
+
15
+ # --
16
+ # This a FileUtils extension that defines several additional commands to be
17
+ # added to the FileUtils utility functions.
18
+ #
19
+ # source://rake//lib/rake/file_utils.rb#8
20
+ module FileUtils
21
+ # Run a Ruby interpreter with the given arguments.
22
+ #
23
+ # Example:
24
+ # ruby %{-pe '$_.upcase!' <README}
25
+ #
26
+ # source://rake//lib/rake/file_utils.rb#98
27
+ def ruby(*args, **options, &block); end
28
+
29
+ # Attempt to do a normal file link, but fall back to a copy if the link
30
+ # fails.
31
+ #
32
+ # source://rake//lib/rake/file_utils.rb#110
33
+ def safe_ln(*args, **options); end
34
+
35
+ # Run the system command +cmd+. If multiple arguments are given the command
36
+ # is run directly (without the shell, same semantics as Kernel::exec and
37
+ # Kernel::system).
38
+ #
39
+ # It is recommended you use the multiple argument form over interpolating
40
+ # user input for both usability and security reasons. With the multiple
41
+ # argument form you can easily process files with spaces or other shell
42
+ # reserved characters in them. With the multiple argument form your rake
43
+ # tasks are not vulnerable to users providing an argument like
44
+ # <code>; rm # -rf /</code>.
45
+ #
46
+ # If a block is given, upon command completion the block is called with an
47
+ # OK flag (true on a zero exit status) and a Process::Status object.
48
+ # Without a block a RuntimeError is raised when the command exits non-zero.
49
+ #
50
+ # Examples:
51
+ #
52
+ # sh 'ls -ltr'
53
+ #
54
+ # sh 'ls', 'file with spaces'
55
+ #
56
+ # # check exit status after command runs
57
+ # sh %{grep pattern file} do |ok, res|
58
+ # if !ok
59
+ # puts "pattern not found (status = #{res.exitstatus})"
60
+ # end
61
+ # end
62
+ #
63
+ # source://rake//lib/rake/file_utils.rb#43
64
+ def sh(*cmd, &block); end
65
+
66
+ # Split a file path into individual directory names.
67
+ #
68
+ # Example:
69
+ # split_all("a/b/c") => ['a', 'b', 'c']
70
+ #
71
+ # source://rake//lib/rake/file_utils.rb#126
72
+ def split_all(path); end
73
+
74
+ private
75
+
76
+ # source://rake//lib/rake/file_utils.rb#61
77
+ def create_shell_runner(cmd); end
78
+
79
+ # source://rake//lib/rake/file_utils.rb#84
80
+ def set_verbose_option(options); end
81
+
82
+ # source://rake//lib/rake/file_utils.rb#71
83
+ def sh_show_command(cmd); end
84
+ end
85
+
86
+ # source://rake//lib/rake/file_utils.rb#106
87
+ FileUtils::LN_SUPPORTED = T.let(T.unsafe(nil), Array)
88
+
89
+ # Path to the currently running Ruby program
90
+ #
91
+ # source://rake//lib/rake/file_utils.rb#10
92
+ FileUtils::RUBY = T.let(T.unsafe(nil), String)
93
+
94
+ # source://rake//lib/rake/ext/core.rb#2
95
+ class Module
96
+ # Check for an existing method in the current class before extending. If
97
+ # the method already exists, then a warning is printed and the extension is
98
+ # not added. Otherwise the block is yielded and any definitions in the
99
+ # block will take effect.
100
+ #
101
+ # Usage:
102
+ #
103
+ # class String
104
+ # rake_extension("xyz") do
105
+ # def xyz
106
+ # ...
107
+ # end
108
+ # end
109
+ # end
110
+ #
111
+ # source://rake//lib/rake/ext/core.rb#18
112
+ def rake_extension(method); end
113
+ end
114
+
115
+ # source://rake//lib/rake.rb#24
116
+ module Rake
117
+ extend ::FileUtils::StreamUtils_
118
+ extend ::FileUtils
119
+ extend ::Rake::FileUtilsExt
120
+
121
+ class << self
122
+ # Add files to the rakelib list
123
+ #
124
+ # source://rake//lib/rake/rake_module.rb#33
125
+ def add_rakelib(*files); end
126
+
127
+ # Current Rake Application
128
+ #
129
+ # source://rake//lib/rake/rake_module.rb#8
130
+ def application; end
131
+
132
+ # Set the current Rake application object.
133
+ #
134
+ # source://rake//lib/rake/rake_module.rb#13
135
+ def application=(app); end
136
+
137
+ # Yield each file or directory component.
138
+ #
139
+ # source://rake//lib/rake/file_list.rb#418
140
+ def each_dir_parent(dir); end
141
+
142
+ # Convert Pathname and Pathname-like objects to strings;
143
+ # leave everything else alone
144
+ #
145
+ # source://rake//lib/rake/file_list.rb#429
146
+ def from_pathname(path); end
147
+
148
+ # Load a rakefile.
149
+ #
150
+ # source://rake//lib/rake/rake_module.rb#28
151
+ def load_rakefile(path); end
152
+
153
+ # Return the original directory where the Rake application was started.
154
+ #
155
+ # source://rake//lib/rake/rake_module.rb#23
156
+ def original_dir; end
157
+
158
+ # source://rake//lib/rake/rake_module.rb#17
159
+ def suggested_thread_count; end
160
+
161
+ # Make +block_application+ the default rake application inside a block so
162
+ # you can load rakefiles into a different application.
163
+ #
164
+ # This is useful when you want to run rake tasks inside a library without
165
+ # running rake in a sub-shell.
166
+ #
167
+ # Example:
168
+ #
169
+ # Dir.chdir 'other/directory'
170
+ #
171
+ # other_rake = Rake.with_application do |rake|
172
+ # rake.load_rakefile
173
+ # end
174
+ #
175
+ # puts other_rake.tasks
176
+ #
177
+ # source://rake//lib/rake/rake_module.rb#54
178
+ def with_application(block_application = T.unsafe(nil)); end
179
+ end
180
+ end
181
+
182
+ # Rake main application object. When invoking +rake+ from the
183
+ # command line, a Rake::Application object is created and run.
184
+ #
185
+ # source://rake//lib/rake/application.rb#19
186
+ class Rake::Application
187
+ include ::Rake::TaskManager
188
+ include ::Rake::TraceOutput
189
+
190
+ # Initialize a Rake::Application object.
191
+ #
192
+ # @return [Application] a new instance of Application
193
+ #
194
+ # source://rake//lib/rake/application.rb#49
195
+ def initialize; end
196
+
197
+ # Add a file to the list of files to be imported.
198
+ #
199
+ # source://rake//lib/rake/application.rb#807
200
+ def add_import(fn); end
201
+
202
+ # Add a loader to handle imported files ending in the extension
203
+ # +ext+.
204
+ #
205
+ # source://rake//lib/rake/application.rb#161
206
+ def add_loader(ext, loader); end
207
+
208
+ # Collect the list of tasks on the command line. If no tasks are
209
+ # given, return a list containing only the default task.
210
+ # Environmental assignments are processed at this time as well.
211
+ #
212
+ # `args` is the list of arguments to peruse to get the list of tasks.
213
+ # It should be the command line that was given to rake, less any
214
+ # recognised command-line options, which OptionParser.parse will
215
+ # have taken care of already.
216
+ #
217
+ # source://rake//lib/rake/application.rb#788
218
+ def collect_command_line_tasks(args); end
219
+
220
+ # Default task name ("default").
221
+ # (May be overridden by subclasses)
222
+ #
223
+ # source://rake//lib/rake/application.rb#802
224
+ def default_task_name; end
225
+
226
+ # Warn about deprecated usage.
227
+ #
228
+ # Example:
229
+ # Rake.application.deprecate("import", "Rake.import", caller.first)
230
+ #
231
+ # source://rake//lib/rake/application.rb#288
232
+ def deprecate(old_usage, new_usage, call_site); end
233
+
234
+ # source://rake//lib/rake/application.rb#250
235
+ def display_cause_details(ex); end
236
+
237
+ # Display the error message that caused the exception.
238
+ #
239
+ # source://rake//lib/rake/application.rb#234
240
+ def display_error_message(ex); end
241
+
242
+ # source://rake//lib/rake/application.rb#275
243
+ def display_exception_backtrace(ex); end
244
+
245
+ # source://rake//lib/rake/application.rb#242
246
+ def display_exception_details(ex); end
247
+
248
+ # source://rake//lib/rake/application.rb#257
249
+ def display_exception_details_seen; end
250
+
251
+ # source://rake//lib/rake/application.rb#265
252
+ def display_exception_message_details(ex); end
253
+
254
+ # Display the tasks and prerequisites
255
+ #
256
+ # source://rake//lib/rake/application.rb#411
257
+ def display_prerequisites; end
258
+
259
+ # Display the tasks and comments.
260
+ #
261
+ # source://rake//lib/rake/application.rb#328
262
+ def display_tasks_and_comments; end
263
+
264
+ # Calculate the dynamic width of the
265
+ #
266
+ # source://rake//lib/rake/application.rb#379
267
+ def dynamic_width; end
268
+
269
+ # source://rake//lib/rake/application.rb#383
270
+ def dynamic_width_stty; end
271
+
272
+ # source://rake//lib/rake/application.rb#387
273
+ def dynamic_width_tput; end
274
+
275
+ # Exit the program because of an unhandled exception.
276
+ # (may be overridden by subclasses)
277
+ #
278
+ # source://rake//lib/rake/application.rb#229
279
+ def exit_because_of_exception(ex); end
280
+
281
+ # source://rake//lib/rake/application.rb#708
282
+ def find_rakefile_location; end
283
+
284
+ # Read and handle the command line options. Returns the command line
285
+ # arguments that we didn't understand, which should (in theory) be just
286
+ # task names and env vars.
287
+ #
288
+ # source://rake//lib/rake/application.rb#674
289
+ def handle_options(argv); end
290
+
291
+ # @return [Boolean]
292
+ #
293
+ # source://rake//lib/rake/application.rb#261
294
+ def has_cause?(ex); end
295
+
296
+ # True if one of the files in RAKEFILES is in the current directory.
297
+ # If a match is found, it is copied into @rakefile.
298
+ #
299
+ # source://rake//lib/rake/application.rb#304
300
+ def have_rakefile; end
301
+
302
+ # Initialize the command line parameters and app name.
303
+ #
304
+ # source://rake//lib/rake/application.rb#88
305
+ def init(app_name = T.unsafe(nil), argv = T.unsafe(nil)); end
306
+
307
+ # Invokes a task with arguments that are extracted from +task_string+
308
+ #
309
+ # source://rake//lib/rake/application.rb#185
310
+ def invoke_task(task_string); end
311
+
312
+ # Load the pending list of imported files.
313
+ #
314
+ # source://rake//lib/rake/application.rb#812
315
+ def load_imports; end
316
+
317
+ # Find the rakefile and then load it and any pending imports.
318
+ #
319
+ # source://rake//lib/rake/application.rb#124
320
+ def load_rakefile; end
321
+
322
+ # The name of the application (typically 'rake')
323
+ #
324
+ # source://rake//lib/rake/application.rb#24
325
+ def name; end
326
+
327
+ # Application options from the command line
328
+ #
329
+ # source://rake//lib/rake/application.rb#167
330
+ def options; end
331
+
332
+ # The original directory where rake was invoked.
333
+ #
334
+ # source://rake//lib/rake/application.rb#27
335
+ def original_dir; end
336
+
337
+ # source://rake//lib/rake/application.rb#191
338
+ def parse_task_string(string); end
339
+
340
+ # source://rake//lib/rake/application.rb#720
341
+ def print_rakefile_directory(location); end
342
+
343
+ # Similar to the regular Ruby +require+ command, but will check
344
+ # for *.rake files in addition to *.rb files.
345
+ #
346
+ # source://rake//lib/rake/application.rb#694
347
+ def rake_require(file_name, paths = T.unsafe(nil), loaded = T.unsafe(nil)); end
348
+
349
+ # Name of the actual rakefile used.
350
+ #
351
+ # source://rake//lib/rake/application.rb#30
352
+ def rakefile; end
353
+
354
+ # source://rake//lib/rake/application.rb#828
355
+ def rakefile_location(backtrace = T.unsafe(nil)); end
356
+
357
+ # source://rake//lib/rake/application.rb#725
358
+ def raw_load_rakefile; end
359
+
360
+ # Run the Rake application. The run method performs the following
361
+ # three steps:
362
+ #
363
+ # * Initialize the command line options (+init+).
364
+ # * Define the tasks (+load_rakefile+).
365
+ # * Run the top level tasks (+top_level+).
366
+ #
367
+ # If you wish to build a custom rake command, you should call
368
+ # +init+ on your application. Then define any tasks. Finally,
369
+ # call +top_level+ to run your top level tasks.
370
+ #
371
+ # source://rake//lib/rake/application.rb#79
372
+ def run(argv = T.unsafe(nil)); end
373
+
374
+ # Run the given block with the thread startup and shutdown.
375
+ #
376
+ # source://rake//lib/rake/application.rb#144
377
+ def run_with_threads; end
378
+
379
+ # source://rake//lib/rake/application.rb#837
380
+ def set_default_options; end
381
+
382
+ # Provide standard exception handling for the given block.
383
+ #
384
+ # source://rake//lib/rake/application.rb#213
385
+ def standard_exception_handling; end
386
+
387
+ # A list of all the standard options used in rake, suitable for
388
+ # passing to OptionParser.
389
+ #
390
+ # source://rake//lib/rake/application.rb#432
391
+ def standard_rake_options; end
392
+
393
+ # The directory path containing the system wide rakefiles.
394
+ #
395
+ # source://rake//lib/rake/application.rb#757
396
+ def system_dir; end
397
+
398
+ # Number of columns on the terminal
399
+ #
400
+ # source://rake//lib/rake/application.rb#33
401
+ def terminal_columns; end
402
+
403
+ # Number of columns on the terminal
404
+ #
405
+ # source://rake//lib/rake/application.rb#33
406
+ def terminal_columns=(_arg0); end
407
+
408
+ # source://rake//lib/rake/application.rb#367
409
+ def terminal_width; end
410
+
411
+ # Return the thread pool used for multithreaded processing.
412
+ #
413
+ # source://rake//lib/rake/application.rb#178
414
+ def thread_pool; end
415
+
416
+ # Run the top level tasks of a Rake application.
417
+ #
418
+ # source://rake//lib/rake/application.rb#131
419
+ def top_level; end
420
+
421
+ # List of the top level task names (task names from the command line).
422
+ #
423
+ # source://rake//lib/rake/application.rb#36
424
+ def top_level_tasks; end
425
+
426
+ # source://rake//lib/rake/application.rb#418
427
+ def trace(*strings); end
428
+
429
+ # source://rake//lib/rake/application.rb#400
430
+ def truncate(string, width); end
431
+
432
+ # We will truncate output if we are outputting to a TTY or if we've been
433
+ # given an explicit column width to honor
434
+ #
435
+ # @return [Boolean]
436
+ #
437
+ # source://rake//lib/rake/application.rb#323
438
+ def truncate_output?; end
439
+
440
+ # Override the detected TTY output state (mostly for testing)
441
+ #
442
+ # source://rake//lib/rake/application.rb#39
443
+ def tty_output=(_arg0); end
444
+
445
+ # True if we are outputting to TTY, false otherwise
446
+ #
447
+ # @return [Boolean]
448
+ #
449
+ # source://rake//lib/rake/application.rb#317
450
+ def tty_output?; end
451
+
452
+ # @return [Boolean]
453
+ #
454
+ # source://rake//lib/rake/application.rb#391
455
+ def unix?; end
456
+
457
+ # @return [Boolean]
458
+ #
459
+ # source://rake//lib/rake/application.rb#396
460
+ def windows?; end
461
+
462
+ private
463
+
464
+ # source://rake//lib/rake/application.rb#751
465
+ def glob(path, &block); end
466
+
467
+ # Does the exception have a task invocation chain?
468
+ #
469
+ # @return [Boolean]
470
+ #
471
+ # source://rake//lib/rake/application.rb#297
472
+ def has_chain?(exception); end
473
+
474
+ # source://rake//lib/rake/application.rb#102
475
+ def load_debug_at_stop_feature; end
476
+
477
+ # source://rake//lib/rake/application.rb#650
478
+ def select_tasks_to_show(options, show_tasks, value); end
479
+
480
+ # source://rake//lib/rake/application.rb#657
481
+ def select_trace_output(options, trace_option, value); end
482
+
483
+ # source://rake//lib/rake/application.rb#423
484
+ def sort_options(options); end
485
+
486
+ # source://rake//lib/rake/application.rb#774
487
+ def standard_system_dir; end
488
+ end
489
+
490
+ # source://rake//lib/rake/application.rb#41
491
+ Rake::Application::DEFAULT_RAKEFILES = T.let(T.unsafe(nil), Array)
492
+
493
+ # source://rake//lib/rake/backtrace.rb#3
494
+ module Rake::Backtrace
495
+ class << self
496
+ # source://rake//lib/rake/backtrace.rb#19
497
+ def collapse(backtrace); end
498
+ end
499
+ end
500
+
501
+ # source://rake//lib/rake/backtrace.rb#8
502
+ Rake::Backtrace::SUPPRESSED_PATHS = T.let(T.unsafe(nil), Array)
503
+
504
+ # source://rake//lib/rake/backtrace.rb#12
505
+ Rake::Backtrace::SUPPRESSED_PATHS_RE = T.let(T.unsafe(nil), String)
506
+
507
+ # source://rake//lib/rake/backtrace.rb#17
508
+ Rake::Backtrace::SUPPRESS_PATTERN = T.let(T.unsafe(nil), Regexp)
509
+
510
+ # source://rake//lib/rake/backtrace.rb#4
511
+ Rake::Backtrace::SYS_KEYS = T.let(T.unsafe(nil), Array)
512
+
513
+ # source://rake//lib/rake/backtrace.rb#5
514
+ Rake::Backtrace::SYS_PATHS = T.let(T.unsafe(nil), Array)
515
+
516
+ # Mixin for creating easily cloned objects.
517
+ #
518
+ # source://rake//lib/rake/cloneable.rb#6
519
+ module Rake::Cloneable
520
+ private
521
+
522
+ # The hook that is invoked by 'clone' and 'dup' methods.
523
+ #
524
+ # source://rake//lib/rake/cloneable.rb#8
525
+ def initialize_copy(source); end
526
+ end
527
+
528
+ # source://rake//lib/rake/application.rb#13
529
+ class Rake::CommandLineOptionError < ::StandardError; end
530
+
531
+ # Based on a script at:
532
+ # http://stackoverflow.com/questions/891537/ruby-detect-number-of-cpus-installed
533
+ #
534
+ # source://rake//lib/rake/cpu_counter.rb#6
535
+ class Rake::CpuCounter
536
+ # source://rake//lib/rake/cpu_counter.rb#22
537
+ def count; end
538
+
539
+ # source://rake//lib/rake/cpu_counter.rb#11
540
+ def count_with_default(default = T.unsafe(nil)); end
541
+
542
+ class << self
543
+ # source://rake//lib/rake/cpu_counter.rb#7
544
+ def count; end
545
+ end
546
+ end
547
+
548
+ # DSL is a module that provides #task, #desc, #namespace, etc. Use this
549
+ # when you'd like to use rake outside the top level scope.
550
+ #
551
+ # For a Rakefile you run from the command line this module is automatically
552
+ # included.
553
+ #
554
+ # source://rake//lib/rake/dsl_definition.rb#14
555
+ module Rake::DSL
556
+ include ::FileUtils::StreamUtils_
557
+ include ::FileUtils
558
+ include ::Rake::FileUtilsExt
559
+
560
+ private
561
+
562
+ # source://rake//lib/rake/file_utils_ext.rb#34
563
+ def cd(*args, **options, &block); end
564
+
565
+ # source://rake//lib/rake/file_utils_ext.rb#34
566
+ def chdir(*args, **options, &block); end
567
+
568
+ # source://rake//lib/rake/file_utils_ext.rb#34
569
+ def chmod(*args, **options, &block); end
570
+
571
+ # source://rake//lib/rake/file_utils_ext.rb#34
572
+ def chmod_R(*args, **options, &block); end
573
+
574
+ # source://rake//lib/rake/file_utils_ext.rb#34
575
+ def chown(*args, **options, &block); end
576
+
577
+ # source://rake//lib/rake/file_utils_ext.rb#34
578
+ def chown_R(*args, **options, &block); end
579
+
580
+ # source://rake//lib/rake/file_utils_ext.rb#34
581
+ def copy(*args, **options, &block); end
582
+
583
+ # source://rake//lib/rake/file_utils_ext.rb#34
584
+ def cp(*args, **options, &block); end
585
+
586
+ # source://rake//lib/rake/file_utils_ext.rb#34
587
+ def cp_lr(*args, **options, &block); end
588
+
589
+ # source://rake//lib/rake/file_utils_ext.rb#34
590
+ def cp_r(*args, **options, &block); end
591
+
592
+ # Describes the next rake task. Duplicate descriptions are discarded.
593
+ # Descriptions are shown with <code>rake -T</code> (up to the first
594
+ # sentence) and <code>rake -D</code> (the entire description).
595
+ #
596
+ # Example:
597
+ # desc "Run the Unit Tests"
598
+ # task test: [:build] do
599
+ # # ... run tests
600
+ # end
601
+ #
602
+ # source://rake//lib/rake/dsl_definition.rb#166
603
+ def desc(description); end
604
+
605
+ # Declare a set of files tasks to create the given directories on
606
+ # demand.
607
+ #
608
+ # Example:
609
+ # directory "testdata/doc"
610
+ #
611
+ # source://rake//lib/rake/dsl_definition.rb#92
612
+ def directory(*args, &block); end
613
+
614
+ # Declare a file task.
615
+ #
616
+ # Example:
617
+ # file "config.cfg" => ["config.template"] do
618
+ # open("config.cfg", "w") do |outfile|
619
+ # open("config.template") do |infile|
620
+ # while line = infile.gets
621
+ # outfile.puts line
622
+ # end
623
+ # end
624
+ # end
625
+ # end
626
+ #
627
+ # source://rake//lib/rake/dsl_definition.rb#76
628
+ def file(*args, &block); end
629
+
630
+ # Declare a file creation task.
631
+ # (Mainly used for the directory command).
632
+ #
633
+ # source://rake//lib/rake/dsl_definition.rb#82
634
+ def file_create(*args, &block); end
635
+
636
+ # Import the partial Rakefiles +fn+. Imported files are loaded
637
+ # _after_ the current file is completely loaded. This allows the
638
+ # import statement to appear anywhere in the importing file, and yet
639
+ # allowing the imported files to depend on objects defined in the
640
+ # importing file.
641
+ #
642
+ # A common use of the import statement is to include files
643
+ # containing dependency declarations.
644
+ #
645
+ # See also the --rakelibdir command line option.
646
+ #
647
+ # Example:
648
+ # import ".depend", "my_rules"
649
+ #
650
+ # source://rake//lib/rake/dsl_definition.rb#184
651
+ def import(*fns); end
652
+
653
+ # source://rake//lib/rake/file_utils_ext.rb#34
654
+ def install(*args, **options, &block); end
655
+
656
+ # source://rake//lib/rake/file_utils_ext.rb#34
657
+ def link(*args, **options, &block); end
658
+
659
+ # source://rake//lib/rake/file_utils_ext.rb#34
660
+ def ln(*args, **options, &block); end
661
+
662
+ # source://rake//lib/rake/file_utils_ext.rb#34
663
+ def ln_s(*args, **options, &block); end
664
+
665
+ # source://rake//lib/rake/file_utils_ext.rb#34
666
+ def ln_sf(*args, **options, &block); end
667
+
668
+ # source://rake//lib/rake/file_utils_ext.rb#34
669
+ def ln_sr(*args, **options, &block); end
670
+
671
+ # source://rake//lib/rake/file_utils_ext.rb#34
672
+ def makedirs(*args, **options, &block); end
673
+
674
+ # source://rake//lib/rake/file_utils_ext.rb#34
675
+ def mkdir(*args, **options, &block); end
676
+
677
+ # source://rake//lib/rake/file_utils_ext.rb#34
678
+ def mkdir_p(*args, **options, &block); end
679
+
680
+ # source://rake//lib/rake/file_utils_ext.rb#34
681
+ def mkpath(*args, **options, &block); end
682
+
683
+ # source://rake//lib/rake/file_utils_ext.rb#34
684
+ def move(*args, **options, &block); end
685
+
686
+ # Declare a task that performs its prerequisites in
687
+ # parallel. Multitasks does *not* guarantee that its prerequisites
688
+ # will execute in any given order (which is obvious when you think
689
+ # about it)
690
+ #
691
+ # Example:
692
+ # multitask deploy: %w[deploy_gem deploy_rdoc]
693
+ #
694
+ # source://rake//lib/rake/dsl_definition.rb#113
695
+ def multitask(*args, &block); end
696
+
697
+ # source://rake//lib/rake/file_utils_ext.rb#34
698
+ def mv(*args, **options, &block); end
699
+
700
+ # Create a new rake namespace and use it for evaluating the given
701
+ # block. Returns a NameSpace object that can be used to lookup
702
+ # tasks defined in the namespace.
703
+ #
704
+ # Example:
705
+ #
706
+ # ns = namespace "nested" do
707
+ # # the "nested:run" task
708
+ # task :run
709
+ # end
710
+ # task_run = ns[:run] # find :run in the given namespace.
711
+ #
712
+ # Tasks can also be defined in a namespace by using a ":" in the task
713
+ # name:
714
+ #
715
+ # task "nested:test" do
716
+ # # ...
717
+ # end
718
+ #
719
+ # source://rake//lib/rake/dsl_definition.rb#136
720
+ def namespace(name = T.unsafe(nil), &block); end
721
+
722
+ # source://rake//lib/rake/file_utils_ext.rb#77
723
+ def nowrite(value = T.unsafe(nil)); end
724
+
725
+ # source://rake//lib/rake/file_utils_ext.rb#123
726
+ def rake_check_options(options, *optdecl); end
727
+
728
+ # source://rake//lib/rake/file_utils_ext.rb#116
729
+ def rake_output_message(message); end
730
+
731
+ # source://rake//lib/rake/file_utils_ext.rb#34
732
+ def remove(*args, **options, &block); end
733
+
734
+ # source://rake//lib/rake/file_utils_ext.rb#34
735
+ def rm(*args, **options, &block); end
736
+
737
+ # source://rake//lib/rake/file_utils_ext.rb#34
738
+ def rm_f(*args, **options, &block); end
739
+
740
+ # source://rake//lib/rake/file_utils_ext.rb#34
741
+ def rm_r(*args, **options, &block); end
742
+
743
+ # source://rake//lib/rake/file_utils_ext.rb#34
744
+ def rm_rf(*args, **options, &block); end
745
+
746
+ # source://rake//lib/rake/file_utils_ext.rb#34
747
+ def rmdir(*args, **options, &block); end
748
+
749
+ # source://rake//lib/rake/file_utils_ext.rb#34
750
+ def rmtree(*args, **options, &block); end
751
+
752
+ # source://rake//lib/rake/file_utils.rb#98
753
+ def ruby(*args, **options, &block); end
754
+
755
+ # Declare a rule for auto-tasks.
756
+ #
757
+ # Example:
758
+ # rule '.o' => '.c' do |t|
759
+ # sh 'cc', '-c', '-o', t.name, t.source
760
+ # end
761
+ #
762
+ # source://rake//lib/rake/dsl_definition.rb#152
763
+ def rule(*args, &block); end
764
+
765
+ # source://rake//lib/rake/file_utils.rb#110
766
+ def safe_ln(*args, **options); end
767
+
768
+ # source://rake//lib/rake/file_utils_ext.rb#34
769
+ def safe_unlink(*args, **options, &block); end
770
+
771
+ # source://rake//lib/rake/file_utils.rb#43
772
+ def sh(*cmd, &block); end
773
+
774
+ # source://rake//lib/rake/file_utils.rb#126
775
+ def split_all(path); end
776
+
777
+ # source://rake//lib/rake/file_utils_ext.rb#34
778
+ def symlink(*args, **options, &block); end
779
+
780
+ # :call-seq:
781
+ # task(task_name)
782
+ # task(task_name: dependencies)
783
+ # task(task_name, arguments => dependencies)
784
+ #
785
+ # Declare a basic task. The +task_name+ is always the first argument. If
786
+ # the task name contains a ":" it is defined in that namespace.
787
+ #
788
+ # The +dependencies+ may be a single task name or an Array of task names.
789
+ # The +argument+ (a single name) or +arguments+ (an Array of names) define
790
+ # the arguments provided to the task.
791
+ #
792
+ # The task, argument and dependency names may be either symbols or
793
+ # strings.
794
+ #
795
+ # A task with a single dependency:
796
+ #
797
+ # task clobber: %w[clean] do
798
+ # rm_rf "html"
799
+ # end
800
+ #
801
+ # A task with an argument and a dependency:
802
+ #
803
+ # task :package, [:version] => :test do |t, args|
804
+ # # ...
805
+ # end
806
+ #
807
+ # To invoke this task from the command line:
808
+ #
809
+ # $ rake package[1.2.3]
810
+ #
811
+ # source://rake//lib/rake/dsl_definition.rb#59
812
+ def task(*args, &block); end
813
+
814
+ # source://rake//lib/rake/file_utils_ext.rb#34
815
+ def touch(*args, **options, &block); end
816
+
817
+ # source://rake//lib/rake/file_utils_ext.rb#53
818
+ def verbose(value = T.unsafe(nil)); end
819
+
820
+ # source://rake//lib/rake/file_utils_ext.rb#107
821
+ def when_writing(msg = T.unsafe(nil)); end
822
+ end
823
+
824
+ # Default Rakefile loader used by +import+.
825
+ #
826
+ # source://rake//lib/rake/default_loader.rb#5
827
+ class Rake::DefaultLoader
828
+ # Loads a rakefile into the current application from +fn+
829
+ #
830
+ # source://rake//lib/rake/default_loader.rb#10
831
+ def load(fn); end
832
+ end
833
+
834
+ # source://rake//lib/rake/early_time.rb#21
835
+ Rake::EARLY = T.let(T.unsafe(nil), Rake::EarlyTime)
836
+
837
+ # source://rake//lib/rake/task_arguments.rb#108
838
+ Rake::EMPTY_TASK_ARGS = T.let(T.unsafe(nil), Rake::TaskArguments)
839
+
840
+ # EarlyTime is a fake timestamp that occurs _before_ any other time value.
841
+ #
842
+ # source://rake//lib/rake/early_time.rb#5
843
+ class Rake::EarlyTime
844
+ include ::Comparable
845
+ include ::Singleton
846
+ extend ::Singleton::SingletonClassMethods
847
+
848
+ # The EarlyTime always comes before +other+!
849
+ #
850
+ # source://rake//lib/rake/early_time.rb#12
851
+ def <=>(other); end
852
+
853
+ # source://rake//lib/rake/early_time.rb#16
854
+ def to_s; end
855
+
856
+ class << self
857
+ private
858
+
859
+ def allocate; end
860
+ def new(*_arg0); end
861
+ end
862
+ end
863
+
864
+ # A FileCreationTask is a file task that when used as a dependency will be
865
+ # needed if and only if the file has not been created. Once created, it is
866
+ # not re-triggered if any of its dependencies are newer, nor does trigger
867
+ # any rebuilds of tasks that depend on it whenever it is updated.
868
+ #
869
+ # source://rake//lib/rake/file_creation_task.rb#12
870
+ class Rake::FileCreationTask < ::Rake::FileTask
871
+ # Is this file task needed? Yes if it doesn't exist.
872
+ #
873
+ # @return [Boolean]
874
+ #
875
+ # source://rake//lib/rake/file_creation_task.rb#14
876
+ def needed?; end
877
+
878
+ # Time stamp for file creation task. This time stamp is earlier
879
+ # than any other time stamp.
880
+ #
881
+ # source://rake//lib/rake/file_creation_task.rb#20
882
+ def timestamp; end
883
+ end
884
+
885
+ # A FileList is essentially an array with a few helper methods defined to
886
+ # make file manipulation a bit easier.
887
+ #
888
+ # FileLists are lazy. When given a list of glob patterns for possible files
889
+ # to be included in the file list, instead of searching the file structures
890
+ # to find the files, a FileList holds the pattern for latter use.
891
+ #
892
+ # This allows us to define a number of FileList to match any number of
893
+ # files, but only search out the actual files when then FileList itself is
894
+ # actually used. The key is that the first time an element of the
895
+ # FileList/Array is requested, the pending patterns are resolved into a real
896
+ # list of file names.
897
+ #
898
+ # source://rake//lib/rake/file_list.rb#22
899
+ class Rake::FileList
900
+ include ::Rake::Cloneable
901
+
902
+ # Create a file list from the globbable patterns given. If you wish to
903
+ # perform multiple includes or excludes at object build time, use the
904
+ # "yield self" pattern.
905
+ #
906
+ # Example:
907
+ # file_list = FileList.new('lib/**/*.rb', 'test/test*.rb')
908
+ #
909
+ # pkg_files = FileList.new('lib/**/*') do |fl|
910
+ # fl.exclude(/\bCVS\b/)
911
+ # end
912
+ #
913
+ # @return [FileList] a new instance of FileList
914
+ # @yield [_self]
915
+ # @yieldparam _self [Rake::FileList] the object that the method was called on
916
+ #
917
+ # source://rake//lib/rake/file_list.rb#99
918
+ def initialize(*patterns); end
919
+
920
+ # source://rake//lib/rake/file_list.rb#68
921
+ def &(*args, &block); end
922
+
923
+ # Redefine * to return either a string or a new file list.
924
+ #
925
+ # source://rake//lib/rake/file_list.rb#193
926
+ def *(other); end
927
+
928
+ # source://rake//lib/rake/file_list.rb#68
929
+ def +(*args, &block); end
930
+
931
+ # source://rake//lib/rake/file_list.rb#68
932
+ def -(*args, &block); end
933
+
934
+ # source://rake//lib/rake/file_list.rb#203
935
+ def <<(obj); end
936
+
937
+ # source://rake//lib/rake/file_list.rb#77
938
+ def <=>(*args, &block); end
939
+
940
+ # A FileList is equal through array equality.
941
+ #
942
+ # source://rake//lib/rake/file_list.rb#171
943
+ def ==(array); end
944
+
945
+ # source://rake//lib/rake/file_list.rb#77
946
+ def [](*args, &block); end
947
+
948
+ # source://rake//lib/rake/file_list.rb#77
949
+ def []=(*args, &block); end
950
+
951
+ # Add file names defined by glob patterns to the file list. If an array
952
+ # is given, add each element of the array.
953
+ #
954
+ # Example:
955
+ # file_list.include("*.java", "*.cfg")
956
+ # file_list.include %w( math.c lib.h *.o )
957
+ #
958
+ # source://rake//lib/rake/file_list.rb#116
959
+ def add(*filenames); end
960
+
961
+ # source://rake//lib/rake/file_list.rb#77
962
+ def all?(*args, &block); end
963
+
964
+ # source://rake//lib/rake/file_list.rb#77
965
+ def any?(*args, &block); end
966
+
967
+ # source://rake//lib/rake/file_list.rb#77
968
+ def append(*args, &block); end
969
+
970
+ # source://rake//lib/rake/file_list.rb#77
971
+ def assoc(*args, &block); end
972
+
973
+ # source://rake//lib/rake/file_list.rb#77
974
+ def at(*args, &block); end
975
+
976
+ # source://rake//lib/rake/file_list.rb#77
977
+ def bsearch(*args, &block); end
978
+
979
+ # source://rake//lib/rake/file_list.rb#77
980
+ def bsearch_index(*args, &block); end
981
+
982
+ # source://rake//lib/rake/file_list.rb#77
983
+ def chain(*args, &block); end
984
+
985
+ # source://rake//lib/rake/file_list.rb#77
986
+ def chunk(*args, &block); end
987
+
988
+ # source://rake//lib/rake/file_list.rb#77
989
+ def chunk_while(*args, &block); end
990
+
991
+ # source://rake//lib/rake/file_list.rb#77
992
+ def clear(*args, &block); end
993
+
994
+ # Clear all the exclude patterns so that we exclude nothing.
995
+ #
996
+ # source://rake//lib/rake/file_list.rb#164
997
+ def clear_exclude; end
998
+
999
+ # source://rake//lib/rake/file_list.rb#68
1000
+ def collect(*args, &block); end
1001
+
1002
+ # source://rake//lib/rake/file_list.rb#77
1003
+ def collect!(*args, &block); end
1004
+
1005
+ # source://rake//lib/rake/file_list.rb#77
1006
+ def collect_concat(*args, &block); end
1007
+
1008
+ # source://rake//lib/rake/file_list.rb#77
1009
+ def combination(*args, &block); end
1010
+
1011
+ # source://rake//lib/rake/file_list.rb#68
1012
+ def compact(*args, &block); end
1013
+
1014
+ # source://rake//lib/rake/file_list.rb#77
1015
+ def compact!(*args, &block); end
1016
+
1017
+ # source://rake//lib/rake/file_list.rb#77
1018
+ def concat(*args, &block); end
1019
+
1020
+ # source://rake//lib/rake/file_list.rb#77
1021
+ def count(*args, &block); end
1022
+
1023
+ # source://rake//lib/rake/file_list.rb#77
1024
+ def cycle(*args, &block); end
1025
+
1026
+ # source://rake//lib/rake/file_list.rb#77
1027
+ def deconstruct(*args, &block); end
1028
+
1029
+ # source://rake//lib/rake/file_list.rb#77
1030
+ def delete(*args, &block); end
1031
+
1032
+ # source://rake//lib/rake/file_list.rb#77
1033
+ def delete_at(*args, &block); end
1034
+
1035
+ # source://rake//lib/rake/file_list.rb#77
1036
+ def delete_if(*args, &block); end
1037
+
1038
+ # source://rake//lib/rake/file_list.rb#77
1039
+ def detect(*args, &block); end
1040
+
1041
+ # source://rake//lib/rake/file_list.rb#77
1042
+ def difference(*args, &block); end
1043
+
1044
+ # source://rake//lib/rake/file_list.rb#77
1045
+ def dig(*args, &block); end
1046
+
1047
+ # source://rake//lib/rake/file_list.rb#77
1048
+ def drop(*args, &block); end
1049
+
1050
+ # source://rake//lib/rake/file_list.rb#77
1051
+ def drop_while(*args, &block); end
1052
+
1053
+ # source://rake//lib/rake/file_list.rb#77
1054
+ def each(*args, &block); end
1055
+
1056
+ # source://rake//lib/rake/file_list.rb#77
1057
+ def each_cons(*args, &block); end
1058
+
1059
+ # source://rake//lib/rake/file_list.rb#77
1060
+ def each_entry(*args, &block); end
1061
+
1062
+ # source://rake//lib/rake/file_list.rb#77
1063
+ def each_index(*args, &block); end
1064
+
1065
+ # source://rake//lib/rake/file_list.rb#77
1066
+ def each_slice(*args, &block); end
1067
+
1068
+ # source://rake//lib/rake/file_list.rb#77
1069
+ def each_with_index(*args, &block); end
1070
+
1071
+ # source://rake//lib/rake/file_list.rb#77
1072
+ def each_with_object(*args, &block); end
1073
+
1074
+ # Grep each of the files in the filelist using the given pattern. If a
1075
+ # block is given, call the block on each matching line, passing the file
1076
+ # name, line number, and the matching line of text. If no block is given,
1077
+ # a standard emacs style file:linenumber:line message will be printed to
1078
+ # standard out. Returns the number of matched items.
1079
+ #
1080
+ # source://rake//lib/rake/file_list.rb#293
1081
+ def egrep(pattern, *options); end
1082
+
1083
+ # source://rake//lib/rake/file_list.rb#77
1084
+ def empty?(*args, &block); end
1085
+
1086
+ # source://rake//lib/rake/file_list.rb#77
1087
+ def entries(*args, &block); end
1088
+
1089
+ # Register a list of file name patterns that should be excluded from the
1090
+ # list. Patterns may be regular expressions, glob patterns or regular
1091
+ # strings. In addition, a block given to exclude will remove entries that
1092
+ # return true when given to the block.
1093
+ #
1094
+ # Note that glob patterns are expanded against the file system. If a file
1095
+ # is explicitly added to a file list, but does not exist in the file
1096
+ # system, then an glob pattern in the exclude list will not exclude the
1097
+ # file.
1098
+ #
1099
+ # Examples:
1100
+ # FileList['a.c', 'b.c'].exclude("a.c") => ['b.c']
1101
+ # FileList['a.c', 'b.c'].exclude(/^a/) => ['b.c']
1102
+ #
1103
+ # If "a.c" is a file, then ...
1104
+ # FileList['a.c', 'b.c'].exclude("a.*") => ['b.c']
1105
+ #
1106
+ # If "a.c" is not a file, then ...
1107
+ # FileList['a.c', 'b.c'].exclude("a.*") => ['a.c', 'b.c']
1108
+ #
1109
+ # source://rake//lib/rake/file_list.rb#150
1110
+ def exclude(*patterns, &block); end
1111
+
1112
+ # Should the given file name be excluded from the list?
1113
+ #
1114
+ # NOTE: This method was formerly named "exclude?", but Rails
1115
+ # introduced an exclude? method as an array method and setup a
1116
+ # conflict with file list. We renamed the method to avoid
1117
+ # confusion. If you were using "FileList#exclude?" in your user
1118
+ # code, you will need to update.
1119
+ #
1120
+ # @return [Boolean]
1121
+ #
1122
+ # source://rake//lib/rake/file_list.rb#364
1123
+ def excluded_from_list?(fn); end
1124
+
1125
+ # Return a new file list that only contains file names from the current
1126
+ # file list that exist on the file system.
1127
+ #
1128
+ # source://rake//lib/rake/file_list.rb#320
1129
+ def existing; end
1130
+
1131
+ # Modify the current file list so that it contains only file name that
1132
+ # exist on the file system.
1133
+ #
1134
+ # source://rake//lib/rake/file_list.rb#326
1135
+ def existing!; end
1136
+
1137
+ # Return a new FileList with <tt>String#ext</tt> method applied to
1138
+ # each member of the array.
1139
+ #
1140
+ # This method is a shortcut for:
1141
+ #
1142
+ # array.collect { |item| item.ext(newext) }
1143
+ #
1144
+ # +ext+ is a user added method for the Array class.
1145
+ #
1146
+ # source://rake//lib/rake/file_list.rb#284
1147
+ def ext(newext = T.unsafe(nil)); end
1148
+
1149
+ # source://rake//lib/rake/file_list.rb#77
1150
+ def extract_options!(*args, &block); end
1151
+
1152
+ # source://rake//lib/rake/file_list.rb#77
1153
+ def fetch(*args, &block); end
1154
+
1155
+ # source://rake//lib/rake/file_list.rb#77
1156
+ def fill(*args, &block); end
1157
+
1158
+ # source://rake//lib/rake/file_list.rb#77
1159
+ def filter(*args, &block); end
1160
+
1161
+ # source://rake//lib/rake/file_list.rb#77
1162
+ def filter!(*args, &block); end
1163
+
1164
+ # source://rake//lib/rake/file_list.rb#77
1165
+ def filter_map(*args, &block); end
1166
+
1167
+ # source://rake//lib/rake/file_list.rb#77
1168
+ def find(*args, &block); end
1169
+
1170
+ # source://rake//lib/rake/file_list.rb#68
1171
+ def find_all(*args, &block); end
1172
+
1173
+ # source://rake//lib/rake/file_list.rb#77
1174
+ def find_index(*args, &block); end
1175
+
1176
+ # source://rake//lib/rake/file_list.rb#77
1177
+ def first(*args, &block); end
1178
+
1179
+ # source://rake//lib/rake/file_list.rb#77
1180
+ def flat_map(*args, &block); end
1181
+
1182
+ # source://rake//lib/rake/file_list.rb#68
1183
+ def flatten(*args, &block); end
1184
+
1185
+ # source://rake//lib/rake/file_list.rb#77
1186
+ def flatten!(*args, &block); end
1187
+
1188
+ # source://rake//lib/rake/file_list.rb#68
1189
+ def grep(*args, &block); end
1190
+
1191
+ # source://rake//lib/rake/file_list.rb#77
1192
+ def grep_v(*args, &block); end
1193
+
1194
+ # source://rake//lib/rake/file_list.rb#77
1195
+ def group_by(*args, &block); end
1196
+
1197
+ # Return a new FileList with the results of running +gsub+ against each
1198
+ # element of the original list.
1199
+ #
1200
+ # Example:
1201
+ # FileList['lib/test/file', 'x/y'].gsub(/\//, "\\")
1202
+ # => ['lib\\test\\file', 'x\\y']
1203
+ #
1204
+ # source://rake//lib/rake/file_list.rb#253
1205
+ def gsub(pat, rep); end
1206
+
1207
+ # Same as +gsub+ except that the original file list is modified.
1208
+ #
1209
+ # source://rake//lib/rake/file_list.rb#264
1210
+ def gsub!(pat, rep); end
1211
+
1212
+ # source://rake//lib/rake/file_list.rb#391
1213
+ def import(array); end
1214
+
1215
+ # Add file names defined by glob patterns to the file list. If an array
1216
+ # is given, add each element of the array.
1217
+ #
1218
+ # Example:
1219
+ # file_list.include("*.java", "*.cfg")
1220
+ # file_list.include %w( math.c lib.h *.o )
1221
+ #
1222
+ # source://rake//lib/rake/file_list.rb#116
1223
+ def include(*filenames); end
1224
+
1225
+ # source://rake//lib/rake/file_list.rb#77
1226
+ def include?(*args, &block); end
1227
+
1228
+ # source://rake//lib/rake/file_list.rb#77
1229
+ def index(*args, &block); end
1230
+
1231
+ # source://rake//lib/rake/file_list.rb#77
1232
+ def inject(*args, &block); end
1233
+
1234
+ # source://rake//lib/rake/file_list.rb#77
1235
+ def insert(*args, &block); end
1236
+
1237
+ # source://rake//lib/rake/file_list.rb#77
1238
+ def inspect(*args, &block); end
1239
+
1240
+ # source://rake//lib/rake/file_list.rb#77
1241
+ def intersect?(*args, &block); end
1242
+
1243
+ # source://rake//lib/rake/file_list.rb#77
1244
+ def intersection(*args, &block); end
1245
+
1246
+ # Lie about our class.
1247
+ #
1248
+ # @return [Boolean]
1249
+ #
1250
+ # source://rake//lib/rake/file_list.rb#187
1251
+ def is_a?(klass); end
1252
+
1253
+ # source://rake//lib/rake/file_list.rb#77
1254
+ def join(*args, &block); end
1255
+
1256
+ # source://rake//lib/rake/file_list.rb#77
1257
+ def keep_if(*args, &block); end
1258
+
1259
+ # Lie about our class.
1260
+ #
1261
+ # @return [Boolean]
1262
+ #
1263
+ # source://rake//lib/rake/file_list.rb#187
1264
+ def kind_of?(klass); end
1265
+
1266
+ # source://rake//lib/rake/file_list.rb#77
1267
+ def last(*args, &block); end
1268
+
1269
+ # source://rake//lib/rake/file_list.rb#77
1270
+ def lazy(*args, &block); end
1271
+
1272
+ # source://rake//lib/rake/file_list.rb#77
1273
+ def length(*args, &block); end
1274
+
1275
+ # source://rake//lib/rake/file_list.rb#68
1276
+ def map(*args, &block); end
1277
+
1278
+ # source://rake//lib/rake/file_list.rb#77
1279
+ def map!(*args, &block); end
1280
+
1281
+ # source://rake//lib/rake/file_list.rb#77
1282
+ def max(*args, &block); end
1283
+
1284
+ # source://rake//lib/rake/file_list.rb#77
1285
+ def max_by(*args, &block); end
1286
+
1287
+ # source://rake//lib/rake/file_list.rb#77
1288
+ def member?(*args, &block); end
1289
+
1290
+ # source://rake//lib/rake/file_list.rb#77
1291
+ def min(*args, &block); end
1292
+
1293
+ # source://rake//lib/rake/file_list.rb#77
1294
+ def min_by(*args, &block); end
1295
+
1296
+ # source://rake//lib/rake/file_list.rb#77
1297
+ def minmax(*args, &block); end
1298
+
1299
+ # source://rake//lib/rake/file_list.rb#77
1300
+ def minmax_by(*args, &block); end
1301
+
1302
+ # source://rake//lib/rake/file_list.rb#77
1303
+ def none?(*args, &block); end
1304
+
1305
+ # source://rake//lib/rake/file_list.rb#77
1306
+ def one?(*args, &block); end
1307
+
1308
+ # source://rake//lib/rake/file_list.rb#77
1309
+ def pack(*args, &block); end
1310
+
1311
+ # FileList version of partition. Needed because the nested arrays should
1312
+ # be FileLists in this version.
1313
+ #
1314
+ # source://rake//lib/rake/file_list.rb#334
1315
+ def partition(&block); end
1316
+
1317
+ # Apply the pathmap spec to each of the included file names, returning a
1318
+ # new file list with the modified paths. (See String#pathmap for
1319
+ # details.)
1320
+ #
1321
+ # source://rake//lib/rake/file_list.rb#272
1322
+ def pathmap(spec = T.unsafe(nil), &block); end
1323
+
1324
+ # source://rake//lib/rake/file_list.rb#77
1325
+ def permutation(*args, &block); end
1326
+
1327
+ # source://rake//lib/rake/file_list.rb#77
1328
+ def place(*args, &block); end
1329
+
1330
+ # source://rake//lib/rake/file_list.rb#77
1331
+ def pop(*args, &block); end
1332
+
1333
+ # source://rake//lib/rake/file_list.rb#77
1334
+ def prepend(*args, &block); end
1335
+
1336
+ # source://rake//lib/rake/file_list.rb#77
1337
+ def product(*args, &block); end
1338
+
1339
+ # source://rake//lib/rake/file_list.rb#77
1340
+ def push(*args, &block); end
1341
+
1342
+ # source://rake//lib/rake/file_list.rb#77
1343
+ def rassoc(*args, &block); end
1344
+
1345
+ # source://rake//lib/rake/file_list.rb#77
1346
+ def reduce(*args, &block); end
1347
+
1348
+ # source://rake//lib/rake/file_list.rb#68
1349
+ def reject(*args, &block); end
1350
+
1351
+ # source://rake//lib/rake/file_list.rb#77
1352
+ def reject!(*args, &block); end
1353
+
1354
+ # source://rake//lib/rake/file_list.rb#77
1355
+ def repeated_combination(*args, &block); end
1356
+
1357
+ # source://rake//lib/rake/file_list.rb#77
1358
+ def repeated_permutation(*args, &block); end
1359
+
1360
+ # source://rake//lib/rake/file_list.rb#77
1361
+ def replace(*args, &block); end
1362
+
1363
+ # Resolve all the pending adds now.
1364
+ #
1365
+ # source://rake//lib/rake/file_list.rb#210
1366
+ def resolve; end
1367
+
1368
+ # source://rake//lib/rake/file_list.rb#77
1369
+ def reverse(*args, &block); end
1370
+
1371
+ # source://rake//lib/rake/file_list.rb#77
1372
+ def reverse!(*args, &block); end
1373
+
1374
+ # source://rake//lib/rake/file_list.rb#77
1375
+ def reverse_each(*args, &block); end
1376
+
1377
+ # source://rake//lib/rake/file_list.rb#77
1378
+ def rindex(*args, &block); end
1379
+
1380
+ # source://rake//lib/rake/file_list.rb#77
1381
+ def rotate(*args, &block); end
1382
+
1383
+ # source://rake//lib/rake/file_list.rb#77
1384
+ def rotate!(*args, &block); end
1385
+
1386
+ # source://rake//lib/rake/file_list.rb#77
1387
+ def sample(*args, &block); end
1388
+
1389
+ # source://rake//lib/rake/file_list.rb#68
1390
+ def select(*args, &block); end
1391
+
1392
+ # source://rake//lib/rake/file_list.rb#77
1393
+ def select!(*args, &block); end
1394
+
1395
+ # source://rake//lib/rake/file_list.rb#77
1396
+ def shelljoin(*args, &block); end
1397
+
1398
+ # source://rake//lib/rake/file_list.rb#77
1399
+ def shift(*args, &block); end
1400
+
1401
+ # source://rake//lib/rake/file_list.rb#77
1402
+ def shuffle(*args, &block); end
1403
+
1404
+ # source://rake//lib/rake/file_list.rb#77
1405
+ def shuffle!(*args, &block); end
1406
+
1407
+ # source://rake//lib/rake/file_list.rb#77
1408
+ def size(*args, &block); end
1409
+
1410
+ # source://rake//lib/rake/file_list.rb#77
1411
+ def slice(*args, &block); end
1412
+
1413
+ # source://rake//lib/rake/file_list.rb#77
1414
+ def slice!(*args, &block); end
1415
+
1416
+ # source://rake//lib/rake/file_list.rb#77
1417
+ def slice_after(*args, &block); end
1418
+
1419
+ # source://rake//lib/rake/file_list.rb#77
1420
+ def slice_before(*args, &block); end
1421
+
1422
+ # source://rake//lib/rake/file_list.rb#77
1423
+ def slice_when(*args, &block); end
1424
+
1425
+ # source://rake//lib/rake/file_list.rb#68
1426
+ def sort(*args, &block); end
1427
+
1428
+ # source://rake//lib/rake/file_list.rb#77
1429
+ def sort!(*args, &block); end
1430
+
1431
+ # source://rake//lib/rake/file_list.rb#68
1432
+ def sort_by(*args, &block); end
1433
+
1434
+ # source://rake//lib/rake/file_list.rb#77
1435
+ def sort_by!(*args, &block); end
1436
+
1437
+ # Return a new FileList with the results of running +sub+ against each
1438
+ # element of the original list.
1439
+ #
1440
+ # Example:
1441
+ # FileList['a.c', 'b.c'].sub(/\.c$/, '.o') => ['a.o', 'b.o']
1442
+ #
1443
+ # source://rake//lib/rake/file_list.rb#242
1444
+ def sub(pat, rep); end
1445
+
1446
+ # Same as +sub+ except that the original file list is modified.
1447
+ #
1448
+ # source://rake//lib/rake/file_list.rb#258
1449
+ def sub!(pat, rep); end
1450
+
1451
+ # source://rake//lib/rake/file_list.rb#77
1452
+ def sum(*args, &block); end
1453
+
1454
+ # source://rake//lib/rake/file_list.rb#77
1455
+ def take(*args, &block); end
1456
+
1457
+ # source://rake//lib/rake/file_list.rb#77
1458
+ def take_while(*args, &block); end
1459
+
1460
+ # source://rake//lib/rake/file_list.rb#77
1461
+ def tally(*args, &block); end
1462
+
1463
+ # Return the internal array object.
1464
+ #
1465
+ # source://rake//lib/rake/file_list.rb#176
1466
+ def to_a; end
1467
+
1468
+ # Return the internal array object.
1469
+ #
1470
+ # source://rake//lib/rake/file_list.rb#182
1471
+ def to_ary; end
1472
+
1473
+ # source://rake//lib/rake/file_list.rb#77
1474
+ def to_default_s(*args, &block); end
1475
+
1476
+ # source://rake//lib/rake/file_list.rb#77
1477
+ def to_formatted_s(*args, &block); end
1478
+
1479
+ # source://rake//lib/rake/file_list.rb#77
1480
+ def to_fs(*args, &block); end
1481
+
1482
+ # source://rake//lib/rake/file_list.rb#77
1483
+ def to_h(*args, &block); end
1484
+
1485
+ # Convert a FileList to a string by joining all elements with a space.
1486
+ #
1487
+ # source://rake//lib/rake/file_list.rb#344
1488
+ def to_s; end
1489
+
1490
+ # source://rake//lib/rake/file_list.rb#77
1491
+ def to_sentence(*args, &block); end
1492
+
1493
+ # source://rake//lib/rake/file_list.rb#77
1494
+ def to_set(*args, &block); end
1495
+
1496
+ # source://rake//lib/rake/file_list.rb#77
1497
+ def to_xml(*args, &block); end
1498
+
1499
+ # source://rake//lib/rake/file_list.rb#77
1500
+ def transpose(*args, &block); end
1501
+
1502
+ # source://rake//lib/rake/file_list.rb#77
1503
+ def union(*args, &block); end
1504
+
1505
+ # source://rake//lib/rake/file_list.rb#68
1506
+ def uniq(*args, &block); end
1507
+
1508
+ # source://rake//lib/rake/file_list.rb#77
1509
+ def uniq!(*args, &block); end
1510
+
1511
+ # source://rake//lib/rake/file_list.rb#77
1512
+ def unshift(*args, &block); end
1513
+
1514
+ # source://rake//lib/rake/file_list.rb#68
1515
+ def values_at(*args, &block); end
1516
+
1517
+ # source://rake//lib/rake/file_list.rb#77
1518
+ def zip(*args, &block); end
1519
+
1520
+ # source://rake//lib/rake/file_list.rb#68
1521
+ def |(*args, &block); end
1522
+
1523
+ private
1524
+
1525
+ # Add matching glob patterns.
1526
+ #
1527
+ # source://rake//lib/rake/file_list.rb#350
1528
+ def add_matching(pattern); end
1529
+
1530
+ # source://rake//lib/rake/file_list.rb#220
1531
+ def resolve_add(fn); end
1532
+
1533
+ # source://rake//lib/rake/file_list.rb#230
1534
+ def resolve_exclude; end
1535
+
1536
+ class << self
1537
+ # Create a new file list including the files listed. Similar to:
1538
+ #
1539
+ # FileList.new(*args)
1540
+ #
1541
+ # source://rake//lib/rake/file_list.rb#400
1542
+ def [](*args); end
1543
+
1544
+ # Get a sorted list of files matching the pattern. This method
1545
+ # should be preferred to Dir[pattern] and Dir.glob(pattern) because
1546
+ # the files returned are guaranteed to be sorted.
1547
+ #
1548
+ # source://rake//lib/rake/file_list.rb#407
1549
+ def glob(pattern, *args); end
1550
+ end
1551
+ end
1552
+
1553
+ # List of array methods (that are not in +Object+) that need to be
1554
+ # delegated.
1555
+ #
1556
+ # source://rake//lib/rake/file_list.rb#44
1557
+ Rake::FileList::ARRAY_METHODS = T.let(T.unsafe(nil), Array)
1558
+
1559
+ # source://rake//lib/rake/file_list.rb#381
1560
+ Rake::FileList::DEFAULT_IGNORE_PATTERNS = T.let(T.unsafe(nil), Array)
1561
+
1562
+ # source://rake//lib/rake/file_list.rb#387
1563
+ Rake::FileList::DEFAULT_IGNORE_PROCS = T.let(T.unsafe(nil), Array)
1564
+
1565
+ # source://rake//lib/rake/file_list.rb#61
1566
+ Rake::FileList::DELEGATING_METHODS = T.let(T.unsafe(nil), Array)
1567
+
1568
+ # source://rake//lib/rake/file_list.rb#86
1569
+ Rake::FileList::GLOB_PATTERN = T.let(T.unsafe(nil), Regexp)
1570
+
1571
+ # List of additional methods that must be delegated.
1572
+ #
1573
+ # source://rake//lib/rake/file_list.rb#47
1574
+ Rake::FileList::MUST_DEFINE = T.let(T.unsafe(nil), Array)
1575
+
1576
+ # List of methods that should not be delegated here (we define special
1577
+ # versions of them explicitly below).
1578
+ #
1579
+ # source://rake//lib/rake/file_list.rb#51
1580
+ Rake::FileList::MUST_NOT_DEFINE = T.let(T.unsafe(nil), Array)
1581
+
1582
+ # List of delegated methods that return new array values which need
1583
+ # wrapping.
1584
+ #
1585
+ # source://rake//lib/rake/file_list.rb#55
1586
+ Rake::FileList::SPECIAL_RETURN = T.let(T.unsafe(nil), Array)
1587
+
1588
+ # A FileTask is a task that includes time based dependencies. If any of a
1589
+ # FileTask's prerequisites have a timestamp that is later than the file
1590
+ # represented by this task, then the file must be rebuilt (using the
1591
+ # supplied actions).
1592
+ #
1593
+ # source://rake//lib/rake/file_task.rb#12
1594
+ class Rake::FileTask < ::Rake::Task
1595
+ # Is this file task needed? Yes if it doesn't exist, or if its time stamp
1596
+ # is out of date.
1597
+ #
1598
+ # @return [Boolean]
1599
+ #
1600
+ # source://rake//lib/rake/file_task.rb#16
1601
+ def needed?; end
1602
+
1603
+ # Time stamp for file task.
1604
+ #
1605
+ # source://rake//lib/rake/file_task.rb#25
1606
+ def timestamp; end
1607
+
1608
+ private
1609
+
1610
+ # Are there any prerequisites with a later time than the given time stamp?
1611
+ #
1612
+ # @return [Boolean]
1613
+ #
1614
+ # source://rake//lib/rake/file_task.rb#36
1615
+ def out_of_date?(stamp); end
1616
+
1617
+ class << self
1618
+ # Apply the scope to the task name according to the rules for this kind
1619
+ # of task. File based tasks ignore the scope when creating the name.
1620
+ #
1621
+ # source://rake//lib/rake/file_task.rb#53
1622
+ def scope_name(scope, task_name); end
1623
+ end
1624
+ end
1625
+
1626
+ # FileUtilsExt provides a custom version of the FileUtils methods
1627
+ # that respond to the <tt>verbose</tt> and <tt>nowrite</tt>
1628
+ # commands.
1629
+ #
1630
+ # source://rake//lib/rake/file_utils_ext.rb#10
1631
+ module Rake::FileUtilsExt
1632
+ include ::FileUtils::StreamUtils_
1633
+ include ::FileUtils
1634
+ extend ::FileUtils::StreamUtils_
1635
+ extend ::FileUtils
1636
+ extend ::Rake::FileUtilsExt
1637
+
1638
+ # source://rake//lib/rake/file_utils_ext.rb#34
1639
+ def cd(*args, **options, &block); end
1640
+
1641
+ # source://rake//lib/rake/file_utils_ext.rb#34
1642
+ def chdir(*args, **options, &block); end
1643
+
1644
+ # source://rake//lib/rake/file_utils_ext.rb#34
1645
+ def chmod(*args, **options, &block); end
1646
+
1647
+ # source://rake//lib/rake/file_utils_ext.rb#34
1648
+ def chmod_R(*args, **options, &block); end
1649
+
1650
+ # source://rake//lib/rake/file_utils_ext.rb#34
1651
+ def chown(*args, **options, &block); end
1652
+
1653
+ # source://rake//lib/rake/file_utils_ext.rb#34
1654
+ def chown_R(*args, **options, &block); end
1655
+
1656
+ # source://rake//lib/rake/file_utils_ext.rb#34
1657
+ def copy(*args, **options, &block); end
1658
+
1659
+ # source://rake//lib/rake/file_utils_ext.rb#34
1660
+ def cp(*args, **options, &block); end
1661
+
1662
+ # source://rake//lib/rake/file_utils_ext.rb#34
1663
+ def cp_lr(*args, **options, &block); end
1664
+
1665
+ # source://rake//lib/rake/file_utils_ext.rb#34
1666
+ def cp_r(*args, **options, &block); end
1667
+
1668
+ # source://rake//lib/rake/file_utils_ext.rb#34
1669
+ def install(*args, **options, &block); end
1670
+
1671
+ # source://rake//lib/rake/file_utils_ext.rb#34
1672
+ def link(*args, **options, &block); end
1673
+
1674
+ # source://rake//lib/rake/file_utils_ext.rb#34
1675
+ def ln(*args, **options, &block); end
1676
+
1677
+ # source://rake//lib/rake/file_utils_ext.rb#34
1678
+ def ln_s(*args, **options, &block); end
1679
+
1680
+ # source://rake//lib/rake/file_utils_ext.rb#34
1681
+ def ln_sf(*args, **options, &block); end
1682
+
1683
+ # source://rake//lib/rake/file_utils_ext.rb#34
1684
+ def ln_sr(*args, **options, &block); end
1685
+
1686
+ # source://rake//lib/rake/file_utils_ext.rb#34
1687
+ def makedirs(*args, **options, &block); end
1688
+
1689
+ # source://rake//lib/rake/file_utils_ext.rb#34
1690
+ def mkdir(*args, **options, &block); end
1691
+
1692
+ # source://rake//lib/rake/file_utils_ext.rb#34
1693
+ def mkdir_p(*args, **options, &block); end
1694
+
1695
+ # source://rake//lib/rake/file_utils_ext.rb#34
1696
+ def mkpath(*args, **options, &block); end
1697
+
1698
+ # source://rake//lib/rake/file_utils_ext.rb#34
1699
+ def move(*args, **options, &block); end
1700
+
1701
+ # source://rake//lib/rake/file_utils_ext.rb#34
1702
+ def mv(*args, **options, &block); end
1703
+
1704
+ # Get/set the nowrite flag controlling output from the FileUtils
1705
+ # utilities. If verbose is true, then the utility method is
1706
+ # echoed to standard output.
1707
+ #
1708
+ # Examples:
1709
+ # nowrite # return the current value of the
1710
+ # # nowrite flag
1711
+ # nowrite(v) # set the nowrite flag to _v_.
1712
+ # nowrite(v) { code } # Execute code with the nowrite flag set
1713
+ # # temporarily to _v_. Return to the
1714
+ # # original value when code is done.
1715
+ #
1716
+ # source://rake//lib/rake/file_utils_ext.rb#77
1717
+ def nowrite(value = T.unsafe(nil)); end
1718
+
1719
+ # Check that the options do not contain options not listed in
1720
+ # +optdecl+. An ArgumentError exception is thrown if non-declared
1721
+ # options are found.
1722
+ #
1723
+ # @raise [ArgumentError]
1724
+ #
1725
+ # source://rake//lib/rake/file_utils_ext.rb#123
1726
+ def rake_check_options(options, *optdecl); end
1727
+
1728
+ # Send the message to the default rake output (which is $stderr).
1729
+ #
1730
+ # source://rake//lib/rake/file_utils_ext.rb#116
1731
+ def rake_output_message(message); end
1732
+
1733
+ # source://rake//lib/rake/file_utils_ext.rb#34
1734
+ def remove(*args, **options, &block); end
1735
+
1736
+ # source://rake//lib/rake/file_utils_ext.rb#34
1737
+ def rm(*args, **options, &block); end
1738
+
1739
+ # source://rake//lib/rake/file_utils_ext.rb#34
1740
+ def rm_f(*args, **options, &block); end
1741
+
1742
+ # source://rake//lib/rake/file_utils_ext.rb#34
1743
+ def rm_r(*args, **options, &block); end
1744
+
1745
+ # source://rake//lib/rake/file_utils_ext.rb#34
1746
+ def rm_rf(*args, **options, &block); end
1747
+
1748
+ # source://rake//lib/rake/file_utils_ext.rb#34
1749
+ def rmdir(*args, **options, &block); end
1750
+
1751
+ # source://rake//lib/rake/file_utils_ext.rb#34
1752
+ def rmtree(*args, **options, &block); end
1753
+
1754
+ # source://rake//lib/rake/file_utils_ext.rb#34
1755
+ def safe_unlink(*args, **options, &block); end
1756
+
1757
+ # source://rake//lib/rake/file_utils_ext.rb#34
1758
+ def symlink(*args, **options, &block); end
1759
+
1760
+ # source://rake//lib/rake/file_utils_ext.rb#34
1761
+ def touch(*args, **options, &block); end
1762
+
1763
+ # Get/set the verbose flag controlling output from the FileUtils
1764
+ # utilities. If verbose is true, then the utility method is
1765
+ # echoed to standard output.
1766
+ #
1767
+ # Examples:
1768
+ # verbose # return the current value of the
1769
+ # # verbose flag
1770
+ # verbose(v) # set the verbose flag to _v_.
1771
+ # verbose(v) { code } # Execute code with the verbose flag set
1772
+ # # temporarily to _v_. Return to the
1773
+ # # original value when code is done.
1774
+ #
1775
+ # source://rake//lib/rake/file_utils_ext.rb#53
1776
+ def verbose(value = T.unsafe(nil)); end
1777
+
1778
+ # Use this function to prevent potentially destructive ruby code
1779
+ # from running when the :nowrite flag is set.
1780
+ #
1781
+ # Example:
1782
+ #
1783
+ # when_writing("Building Project") do
1784
+ # project.build
1785
+ # end
1786
+ #
1787
+ # The following code will build the project under normal
1788
+ # conditions. If the nowrite(true) flag is set, then the example
1789
+ # will print:
1790
+ #
1791
+ # DRYRUN: Building Project
1792
+ #
1793
+ # instead of actually building the project.
1794
+ #
1795
+ # source://rake//lib/rake/file_utils_ext.rb#107
1796
+ def when_writing(msg = T.unsafe(nil)); end
1797
+
1798
+ class << self
1799
+ # Returns the value of attribute nowrite_flag.
1800
+ #
1801
+ # source://rake//lib/rake/file_utils_ext.rb#14
1802
+ def nowrite_flag; end
1803
+
1804
+ # Sets the attribute nowrite_flag
1805
+ #
1806
+ # @param value the value to set the attribute nowrite_flag to.
1807
+ #
1808
+ # source://rake//lib/rake/file_utils_ext.rb#14
1809
+ def nowrite_flag=(_arg0); end
1810
+
1811
+ # Returns the value of attribute verbose_flag.
1812
+ #
1813
+ # source://rake//lib/rake/file_utils_ext.rb#14
1814
+ def verbose_flag; end
1815
+
1816
+ # Sets the attribute verbose_flag
1817
+ #
1818
+ # @param value the value to set the attribute verbose_flag to.
1819
+ #
1820
+ # source://rake//lib/rake/file_utils_ext.rb#14
1821
+ def verbose_flag=(_arg0); end
1822
+ end
1823
+ end
1824
+
1825
+ # source://rake//lib/rake/file_utils_ext.rb#17
1826
+ Rake::FileUtilsExt::DEFAULT = T.let(T.unsafe(nil), Object)
1827
+
1828
+ # InvocationChain tracks the chain of task invocations to detect
1829
+ # circular dependencies.
1830
+ #
1831
+ # source://rake//lib/rake/invocation_chain.rb#6
1832
+ class Rake::InvocationChain < ::Rake::LinkedList
1833
+ # Append an invocation to the chain of invocations. It is an error
1834
+ # if the invocation already listed.
1835
+ #
1836
+ # source://rake//lib/rake/invocation_chain.rb#15
1837
+ def append(invocation); end
1838
+
1839
+ # Is the invocation already in the chain?
1840
+ #
1841
+ # @return [Boolean]
1842
+ #
1843
+ # source://rake//lib/rake/invocation_chain.rb#9
1844
+ def member?(invocation); end
1845
+
1846
+ # Convert to string, ie: TOP => invocation => invocation
1847
+ #
1848
+ # source://rake//lib/rake/invocation_chain.rb#23
1849
+ def to_s; end
1850
+
1851
+ private
1852
+
1853
+ # source://rake//lib/rake/invocation_chain.rb#34
1854
+ def prefix; end
1855
+
1856
+ class << self
1857
+ # Class level append.
1858
+ #
1859
+ # source://rake//lib/rake/invocation_chain.rb#28
1860
+ def append(invocation, chain); end
1861
+ end
1862
+ end
1863
+
1864
+ # source://rake//lib/rake/invocation_chain.rb#55
1865
+ Rake::InvocationChain::EMPTY = T.let(T.unsafe(nil), Rake::InvocationChain::EmptyInvocationChain)
1866
+
1867
+ # Null object for an empty chain.
1868
+ #
1869
+ # source://rake//lib/rake/invocation_chain.rb#39
1870
+ class Rake::InvocationChain::EmptyInvocationChain < ::Rake::LinkedList::EmptyLinkedList
1871
+ # source://rake//lib/rake/invocation_chain.rb#46
1872
+ def append(invocation); end
1873
+
1874
+ # @return [Boolean]
1875
+ #
1876
+ # source://rake//lib/rake/invocation_chain.rb#42
1877
+ def member?(obj); end
1878
+
1879
+ # source://rake//lib/rake/invocation_chain.rb#50
1880
+ def to_s; end
1881
+ end
1882
+
1883
+ # source://rake//lib/rake/invocation_exception_mixin.rb#3
1884
+ module Rake::InvocationExceptionMixin
1885
+ # Return the invocation chain (list of Rake tasks) that were in
1886
+ # effect when this exception was detected by rake. May be null if
1887
+ # no tasks were active.
1888
+ #
1889
+ # source://rake//lib/rake/invocation_exception_mixin.rb#7
1890
+ def chain; end
1891
+
1892
+ # Set the invocation chain in effect when this exception was
1893
+ # detected.
1894
+ #
1895
+ # source://rake//lib/rake/invocation_exception_mixin.rb#13
1896
+ def chain=(value); end
1897
+ end
1898
+
1899
+ # source://rake//lib/rake/late_time.rb#17
1900
+ Rake::LATE = T.let(T.unsafe(nil), Rake::LateTime)
1901
+
1902
+ # LateTime is a fake timestamp that occurs _after_ any other time value.
1903
+ #
1904
+ # source://rake//lib/rake/late_time.rb#4
1905
+ class Rake::LateTime
1906
+ include ::Comparable
1907
+ include ::Singleton
1908
+ extend ::Singleton::SingletonClassMethods
1909
+
1910
+ # source://rake//lib/rake/late_time.rb#8
1911
+ def <=>(other); end
1912
+
1913
+ # source://rake//lib/rake/late_time.rb#12
1914
+ def to_s; end
1915
+
1916
+ class << self
1917
+ private
1918
+
1919
+ def allocate; end
1920
+ def new(*_arg0); end
1921
+ end
1922
+ end
1923
+
1924
+ # Polylithic linked list structure used to implement several data
1925
+ # structures in Rake.
1926
+ #
1927
+ # source://rake//lib/rake/linked_list.rb#6
1928
+ class Rake::LinkedList
1929
+ include ::Enumerable
1930
+
1931
+ # @return [LinkedList] a new instance of LinkedList
1932
+ #
1933
+ # source://rake//lib/rake/linked_list.rb#84
1934
+ def initialize(head, tail = T.unsafe(nil)); end
1935
+
1936
+ # Lists are structurally equivalent.
1937
+ #
1938
+ # source://rake//lib/rake/linked_list.rb#25
1939
+ def ==(other); end
1940
+
1941
+ # Polymorphically add a new element to the head of a list. The
1942
+ # type of head node will be the same list type as the tail.
1943
+ #
1944
+ # source://rake//lib/rake/linked_list.rb#12
1945
+ def conj(item); end
1946
+
1947
+ # For each item in the list.
1948
+ #
1949
+ # source://rake//lib/rake/linked_list.rb#48
1950
+ def each; end
1951
+
1952
+ # Is the list empty?
1953
+ # .make guards against a list being empty making any instantiated LinkedList
1954
+ # object not empty by default
1955
+ # You should consider overriding this method if you implement your own .make method
1956
+ #
1957
+ # @return [Boolean]
1958
+ #
1959
+ # source://rake//lib/rake/linked_list.rb#20
1960
+ def empty?; end
1961
+
1962
+ # Returns the value of attribute head.
1963
+ #
1964
+ # source://rake//lib/rake/linked_list.rb#8
1965
+ def head; end
1966
+
1967
+ # Same as +to_s+, but with inspected items.
1968
+ #
1969
+ # source://rake//lib/rake/linked_list.rb#42
1970
+ def inspect; end
1971
+
1972
+ # Returns the value of attribute tail.
1973
+ #
1974
+ # source://rake//lib/rake/linked_list.rb#8
1975
+ def tail; end
1976
+
1977
+ # Convert to string: LL(item, item...)
1978
+ #
1979
+ # source://rake//lib/rake/linked_list.rb#36
1980
+ def to_s; end
1981
+
1982
+ class << self
1983
+ # Cons a new head onto the tail list.
1984
+ #
1985
+ # source://rake//lib/rake/linked_list.rb#73
1986
+ def cons(head, tail); end
1987
+
1988
+ # The standard empty list class for the given LinkedList class.
1989
+ #
1990
+ # source://rake//lib/rake/linked_list.rb#78
1991
+ def empty; end
1992
+
1993
+ # Make a list out of the given arguments. This method is
1994
+ # polymorphic
1995
+ #
1996
+ # source://rake//lib/rake/linked_list.rb#59
1997
+ def make(*args); end
1998
+ end
1999
+ end
2000
+
2001
+ # source://rake//lib/rake/linked_list.rb#110
2002
+ Rake::LinkedList::EMPTY = T.let(T.unsafe(nil), Rake::LinkedList::EmptyLinkedList)
2003
+
2004
+ # Represent an empty list, using the Null Object Pattern.
2005
+ #
2006
+ # When inheriting from the LinkedList class, you should implement
2007
+ # a type specific Empty class as well. Make sure you set the class
2008
+ # instance variable @parent to the associated list class (this
2009
+ # allows conj, cons and make to work polymorphically).
2010
+ #
2011
+ # source://rake//lib/rake/linked_list.rb#95
2012
+ class Rake::LinkedList::EmptyLinkedList < ::Rake::LinkedList
2013
+ # @return [EmptyLinkedList] a new instance of EmptyLinkedList
2014
+ #
2015
+ # source://rake//lib/rake/linked_list.rb#98
2016
+ def initialize; end
2017
+
2018
+ # @return [Boolean]
2019
+ #
2020
+ # source://rake//lib/rake/linked_list.rb#101
2021
+ def empty?; end
2022
+
2023
+ class << self
2024
+ # source://rake//lib/rake/linked_list.rb#105
2025
+ def cons(head, tail); end
2026
+ end
2027
+ end
2028
+
2029
+ # Same as a regular task, but the immediate prerequisites are done in
2030
+ # parallel using Ruby threads.
2031
+ #
2032
+ # source://rake//lib/rake/multi_task.rb#7
2033
+ class Rake::MultiTask < ::Rake::Task
2034
+ private
2035
+
2036
+ # source://rake//lib/rake/multi_task.rb#10
2037
+ def invoke_prerequisites(task_args, invocation_chain); end
2038
+ end
2039
+
2040
+ # The NameSpace class will lookup task names in the scope defined by a
2041
+ # +namespace+ command.
2042
+ #
2043
+ # source://rake//lib/rake/name_space.rb#6
2044
+ class Rake::NameSpace
2045
+ # Create a namespace lookup object using the given task manager
2046
+ # and the list of scopes.
2047
+ #
2048
+ # @return [NameSpace] a new instance of NameSpace
2049
+ #
2050
+ # source://rake//lib/rake/name_space.rb#12
2051
+ def initialize(task_manager, scope_list); end
2052
+
2053
+ # Lookup a task named +name+ in the namespace.
2054
+ #
2055
+ # source://rake//lib/rake/name_space.rb#20
2056
+ def [](name); end
2057
+
2058
+ # The scope of the namespace (a LinkedList)
2059
+ #
2060
+ # source://rake//lib/rake/name_space.rb#27
2061
+ def scope; end
2062
+
2063
+ # Return the list of tasks defined in this and nested namespaces.
2064
+ #
2065
+ # source://rake//lib/rake/name_space.rb#34
2066
+ def tasks; end
2067
+ end
2068
+
2069
+ # Include PrivateReader to use +private_reader+.
2070
+ #
2071
+ # source://rake//lib/rake/private_reader.rb#5
2072
+ module Rake::PrivateReader
2073
+ mixes_in_class_methods ::Rake::PrivateReader::ClassMethods
2074
+
2075
+ class << self
2076
+ # source://rake//lib/rake/private_reader.rb#7
2077
+ def included(base); end
2078
+ end
2079
+ end
2080
+
2081
+ # source://rake//lib/rake/private_reader.rb#11
2082
+ module Rake::PrivateReader::ClassMethods
2083
+ # Declare a list of private accessors
2084
+ #
2085
+ # source://rake//lib/rake/private_reader.rb#14
2086
+ def private_reader(*names); end
2087
+ end
2088
+
2089
+ # A Promise object represents a promise to do work (a chore) in the
2090
+ # future. The promise is created with a block and a list of
2091
+ # arguments for the block. Calling value will return the value of
2092
+ # the promised chore.
2093
+ #
2094
+ # Used by ThreadPool.
2095
+ #
2096
+ # source://rake//lib/rake/promise.rb#11
2097
+ class Rake::Promise
2098
+ # Create a promise to do the chore specified by the block.
2099
+ #
2100
+ # @return [Promise] a new instance of Promise
2101
+ #
2102
+ # source://rake//lib/rake/promise.rb#17
2103
+ def initialize(args, &block); end
2104
+
2105
+ # source://rake//lib/rake/promise.rb#14
2106
+ def recorder; end
2107
+
2108
+ # source://rake//lib/rake/promise.rb#14
2109
+ def recorder=(_arg0); end
2110
+
2111
+ # Return the value of this promise.
2112
+ #
2113
+ # If the promised chore is not yet complete, then do the work
2114
+ # synchronously. We will wait.
2115
+ #
2116
+ # source://rake//lib/rake/promise.rb#29
2117
+ def value; end
2118
+
2119
+ # If no one else is working this promise, go ahead and do the chore.
2120
+ #
2121
+ # source://rake//lib/rake/promise.rb#42
2122
+ def work; end
2123
+
2124
+ private
2125
+
2126
+ # Perform the chore promised
2127
+ #
2128
+ # source://rake//lib/rake/promise.rb#57
2129
+ def chore; end
2130
+
2131
+ # Are we done with the promise
2132
+ #
2133
+ # @return [Boolean]
2134
+ #
2135
+ # source://rake//lib/rake/promise.rb#83
2136
+ def complete?; end
2137
+
2138
+ # free up these items for the GC
2139
+ #
2140
+ # source://rake//lib/rake/promise.rb#88
2141
+ def discard; end
2142
+
2143
+ # Did the promise throw an error
2144
+ #
2145
+ # @return [Boolean]
2146
+ #
2147
+ # source://rake//lib/rake/promise.rb#78
2148
+ def error?; end
2149
+
2150
+ # Do we have a result for the promise
2151
+ #
2152
+ # @return [Boolean]
2153
+ #
2154
+ # source://rake//lib/rake/promise.rb#73
2155
+ def result?; end
2156
+
2157
+ # Record execution statistics if there is a recorder
2158
+ #
2159
+ # source://rake//lib/rake/promise.rb#94
2160
+ def stat(*args); end
2161
+ end
2162
+
2163
+ # source://rake//lib/rake/promise.rb#12
2164
+ Rake::Promise::NOT_SET = T.let(T.unsafe(nil), Object)
2165
+
2166
+ # Exit status class for times the system just gives us a nil.
2167
+ #
2168
+ # source://rake//lib/rake/pseudo_status.rb#6
2169
+ class Rake::PseudoStatus
2170
+ # @return [PseudoStatus] a new instance of PseudoStatus
2171
+ #
2172
+ # source://rake//lib/rake/pseudo_status.rb#9
2173
+ def initialize(code = T.unsafe(nil)); end
2174
+
2175
+ # source://rake//lib/rake/pseudo_status.rb#17
2176
+ def >>(n); end
2177
+
2178
+ # @return [Boolean]
2179
+ #
2180
+ # source://rake//lib/rake/pseudo_status.rb#25
2181
+ def exited?; end
2182
+
2183
+ # source://rake//lib/rake/pseudo_status.rb#7
2184
+ def exitstatus; end
2185
+
2186
+ # @return [Boolean]
2187
+ #
2188
+ # source://rake//lib/rake/pseudo_status.rb#21
2189
+ def stopped?; end
2190
+
2191
+ # source://rake//lib/rake/pseudo_status.rb#13
2192
+ def to_i; end
2193
+ end
2194
+
2195
+ # Error indicating a recursion overflow error in task selection.
2196
+ #
2197
+ # source://rake//lib/rake/rule_recursion_overflow_error.rb#5
2198
+ class Rake::RuleRecursionOverflowError < ::StandardError
2199
+ # @return [RuleRecursionOverflowError] a new instance of RuleRecursionOverflowError
2200
+ #
2201
+ # source://rake//lib/rake/rule_recursion_overflow_error.rb#6
2202
+ def initialize(*args); end
2203
+
2204
+ # source://rake//lib/rake/rule_recursion_overflow_error.rb#11
2205
+ def add_target(target); end
2206
+
2207
+ # source://rake//lib/rake/rule_recursion_overflow_error.rb#15
2208
+ def message; end
2209
+ end
2210
+
2211
+ # source://rake//lib/rake/scope.rb#3
2212
+ class Rake::Scope < ::Rake::LinkedList
2213
+ # Path for the scope.
2214
+ #
2215
+ # source://rake//lib/rake/scope.rb#6
2216
+ def path; end
2217
+
2218
+ # Path for the scope + the named path.
2219
+ #
2220
+ # source://rake//lib/rake/scope.rb#11
2221
+ def path_with_task_name(task_name); end
2222
+
2223
+ # Trim +n+ innermost scope levels from the scope. In no case will
2224
+ # this trim beyond the toplevel scope.
2225
+ #
2226
+ # source://rake//lib/rake/scope.rb#17
2227
+ def trim(n); end
2228
+ end
2229
+
2230
+ # Singleton null object for an empty scope.
2231
+ #
2232
+ # source://rake//lib/rake/scope.rb#41
2233
+ Rake::Scope::EMPTY = T.let(T.unsafe(nil), Rake::Scope::EmptyScope)
2234
+
2235
+ # Scope lists always end with an EmptyScope object. See Null
2236
+ # Object Pattern)
2237
+ #
2238
+ # source://rake//lib/rake/scope.rb#28
2239
+ class Rake::Scope::EmptyScope < ::Rake::LinkedList::EmptyLinkedList
2240
+ # source://rake//lib/rake/scope.rb#31
2241
+ def path; end
2242
+
2243
+ # source://rake//lib/rake/scope.rb#35
2244
+ def path_with_task_name(task_name); end
2245
+ end
2246
+
2247
+ # A Task is the basic unit of work in a Rakefile. Tasks have associated
2248
+ # actions (possibly more than one) and a list of prerequisites. When
2249
+ # invoked, a task will first ensure that all of its prerequisites have an
2250
+ # opportunity to run and then it will execute its own actions.
2251
+ #
2252
+ # Tasks are not usually created directly using the new method, but rather
2253
+ # use the +file+ and +task+ convenience methods.
2254
+ #
2255
+ # source://rake//lib/rake/task.rb#15
2256
+ class Rake::Task
2257
+ # Create a task named +task_name+ with no actions or prerequisites. Use
2258
+ # +enhance+ to add actions and prerequisites.
2259
+ #
2260
+ # @return [Task] a new instance of Task
2261
+ #
2262
+ # source://rake//lib/rake/task.rb#99
2263
+ def initialize(task_name, app); end
2264
+
2265
+ # List of actions attached to a task.
2266
+ #
2267
+ # source://rake//lib/rake/task.rb#24
2268
+ def actions; end
2269
+
2270
+ # Add a description to the task. The description can consist of an option
2271
+ # argument list (enclosed brackets) and an optional comment.
2272
+ #
2273
+ # source://rake//lib/rake/task.rb#298
2274
+ def add_description(description); end
2275
+
2276
+ # List of all unique prerequisite tasks including prerequisite tasks'
2277
+ # prerequisites.
2278
+ # Includes self when cyclic dependencies are found.
2279
+ #
2280
+ # source://rake//lib/rake/task.rb#77
2281
+ def all_prerequisite_tasks; end
2282
+
2283
+ # Has this task already been invoked? Already invoked tasks
2284
+ # will be skipped unless you reenable them.
2285
+ #
2286
+ # source://rake//lib/rake/task.rb#39
2287
+ def already_invoked; end
2288
+
2289
+ # Application owning this task.
2290
+ #
2291
+ # source://rake//lib/rake/task.rb#27
2292
+ def application; end
2293
+
2294
+ # Application owning this task.
2295
+ #
2296
+ # source://rake//lib/rake/task.rb#27
2297
+ def application=(_arg0); end
2298
+
2299
+ # Argument description (nil if none).
2300
+ #
2301
+ # source://rake//lib/rake/task.rb#136
2302
+ def arg_description; end
2303
+
2304
+ # Name of arguments for this task.
2305
+ #
2306
+ # source://rake//lib/rake/task.rb#141
2307
+ def arg_names; end
2308
+
2309
+ # Clear the existing prerequisites, actions, comments, and arguments of a rake task.
2310
+ #
2311
+ # source://rake//lib/rake/task.rb#153
2312
+ def clear; end
2313
+
2314
+ # Clear the existing actions on a rake task.
2315
+ #
2316
+ # source://rake//lib/rake/task.rb#168
2317
+ def clear_actions; end
2318
+
2319
+ # Clear the existing arguments on a rake task.
2320
+ #
2321
+ # source://rake//lib/rake/task.rb#180
2322
+ def clear_args; end
2323
+
2324
+ # Clear the existing comments on a rake task.
2325
+ #
2326
+ # source://rake//lib/rake/task.rb#174
2327
+ def clear_comments; end
2328
+
2329
+ # Clear the existing prerequisites of a rake task.
2330
+ #
2331
+ # source://rake//lib/rake/task.rb#162
2332
+ def clear_prerequisites; end
2333
+
2334
+ # First line (or sentence) of all comments. Multiple comments are
2335
+ # separated by a "/".
2336
+ #
2337
+ # source://rake//lib/rake/task.rb#322
2338
+ def comment; end
2339
+
2340
+ # source://rake//lib/rake/task.rb#304
2341
+ def comment=(comment); end
2342
+
2343
+ # Enhance a task with prerequisites or actions. Returns self.
2344
+ #
2345
+ # source://rake//lib/rake/task.rb#115
2346
+ def enhance(deps = T.unsafe(nil), &block); end
2347
+
2348
+ # Execute the actions associated with this task.
2349
+ #
2350
+ # source://rake//lib/rake/task.rb#270
2351
+ def execute(args = T.unsafe(nil)); end
2352
+
2353
+ # Full collection of comments. Multiple comments are separated by
2354
+ # newlines.
2355
+ #
2356
+ # source://rake//lib/rake/task.rb#316
2357
+ def full_comment; end
2358
+
2359
+ # source://rake//lib/rake/task.rb#46
2360
+ def inspect; end
2361
+
2362
+ # Return a string describing the internal state of a task. Useful for
2363
+ # debugging.
2364
+ #
2365
+ # source://rake//lib/rake/task.rb#354
2366
+ def investigation; end
2367
+
2368
+ # Invoke the task if it is needed. Prerequisites are invoked first.
2369
+ #
2370
+ # source://rake//lib/rake/task.rb#186
2371
+ def invoke(*args); end
2372
+
2373
+ # Invoke all the prerequisites of a task.
2374
+ #
2375
+ # source://rake//lib/rake/task.rb#237
2376
+ def invoke_prerequisites(task_args, invocation_chain); end
2377
+
2378
+ # Invoke all the prerequisites of a task in parallel.
2379
+ #
2380
+ # source://rake//lib/rake/task.rb#249
2381
+ def invoke_prerequisites_concurrently(task_args, invocation_chain); end
2382
+
2383
+ # File/Line locations of each of the task definitions for this
2384
+ # task (only valid if the task was defined with the detect
2385
+ # location option set).
2386
+ #
2387
+ # source://rake//lib/rake/task.rb#35
2388
+ def locations; end
2389
+
2390
+ # Name of the task, including any namespace qualifiers.
2391
+ #
2392
+ # source://rake//lib/rake/task.rb#122
2393
+ def name; end
2394
+
2395
+ # Name of task with argument list description.
2396
+ #
2397
+ # source://rake//lib/rake/task.rb#127
2398
+ def name_with_args; end
2399
+
2400
+ # Is this task needed?
2401
+ #
2402
+ # @return [Boolean]
2403
+ #
2404
+ # source://rake//lib/rake/task.rb#286
2405
+ def needed?; end
2406
+
2407
+ # List of order only prerequisites for a task.
2408
+ #
2409
+ # source://rake//lib/rake/task.rb#21
2410
+ def order_only_prerequisites; end
2411
+
2412
+ # List of prerequisites for a task.
2413
+ #
2414
+ # source://rake//lib/rake/task.rb#17
2415
+ def prereqs; end
2416
+
2417
+ # List of prerequisite tasks
2418
+ #
2419
+ # source://rake//lib/rake/task.rb#61
2420
+ def prerequisite_tasks; end
2421
+
2422
+ # List of prerequisites for a task.
2423
+ #
2424
+ # source://rake//lib/rake/task.rb#17
2425
+ def prerequisites; end
2426
+
2427
+ # Reenable the task, allowing its tasks to be executed if the task
2428
+ # is invoked again.
2429
+ #
2430
+ # source://rake//lib/rake/task.rb#147
2431
+ def reenable; end
2432
+
2433
+ # Array of nested namespaces names used for task lookup by this task.
2434
+ #
2435
+ # source://rake//lib/rake/task.rb#30
2436
+ def scope; end
2437
+
2438
+ # Set the names of the arguments for this task. +args+ should be
2439
+ # an array of symbols, one for each argument name.
2440
+ #
2441
+ # source://rake//lib/rake/task.rb#348
2442
+ def set_arg_names(args); end
2443
+
2444
+ # First source from a rule (nil if no sources)
2445
+ #
2446
+ # source://rake//lib/rake/task.rb#93
2447
+ def source; end
2448
+
2449
+ # source://rake//lib/rake/task.rb#52
2450
+ def sources; end
2451
+
2452
+ # List of sources for task.
2453
+ #
2454
+ # source://rake//lib/rake/task.rb#51
2455
+ def sources=(_arg0); end
2456
+
2457
+ # Timestamp for this task. Basic tasks return the current time for their
2458
+ # time stamp. Other tasks can be more sophisticated.
2459
+ #
2460
+ # source://rake//lib/rake/task.rb#292
2461
+ def timestamp; end
2462
+
2463
+ # Return task name
2464
+ #
2465
+ # source://rake//lib/rake/task.rb#42
2466
+ def to_s; end
2467
+
2468
+ # Add order only dependencies.
2469
+ #
2470
+ # source://rake//lib/rake/task.rb#379
2471
+ def |(deps); end
2472
+
2473
+ protected
2474
+
2475
+ # source://rake//lib/rake/task.rb#83
2476
+ def collect_prerequisites(seen); end
2477
+
2478
+ # Same as invoke, but explicitly pass a call chain to detect
2479
+ # circular dependencies.
2480
+ #
2481
+ # If multiple tasks depend on this
2482
+ # one in parallel, they will all fail if the first execution of
2483
+ # this task fails.
2484
+ #
2485
+ # source://rake//lib/rake/task.rb#197
2486
+ def invoke_with_call_chain(task_args, invocation_chain); end
2487
+
2488
+ private
2489
+
2490
+ # source://rake//lib/rake/task.rb#229
2491
+ def add_chain_to(exception, new_chain); end
2492
+
2493
+ # source://rake//lib/rake/task.rb#308
2494
+ def add_comment(comment); end
2495
+
2496
+ # Get the first sentence in a string. The sentence is terminated
2497
+ # by the first period, exclamation mark, or the end of the line.
2498
+ # Decimal points do not count as periods.
2499
+ #
2500
+ # source://rake//lib/rake/task.rb#341
2501
+ def first_sentence(string); end
2502
+
2503
+ # Format the trace flags for display.
2504
+ #
2505
+ # source://rake//lib/rake/task.rb#261
2506
+ def format_trace_flags; end
2507
+
2508
+ # source://rake//lib/rake/task.rb#65
2509
+ def lookup_prerequisite(prerequisite_name); end
2510
+
2511
+ # Transform the list of comments as specified by the block and
2512
+ # join with the separator.
2513
+ #
2514
+ # source://rake//lib/rake/task.rb#328
2515
+ def transform_comments(separator, &block); end
2516
+
2517
+ class << self
2518
+ # Return a task with the given name. If the task is not currently
2519
+ # known, try to synthesize one from the defined rules. If no rules are
2520
+ # found, but an existing file matches the task name, assume it is a file
2521
+ # task with no dependencies or actions.
2522
+ #
2523
+ # source://rake//lib/rake/task.rb#404
2524
+ def [](task_name); end
2525
+
2526
+ # Clear the task list. This cause rake to immediately forget all the
2527
+ # tasks that have been assigned. (Normally used in the unit tests.)
2528
+ #
2529
+ # source://rake//lib/rake/task.rb#391
2530
+ def clear; end
2531
+
2532
+ # Define a rule for synthesizing tasks.
2533
+ #
2534
+ # source://rake//lib/rake/task.rb#421
2535
+ def create_rule(*args, &block); end
2536
+
2537
+ # Define a task given +args+ and an option block. If a rule with the
2538
+ # given name already exists, the prerequisites and actions are added to
2539
+ # the existing task. Returns the defined task.
2540
+ #
2541
+ # source://rake//lib/rake/task.rb#416
2542
+ def define_task(*args, &block); end
2543
+
2544
+ # Format dependencies parameter to pass to task.
2545
+ #
2546
+ # source://rake//lib/rake/task.rb#373
2547
+ def format_deps(deps); end
2548
+
2549
+ # Apply the scope to the task name according to the rules for
2550
+ # this kind of task. Generic tasks will accept the scope as
2551
+ # part of the name.
2552
+ #
2553
+ # source://rake//lib/rake/task.rb#428
2554
+ def scope_name(scope, task_name); end
2555
+
2556
+ # TRUE if the task name is already defined.
2557
+ #
2558
+ # @return [Boolean]
2559
+ #
2560
+ # source://rake//lib/rake/task.rb#409
2561
+ def task_defined?(task_name); end
2562
+
2563
+ # List of all defined tasks.
2564
+ #
2565
+ # source://rake//lib/rake/task.rb#396
2566
+ def tasks; end
2567
+ end
2568
+ end
2569
+
2570
+ # Error indicating an ill-formed task declaration.
2571
+ #
2572
+ # source://rake//lib/rake/task_argument_error.rb#5
2573
+ class Rake::TaskArgumentError < ::ArgumentError; end
2574
+
2575
+ # TaskArguments manage the arguments passed to a task.
2576
+ #
2577
+ # source://rake//lib/rake/task_arguments.rb#7
2578
+ class Rake::TaskArguments
2579
+ include ::Enumerable
2580
+
2581
+ # Create a TaskArgument object with a list of argument +names+ and a set
2582
+ # of associated +values+. +parent+ is the parent argument object.
2583
+ #
2584
+ # @return [TaskArguments] a new instance of TaskArguments
2585
+ #
2586
+ # source://rake//lib/rake/task_arguments.rb#15
2587
+ def initialize(names, values, parent = T.unsafe(nil)); end
2588
+
2589
+ # Find an argument value by name or index.
2590
+ #
2591
+ # source://rake//lib/rake/task_arguments.rb#44
2592
+ def [](index); end
2593
+
2594
+ # Enumerates the arguments and their values
2595
+ #
2596
+ # source://rake//lib/rake/task_arguments.rb#56
2597
+ def each(&block); end
2598
+
2599
+ # Retrieve the list of values not associated with named arguments
2600
+ #
2601
+ # source://rake//lib/rake/task_arguments.rb#32
2602
+ def extras; end
2603
+
2604
+ # source://rake//lib/rake/task_arguments.rb#93
2605
+ def fetch(*args, &block); end
2606
+
2607
+ # Returns true if +key+ is one of the arguments
2608
+ #
2609
+ # @return [Boolean]
2610
+ #
2611
+ # source://rake//lib/rake/task_arguments.rb#88
2612
+ def has_key?(key); end
2613
+
2614
+ # source://rake//lib/rake/task_arguments.rb#79
2615
+ def inspect; end
2616
+
2617
+ # Returns true if +key+ is one of the arguments
2618
+ #
2619
+ # @return [Boolean]
2620
+ #
2621
+ # source://rake//lib/rake/task_arguments.rb#88
2622
+ def key?(key); end
2623
+
2624
+ # Returns the value of the given argument via method_missing
2625
+ #
2626
+ # source://rake//lib/rake/task_arguments.rb#66
2627
+ def method_missing(sym, *args); end
2628
+
2629
+ # Argument names
2630
+ #
2631
+ # source://rake//lib/rake/task_arguments.rb#11
2632
+ def names; end
2633
+
2634
+ # Create a new argument scope using the prerequisite argument
2635
+ # names.
2636
+ #
2637
+ # source://rake//lib/rake/task_arguments.rb#38
2638
+ def new_scope(names); end
2639
+
2640
+ # Retrieve the complete array of sequential values
2641
+ #
2642
+ # source://rake//lib/rake/task_arguments.rb#27
2643
+ def to_a; end
2644
+
2645
+ # Returns a Hash of arguments and their values
2646
+ #
2647
+ # source://rake//lib/rake/task_arguments.rb#71
2648
+ def to_hash; end
2649
+
2650
+ # source://rake//lib/rake/task_arguments.rb#75
2651
+ def to_s; end
2652
+
2653
+ # Extracts the argument values at +keys+
2654
+ #
2655
+ # source://rake//lib/rake/task_arguments.rb#61
2656
+ def values_at(*keys); end
2657
+
2658
+ # Specify a hash of default values for task arguments. Use the
2659
+ # defaults only if there is no specific value for the given
2660
+ # argument.
2661
+ #
2662
+ # source://rake//lib/rake/task_arguments.rb#51
2663
+ def with_defaults(defaults); end
2664
+
2665
+ protected
2666
+
2667
+ # source://rake//lib/rake/task_arguments.rb#99
2668
+ def lookup(name); end
2669
+ end
2670
+
2671
+ # Base class for Task Libraries.
2672
+ #
2673
+ # source://rake//lib/rake/tasklib.rb#7
2674
+ class Rake::TaskLib
2675
+ include ::Rake::Cloneable
2676
+ include ::FileUtils::StreamUtils_
2677
+ include ::FileUtils
2678
+ include ::Rake::FileUtilsExt
2679
+ include ::Rake::DSL
2680
+ end
2681
+
2682
+ # The TaskManager module is a mixin for managing tasks.
2683
+ #
2684
+ # source://rake//lib/rake/task_manager.rb#5
2685
+ module Rake::TaskManager
2686
+ # source://rake//lib/rake/task_manager.rb#9
2687
+ def initialize; end
2688
+
2689
+ # Find a matching task for +task_name+.
2690
+ #
2691
+ # source://rake//lib/rake/task_manager.rb#54
2692
+ def [](task_name, scopes = T.unsafe(nil)); end
2693
+
2694
+ # Clear all tasks in this application.
2695
+ #
2696
+ # source://rake//lib/rake/task_manager.rb#182
2697
+ def clear; end
2698
+
2699
+ # source://rake//lib/rake/task_manager.rb#17
2700
+ def create_rule(*args, &block); end
2701
+
2702
+ # Return the list of scope names currently active in the task
2703
+ # manager.
2704
+ #
2705
+ # source://rake//lib/rake/task_manager.rb#222
2706
+ def current_scope; end
2707
+
2708
+ # source://rake//lib/rake/task_manager.rb#23
2709
+ def define_task(task_class, *args, &block); end
2710
+
2711
+ # If a rule can be found that matches the task name, enhance the
2712
+ # task with the prerequisites and actions from the rule. Set the
2713
+ # source attribute of the task appropriately for the rule. Return
2714
+ # the enhanced task or nil of no rule was found.
2715
+ #
2716
+ # source://rake//lib/rake/task_manager.rb#151
2717
+ def enhance_with_matching_rule(task_name, level = T.unsafe(nil)); end
2718
+
2719
+ # source://rake//lib/rake/task_manager.rb#68
2720
+ def generate_did_you_mean_suggestions(task_name); end
2721
+
2722
+ # source://rake//lib/rake/task_manager.rb#62
2723
+ def generate_message_for_undefined_task(task_name); end
2724
+
2725
+ # Evaluate the block in a nested namespace named +name+. Create
2726
+ # an anonymous namespace if +name+ is nil.
2727
+ #
2728
+ # source://rake//lib/rake/task_manager.rb#228
2729
+ def in_namespace(name); end
2730
+
2731
+ # Lookup a task. Return an existing task if found, otherwise
2732
+ # create a task of the current type.
2733
+ #
2734
+ # source://rake//lib/rake/task_manager.rb#49
2735
+ def intern(task_class, task_name); end
2736
+
2737
+ # Track the last comment made in the Rakefile.
2738
+ #
2739
+ # source://rake//lib/rake/task_manager.rb#7
2740
+ def last_description; end
2741
+
2742
+ # Track the last comment made in the Rakefile.
2743
+ #
2744
+ # source://rake//lib/rake/task_manager.rb#7
2745
+ def last_description=(_arg0); end
2746
+
2747
+ # Lookup a task, using scope and the scope hints in the task name.
2748
+ # This method performs straight lookups without trying to
2749
+ # synthesize file tasks or rules. Special scope names (e.g. '^')
2750
+ # are recognized. If no scope argument is supplied, use the
2751
+ # current scope. Return nil if the task cannot be found.
2752
+ #
2753
+ # source://rake//lib/rake/task_manager.rb#192
2754
+ def lookup(task_name, initial_scope = T.unsafe(nil)); end
2755
+
2756
+ # Resolve the arguments for a task/rule. Returns a tuple of
2757
+ # [task_name, arg_name_list, prerequisites, order_only_prerequisites].
2758
+ #
2759
+ # source://rake//lib/rake/task_manager.rb#88
2760
+ def resolve_args(args); end
2761
+
2762
+ # source://rake//lib/rake/task_manager.rb#81
2763
+ def synthesize_file_task(task_name); end
2764
+
2765
+ # List of all defined tasks in this application.
2766
+ #
2767
+ # source://rake//lib/rake/task_manager.rb#168
2768
+ def tasks; end
2769
+
2770
+ # List of all the tasks defined in the given scope (and its
2771
+ # sub-scopes).
2772
+ #
2773
+ # source://rake//lib/rake/task_manager.rb#174
2774
+ def tasks_in_scope(scope); end
2775
+
2776
+ private
2777
+
2778
+ # Add a location to the locations field of the given task.
2779
+ #
2780
+ # source://rake//lib/rake/task_manager.rb#241
2781
+ def add_location(task); end
2782
+
2783
+ # Attempt to create a rule given the list of prerequisites.
2784
+ #
2785
+ # source://rake//lib/rake/task_manager.rb#271
2786
+ def attempt_rule(task_name, task_pattern, args, extensions, block, level); end
2787
+
2788
+ # Find the location that called into the dsl layer.
2789
+ #
2790
+ # source://rake//lib/rake/task_manager.rb#248
2791
+ def find_location; end
2792
+
2793
+ # Generate an anonymous namespace name.
2794
+ #
2795
+ # source://rake//lib/rake/task_manager.rb#259
2796
+ def generate_name; end
2797
+
2798
+ # Return the current description, clearing it in the process.
2799
+ #
2800
+ # source://rake//lib/rake/task_manager.rb#319
2801
+ def get_description(task); end
2802
+
2803
+ # Lookup the task name
2804
+ #
2805
+ # source://rake//lib/rake/task_manager.rb#208
2806
+ def lookup_in_scope(name, scope); end
2807
+
2808
+ # Make a list of sources from the list of file name extensions /
2809
+ # translation procs.
2810
+ #
2811
+ # source://rake//lib/rake/task_manager.rb#293
2812
+ def make_sources(task_name, task_pattern, extensions); end
2813
+
2814
+ # Resolve task arguments for a task or rule when there are
2815
+ # dependencies declared.
2816
+ #
2817
+ # The patterns recognized by this argument resolving function are:
2818
+ #
2819
+ # task :t, order_only: [:e]
2820
+ # task :t => [:d]
2821
+ # task :t => [:d], order_only: [:e]
2822
+ # task :t, [a] => [:d]
2823
+ # task :t, [a] => [:d], order_only: [:e]
2824
+ #
2825
+ # source://rake//lib/rake/task_manager.rb#127
2826
+ def resolve_args_with_dependencies(args, hash); end
2827
+
2828
+ # Resolve task arguments for a task or rule when there are no
2829
+ # dependencies declared.
2830
+ #
2831
+ # The patterns recognized by this argument resolving function are:
2832
+ #
2833
+ # task :t
2834
+ # task :t, [:a]
2835
+ #
2836
+ # source://rake//lib/rake/task_manager.rb#105
2837
+ def resolve_args_without_dependencies(args); end
2838
+
2839
+ # source://rake//lib/rake/task_manager.rb#265
2840
+ def trace_rule(level, message); end
2841
+
2842
+ class << self
2843
+ # source://rake//lib/rake/task_manager.rb#326
2844
+ def record_task_metadata; end
2845
+
2846
+ # source://rake//lib/rake/task_manager.rb#326
2847
+ def record_task_metadata=(_arg0); end
2848
+ end
2849
+ end
2850
+
2851
+ # source://rake//lib/rake/thread_history_display.rb#6
2852
+ class Rake::ThreadHistoryDisplay
2853
+ include ::Rake::PrivateReader
2854
+ extend ::Rake::PrivateReader::ClassMethods
2855
+
2856
+ # @return [ThreadHistoryDisplay] a new instance of ThreadHistoryDisplay
2857
+ #
2858
+ # source://rake//lib/rake/thread_history_display.rb#11
2859
+ def initialize(stats); end
2860
+
2861
+ # source://rake//lib/rake/thread_history_display.rb#17
2862
+ def show; end
2863
+
2864
+ private
2865
+
2866
+ # source://rake//lib/rake/private_reader.rb#15
2867
+ def items; end
2868
+
2869
+ # source://rake//lib/rake/thread_history_display.rb#35
2870
+ def rename(hash, key, renames); end
2871
+
2872
+ # source://rake//lib/rake/private_reader.rb#15
2873
+ def stats; end
2874
+
2875
+ # source://rake//lib/rake/private_reader.rb#15
2876
+ def threads; end
2877
+ end
2878
+
2879
+ # source://rake//lib/rake/thread_pool.rb#8
2880
+ class Rake::ThreadPool
2881
+ # Creates a ThreadPool object. The +thread_count+ parameter is the size
2882
+ # of the pool.
2883
+ #
2884
+ # @return [ThreadPool] a new instance of ThreadPool
2885
+ #
2886
+ # source://rake//lib/rake/thread_pool.rb#12
2887
+ def initialize(thread_count); end
2888
+
2889
+ # Creates a future executed by the +ThreadPool+.
2890
+ #
2891
+ # The args are passed to the block when executing (similarly to
2892
+ # Thread#new) The return value is an object representing
2893
+ # a future which has been created and added to the queue in the
2894
+ # pool. Sending #value to the object will sleep the
2895
+ # current thread until the future is finished and will return the
2896
+ # result (or raise an exception thrown from the future)
2897
+ #
2898
+ # source://rake//lib/rake/thread_pool.rb#33
2899
+ def future(*args, &block); end
2900
+
2901
+ # Enable the gathering of history events.
2902
+ #
2903
+ # source://rake//lib/rake/thread_pool.rb#68
2904
+ def gather_history; end
2905
+
2906
+ # Return a array of history events for the thread pool.
2907
+ #
2908
+ # History gathering must be enabled to be able to see the events
2909
+ # (see #gather_history). Best to call this when the job is
2910
+ # complete (i.e. after ThreadPool#join is called).
2911
+ #
2912
+ # source://rake//lib/rake/thread_pool.rb#77
2913
+ def history; end
2914
+
2915
+ # Waits until the queue of futures is empty and all threads have exited.
2916
+ #
2917
+ # source://rake//lib/rake/thread_pool.rb#44
2918
+ def join; end
2919
+
2920
+ # Return a hash of always collected statistics for the thread pool.
2921
+ #
2922
+ # source://rake//lib/rake/thread_pool.rb#84
2923
+ def statistics; end
2924
+
2925
+ private
2926
+
2927
+ # for testing only
2928
+ #
2929
+ # source://rake//lib/rake/thread_pool.rb#158
2930
+ def __queue__; end
2931
+
2932
+ # processes one item on the queue. Returns true if there was an
2933
+ # item to process, false if there was no item
2934
+ #
2935
+ # source://rake//lib/rake/thread_pool.rb#95
2936
+ def process_queue_item; end
2937
+
2938
+ # source://rake//lib/rake/thread_pool.rb#111
2939
+ def safe_thread_count; end
2940
+
2941
+ # source://rake//lib/rake/thread_pool.rb#117
2942
+ def start_thread; end
2943
+
2944
+ # source://rake//lib/rake/thread_pool.rb#145
2945
+ def stat(event, data = T.unsafe(nil)); end
2946
+ end
2947
+
2948
+ # source://rake//lib/rake/trace_output.rb#3
2949
+ module Rake::TraceOutput
2950
+ # Write trace output to output stream +out+.
2951
+ #
2952
+ # The write is done as a single IO call (to print) to lessen the
2953
+ # chance that the trace output is interrupted by other tasks also
2954
+ # producing output.
2955
+ #
2956
+ # source://rake//lib/rake/trace_output.rb#10
2957
+ def trace_on(out, *strings); end
2958
+ end
2959
+
2960
+ # source://rake//lib/rake/version.rb#3
2961
+ Rake::VERSION = T.let(T.unsafe(nil), String)
2962
+
2963
+ # source://rake//lib/rake/version.rb#5
2964
+ module Rake::Version; end
2965
+
2966
+ # source://rake//lib/rake/version.rb#6
2967
+ Rake::Version::BUILD = T.let(T.unsafe(nil), String)
2968
+
2969
+ # source://rake//lib/rake/version.rb#6
2970
+ Rake::Version::MAJOR = T.let(T.unsafe(nil), String)
2971
+
2972
+ # source://rake//lib/rake/version.rb#6
2973
+ Rake::Version::MINOR = T.let(T.unsafe(nil), String)
2974
+
2975
+ # source://rake//lib/rake/version.rb#8
2976
+ Rake::Version::NUMBERS = T.let(T.unsafe(nil), Array)
2977
+
2978
+ # source://rake//lib/rake/version.rb#6
2979
+ Rake::Version::OTHER = T.let(T.unsafe(nil), Array)
2980
+
2981
+ # Win 32 interface methods for Rake. Windows specific functionality
2982
+ # will be placed here to collect that knowledge in one spot.
2983
+ #
2984
+ # source://rake//lib/rake/win32.rb#7
2985
+ module Rake::Win32
2986
+ class << self
2987
+ # Normalize a win32 path so that the slashes are all forward slashes.
2988
+ #
2989
+ # source://rake//lib/rake/win32.rb#45
2990
+ def normalize(path); end
2991
+
2992
+ # The standard directory containing system wide rake files on
2993
+ # Win 32 systems. Try the following environment variables (in
2994
+ # order):
2995
+ #
2996
+ # * HOME
2997
+ # * HOMEDRIVE + HOMEPATH
2998
+ # * APPDATA
2999
+ # * USERPROFILE
3000
+ #
3001
+ # If the above are not defined, the return nil.
3002
+ #
3003
+ # @raise [Win32HomeError]
3004
+ #
3005
+ # source://rake//lib/rake/win32.rb#30
3006
+ def win32_system_dir; end
3007
+
3008
+ # True if running on a windows system.
3009
+ #
3010
+ # @return [Boolean]
3011
+ #
3012
+ # source://rake//lib/rake/win32.rb#16
3013
+ def windows?; end
3014
+ end
3015
+ end
3016
+
3017
+ # Error indicating a problem in locating the home directory on a
3018
+ # Win32 system.
3019
+ #
3020
+ # source://rake//lib/rake/win32.rb#11
3021
+ class Rake::Win32::Win32HomeError < ::RuntimeError; end
3022
+
3023
+ # source://rake//lib/rake.rb#70
3024
+ RakeFileUtils = Rake::FileUtilsExt
3025
+
3026
+ # source://rake//lib/rake/ext/string.rb#4
3027
+ class String
3028
+ include ::Comparable
3029
+
3030
+ # source://rake//lib/rake/ext/string.rb#14
3031
+ def ext(newext = T.unsafe(nil)); end
3032
+
3033
+ # source://rake//lib/rake/ext/string.rb#138
3034
+ def pathmap(spec = T.unsafe(nil), &block); end
3035
+
3036
+ protected
3037
+
3038
+ # source://rake//lib/rake/ext/string.rb#27
3039
+ def pathmap_explode; end
3040
+
3041
+ # source://rake//lib/rake/ext/string.rb#41
3042
+ def pathmap_partial(n); end
3043
+
3044
+ # source://rake//lib/rake/ext/string.rb#59
3045
+ def pathmap_replace(patterns, &block); end
3046
+ end