lunchmoney 1.4.1 → 1.5.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.
- checksums.yaml +4 -4
- data/.github/workflows/build_and_publish_yard_docs.yml +2 -2
- data/.github/workflows/ci.yml +9 -10
- data/.github/workflows/rbi-updater.yml +1 -1
- data/.github/workflows/release_pipeline.yml +1 -1
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/.toys/.toys.rb +8 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +76 -60
- data/README.md +0 -2
- data/SECURITY.md +151 -0
- data/bin/check_vcr_version +94 -0
- data/lib/lunchmoney/api.rb +25 -38
- data/lib/lunchmoney/calls/assets.rb +10 -13
- data/lib/lunchmoney/calls/base.rb +59 -7
- data/lib/lunchmoney/calls/budgets.rb +22 -25
- data/lib/lunchmoney/calls/categories.rb +28 -36
- data/lib/lunchmoney/calls/crypto.rb +7 -9
- data/lib/lunchmoney/calls/plaid_accounts.rb +7 -9
- data/lib/lunchmoney/calls/recurring_expenses.rb +4 -5
- data/lib/lunchmoney/calls/tags.rb +3 -4
- data/lib/lunchmoney/calls/transactions.rb +28 -36
- data/lib/lunchmoney/calls/users.rb +3 -4
- data/lib/lunchmoney/configuration.rb +20 -0
- data/lib/lunchmoney/objects/object.rb +4 -9
- data/lib/lunchmoney/validators.rb +8 -6
- data/lib/lunchmoney/version.rb +1 -1
- data/lib/lunchmoney.rb +3 -3
- data/lunchmoney.gemspec +1 -1
- data/sorbet/rbi/annotations/activesupport.rbi +35 -0
- data/sorbet/rbi/dsl/active_support/callbacks.rbi +0 -2
- data/sorbet/rbi/gems/{activesupport@7.2.2.1.rbi → activesupport@8.0.2.1.rbi} +1369 -989
- data/sorbet/rbi/gems/{ast@2.4.2.rbi → ast@2.4.3.rbi} +4 -3
- data/sorbet/rbi/gems/{base64@0.2.0.rbi → base64@0.3.0.rbi} +76 -39
- data/sorbet/rbi/gems/{benchmark@0.4.0.rbi → benchmark@0.4.1.rbi} +50 -49
- data/sorbet/rbi/gems/bigdecimal@3.2.2.rbi +275 -0
- data/sorbet/rbi/gems/{dotenv@3.1.7.rbi → dotenv@3.1.8.rbi} +9 -9
- data/sorbet/rbi/gems/{drb@2.2.1.rbi → drb@2.2.3.rbi} +503 -188
- data/sorbet/rbi/gems/{faraday-net_http@3.4.0.rbi → faraday-net_http@3.4.1.rbi} +23 -23
- data/sorbet/rbi/gems/{faraday@2.12.2.rbi → faraday@2.13.4.rbi} +468 -141
- data/sorbet/rbi/gems/{hashdiff@1.1.2.rbi → hashdiff@1.2.0.rbi} +5 -3
- data/sorbet/rbi/gems/{json@2.10.2.rbi → json@2.13.2.rbi} +386 -175
- data/sorbet/rbi/gems/{kramdown@2.4.0.rbi → kramdown@2.5.1.rbi} +316 -234
- data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +240 -0
- data/sorbet/rbi/gems/{logger@1.6.6.rbi → logger@1.7.0.rbi} +63 -40
- data/sorbet/rbi/gems/{parser@3.3.7.1.rbi → parser@3.3.9.0.rbi} +303 -291
- data/sorbet/rbi/gems/{rack@3.1.9.rbi → rack@3.2.1.rbi} +712 -547
- data/sorbet/rbi/gems/{rake@13.2.1.rbi → rake@13.3.0.rbi} +238 -227
- data/sorbet/rbi/gems/{rbi@0.3.1.rbi → rbi@0.3.6.rbi} +1084 -2521
- data/sorbet/rbi/gems/{rbs@3.9.0.rbi → rbs@4.0.0.dev.4.rbi} +1336 -419
- data/sorbet/rbi/gems/{regexp_parser@2.10.0.rbi → regexp_parser@2.11.2.rbi} +1044 -956
- data/sorbet/rbi/gems/require-hooks@0.2.2.rbi +110 -0
- data/sorbet/rbi/gems/{rexml@3.4.1.rbi → rexml@3.4.2.rbi} +302 -292
- data/sorbet/rbi/gems/{rubocop-ast@1.38.0.rbi → rubocop-ast@1.46.0.rbi} +802 -1016
- data/sorbet/rbi/gems/{rubocop-minitest@0.36.0.rbi → rubocop-minitest@0.38.2.rbi} +129 -93
- data/sorbet/rbi/gems/{rubocop-rails@2.29.1.rbi → rubocop-rails@2.33.3.rbi} +575 -230
- data/sorbet/rbi/gems/{rubocop-shopify@2.15.1.rbi → rubocop-shopify@2.17.1.rbi} +1 -0
- data/sorbet/rbi/gems/{rubocop-sorbet@0.8.7.rbi → rubocop-sorbet@0.10.5.rbi} +761 -83
- data/sorbet/rbi/gems/{rubocop@1.71.2.rbi → rubocop@1.80.1.rbi} +6543 -3097
- data/sorbet/rbi/gems/{spoom@1.6.1.rbi → spoom@1.7.6.rbi} +1179 -2621
- data/sorbet/rbi/gems/{tapioca@0.16.11.rbi → tapioca@0.17.7.rbi} +623 -745
- data/sorbet/rbi/gems/{thor@1.3.2.rbi → thor@1.4.0.rbi} +88 -67
- data/sorbet/rbi/gems/{unicode-display_width@3.1.4.rbi → unicode-display_width@3.1.5.rbi} +5 -5
- data/sorbet/rbi/gems/{vcr@6.3.1.rbi → vcr@6.3.1-ce35c236fe48899f02ddf780973b44cdb756c0ee.rbi} +140 -123
- metadata +42 -38
- data/sorbet/rbi/gems/bigdecimal@3.1.9.rbi +0 -78
- /data/sorbet/rbi/gems/{connection_pool@2.5.0.rbi → connection_pool@2.5.3.rbi} +0 -0
- /data/sorbet/rbi/gems/{language_server-protocol@3.17.0.4.rbi → language_server-protocol@3.17.0.5.rbi} +0 -0
- /data/sorbet/rbi/gems/{parallel@1.26.3.rbi → parallel@1.27.0.rbi} +0 -0
@@ -9,7 +9,7 @@
|
|
9
9
|
#
|
10
10
|
# Some top level Constants.
|
11
11
|
#
|
12
|
-
# source://rake//lib/rake.rb#
|
12
|
+
# source://rake//lib/rake.rb#67
|
13
13
|
FileList = Rake::FileList
|
14
14
|
|
15
15
|
# --
|
@@ -196,7 +196,7 @@ class Rake::Application
|
|
196
196
|
|
197
197
|
# Add a file to the list of files to be imported.
|
198
198
|
#
|
199
|
-
# source://rake//lib/rake/application.rb#
|
199
|
+
# source://rake//lib/rake/application.rb#800
|
200
200
|
def add_import(fn); end
|
201
201
|
|
202
202
|
# Add a loader to handle imported files ending in the extension
|
@@ -214,13 +214,13 @@ class Rake::Application
|
|
214
214
|
# recognised command-line options, which OptionParser.parse will
|
215
215
|
# have taken care of already.
|
216
216
|
#
|
217
|
-
# source://rake//lib/rake/application.rb#
|
217
|
+
# source://rake//lib/rake/application.rb#781
|
218
218
|
def collect_command_line_tasks(args); end
|
219
219
|
|
220
220
|
# Default task name ("default").
|
221
221
|
# (May be overridden by subclasses)
|
222
222
|
#
|
223
|
-
# source://rake//lib/rake/application.rb#
|
223
|
+
# source://rake//lib/rake/application.rb#795
|
224
224
|
def default_task_name; end
|
225
225
|
|
226
226
|
# Warn about deprecated usage.
|
@@ -311,7 +311,7 @@ class Rake::Application
|
|
311
311
|
|
312
312
|
# Load the pending list of imported files.
|
313
313
|
#
|
314
|
-
# source://rake//lib/rake/application.rb#
|
314
|
+
# source://rake//lib/rake/application.rb#805
|
315
315
|
def load_imports; end
|
316
316
|
|
317
317
|
# Find the rakefile and then load it and any pending imports.
|
@@ -351,7 +351,7 @@ class Rake::Application
|
|
351
351
|
# source://rake//lib/rake/application.rb#30
|
352
352
|
def rakefile; end
|
353
353
|
|
354
|
-
# source://rake//lib/rake/application.rb#
|
354
|
+
# source://rake//lib/rake/application.rb#821
|
355
355
|
def rakefile_location(backtrace = T.unsafe(nil)); end
|
356
356
|
|
357
357
|
# source://rake//lib/rake/application.rb#725
|
@@ -376,7 +376,7 @@ class Rake::Application
|
|
376
376
|
# source://rake//lib/rake/application.rb#144
|
377
377
|
def run_with_threads; end
|
378
378
|
|
379
|
-
# source://rake//lib/rake/application.rb#
|
379
|
+
# source://rake//lib/rake/application.rb#830
|
380
380
|
def set_default_options; end
|
381
381
|
|
382
382
|
# Provide standard exception handling for the given block.
|
@@ -483,7 +483,7 @@ class Rake::Application
|
|
483
483
|
# source://rake//lib/rake/application.rb#423
|
484
484
|
def sort_options(options); end
|
485
485
|
|
486
|
-
# source://rake//lib/rake/application.rb#
|
486
|
+
# source://rake//lib/rake/application.rb#767
|
487
487
|
def standard_system_dir; end
|
488
488
|
end
|
489
489
|
|
@@ -559,34 +559,34 @@ module Rake::DSL
|
|
559
559
|
|
560
560
|
private
|
561
561
|
|
562
|
-
# source://rake//lib/rake/
|
562
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
563
563
|
def cd(*args, **options, &block); end
|
564
564
|
|
565
|
-
# source://rake//lib/rake/
|
565
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
566
566
|
def chdir(*args, **options, &block); end
|
567
567
|
|
568
|
-
# source://rake//lib/rake/
|
568
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
569
569
|
def chmod(*args, **options, &block); end
|
570
570
|
|
571
|
-
# source://rake//lib/rake/
|
571
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
572
572
|
def chmod_R(*args, **options, &block); end
|
573
573
|
|
574
|
-
# source://rake//lib/rake/
|
574
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
575
575
|
def chown(*args, **options, &block); end
|
576
576
|
|
577
|
-
# source://rake//lib/rake/
|
577
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
578
578
|
def chown_R(*args, **options, &block); end
|
579
579
|
|
580
|
-
# source://rake//lib/rake/
|
580
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
581
581
|
def copy(*args, **options, &block); end
|
582
582
|
|
583
|
-
# source://rake//lib/rake/
|
583
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
584
584
|
def cp(*args, **options, &block); end
|
585
585
|
|
586
|
-
# source://rake//lib/rake/
|
586
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
587
587
|
def cp_lr(*args, **options, &block); end
|
588
588
|
|
589
|
-
# source://rake//lib/rake/
|
589
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
590
590
|
def cp_r(*args, **options, &block); end
|
591
591
|
|
592
592
|
# Describes the next rake task. Duplicate descriptions are discarded.
|
@@ -650,37 +650,37 @@ module Rake::DSL
|
|
650
650
|
# source://rake//lib/rake/dsl_definition.rb#184
|
651
651
|
def import(*fns); end
|
652
652
|
|
653
|
-
# source://rake//lib/rake/
|
653
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
654
654
|
def install(*args, **options, &block); end
|
655
655
|
|
656
|
-
# source://rake//lib/rake/
|
656
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
657
657
|
def link(*args, **options, &block); end
|
658
658
|
|
659
|
-
# source://rake//lib/rake/
|
659
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
660
660
|
def ln(*args, **options, &block); end
|
661
661
|
|
662
|
-
# source://rake//lib/rake/
|
662
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
663
663
|
def ln_s(*args, **options, &block); end
|
664
664
|
|
665
|
-
# source://rake//lib/rake/
|
665
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
666
666
|
def ln_sf(*args, **options, &block); end
|
667
667
|
|
668
|
-
# source://rake//lib/rake/
|
668
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
669
669
|
def ln_sr(*args, **options, &block); end
|
670
670
|
|
671
|
-
# source://rake//lib/rake/
|
671
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
672
672
|
def makedirs(*args, **options, &block); end
|
673
673
|
|
674
|
-
# source://rake//lib/rake/
|
674
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
675
675
|
def mkdir(*args, **options, &block); end
|
676
676
|
|
677
|
-
# source://rake//lib/rake/
|
677
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
678
678
|
def mkdir_p(*args, **options, &block); end
|
679
679
|
|
680
|
-
# source://rake//lib/rake/
|
680
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
681
681
|
def mkpath(*args, **options, &block); end
|
682
682
|
|
683
|
-
# source://rake//lib/rake/
|
683
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
684
684
|
def move(*args, **options, &block); end
|
685
685
|
|
686
686
|
# Declare a task that performs its prerequisites in
|
@@ -694,7 +694,7 @@ module Rake::DSL
|
|
694
694
|
# source://rake//lib/rake/dsl_definition.rb#113
|
695
695
|
def multitask(*args, &block); end
|
696
696
|
|
697
|
-
# source://rake//lib/rake/
|
697
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
698
698
|
def mv(*args, **options, &block); end
|
699
699
|
|
700
700
|
# Create a new rake namespace and use it for evaluating the given
|
@@ -719,37 +719,37 @@ module Rake::DSL
|
|
719
719
|
# source://rake//lib/rake/dsl_definition.rb#136
|
720
720
|
def namespace(name = T.unsafe(nil), &block); end
|
721
721
|
|
722
|
-
# source://rake//lib/rake/
|
722
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
723
723
|
def nowrite(value = T.unsafe(nil)); end
|
724
724
|
|
725
|
-
# source://rake//lib/rake/
|
725
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
726
726
|
def rake_check_options(options, *optdecl); end
|
727
727
|
|
728
|
-
# source://rake//lib/rake/
|
728
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
729
729
|
def rake_output_message(message); end
|
730
730
|
|
731
|
-
# source://rake//lib/rake/
|
731
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
732
732
|
def remove(*args, **options, &block); end
|
733
733
|
|
734
|
-
# source://rake//lib/rake/
|
734
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
735
735
|
def rm(*args, **options, &block); end
|
736
736
|
|
737
|
-
# source://rake//lib/rake/
|
737
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
738
738
|
def rm_f(*args, **options, &block); end
|
739
739
|
|
740
|
-
# source://rake//lib/rake/
|
740
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
741
741
|
def rm_r(*args, **options, &block); end
|
742
742
|
|
743
|
-
# source://rake//lib/rake/
|
743
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
744
744
|
def rm_rf(*args, **options, &block); end
|
745
745
|
|
746
|
-
# source://rake//lib/rake/
|
746
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
747
747
|
def rmdir(*args, **options, &block); end
|
748
748
|
|
749
|
-
# source://rake//lib/rake/
|
749
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
750
750
|
def rmtree(*args, **options, &block); end
|
751
751
|
|
752
|
-
# source://rake//lib/rake/
|
752
|
+
# source://rake//lib/rake/dsl_definition.rb#23
|
753
753
|
def ruby(*args, **options, &block); end
|
754
754
|
|
755
755
|
# Declare a rule for auto-tasks.
|
@@ -762,19 +762,19 @@ module Rake::DSL
|
|
762
762
|
# source://rake//lib/rake/dsl_definition.rb#152
|
763
763
|
def rule(*args, &block); end
|
764
764
|
|
765
|
-
# source://rake//lib/rake/
|
765
|
+
# source://rake//lib/rake/dsl_definition.rb#23
|
766
766
|
def safe_ln(*args, **options); end
|
767
767
|
|
768
|
-
# source://rake//lib/rake/
|
768
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
769
769
|
def safe_unlink(*args, **options, &block); end
|
770
770
|
|
771
|
-
# source://rake//lib/rake/
|
771
|
+
# source://rake//lib/rake/dsl_definition.rb#23
|
772
772
|
def sh(*cmd, &block); end
|
773
773
|
|
774
|
-
# source://rake//lib/rake/
|
774
|
+
# source://rake//lib/rake/dsl_definition.rb#23
|
775
775
|
def split_all(path); end
|
776
776
|
|
777
|
-
# source://rake//lib/rake/
|
777
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
778
778
|
def symlink(*args, **options, &block); end
|
779
779
|
|
780
780
|
# :call-seq:
|
@@ -811,13 +811,13 @@ module Rake::DSL
|
|
811
811
|
# source://rake//lib/rake/dsl_definition.rb#59
|
812
812
|
def task(*args, &block); end
|
813
813
|
|
814
|
-
# source://rake//lib/rake/
|
814
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
815
815
|
def touch(*args, **options, &block); end
|
816
816
|
|
817
|
-
# source://rake//lib/rake/
|
817
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
818
818
|
def verbose(value = T.unsafe(nil)); end
|
819
819
|
|
820
|
-
# source://rake//lib/rake/
|
820
|
+
# source://rake//lib/rake/dsl_definition.rb#24
|
821
821
|
def when_writing(msg = T.unsafe(nil)); end
|
822
822
|
end
|
823
823
|
|
@@ -834,7 +834,7 @@ end
|
|
834
834
|
# source://rake//lib/rake/early_time.rb#21
|
835
835
|
Rake::EARLY = T.let(T.unsafe(nil), Rake::EarlyTime)
|
836
836
|
|
837
|
-
# source://rake//lib/rake/task_arguments.rb#
|
837
|
+
# source://rake//lib/rake/task_arguments.rb#112
|
838
838
|
Rake::EMPTY_TASK_ARGS = T.let(T.unsafe(nil), Rake::TaskArguments)
|
839
839
|
|
840
840
|
# EarlyTime is a fake timestamp that occurs _before_ any other time value.
|
@@ -842,6 +842,7 @@ Rake::EMPTY_TASK_ARGS = T.let(T.unsafe(nil), Rake::TaskArguments)
|
|
842
842
|
# source://rake//lib/rake/early_time.rb#5
|
843
843
|
class Rake::EarlyTime
|
844
844
|
include ::Comparable
|
845
|
+
include ::Singleton::SingletonInstanceMethods
|
845
846
|
include ::Singleton
|
846
847
|
extend ::Singleton::SingletonClassMethods
|
847
848
|
|
@@ -856,7 +857,10 @@ class Rake::EarlyTime
|
|
856
857
|
class << self
|
857
858
|
private
|
858
859
|
|
860
|
+
# source://rake//lib/rake/early_time.rb#7
|
859
861
|
def allocate; end
|
862
|
+
|
863
|
+
# source://rake//lib/rake/early_time.rb#7
|
860
864
|
def new(*_arg0); end
|
861
865
|
end
|
862
866
|
end
|
@@ -917,7 +921,7 @@ class Rake::FileList
|
|
917
921
|
# source://rake//lib/rake/file_list.rb#99
|
918
922
|
def initialize(*patterns); end
|
919
923
|
|
920
|
-
# source://rake//lib/rake/file_list.rb#
|
924
|
+
# source://rake//lib/rake/file_list.rb#67
|
921
925
|
def &(*args, &block); end
|
922
926
|
|
923
927
|
# Redefine * to return either a string or a new file list.
|
@@ -925,16 +929,16 @@ class Rake::FileList
|
|
925
929
|
# source://rake//lib/rake/file_list.rb#193
|
926
930
|
def *(other); end
|
927
931
|
|
928
|
-
# source://rake//lib/rake/file_list.rb#
|
932
|
+
# source://rake//lib/rake/file_list.rb#67
|
929
933
|
def +(*args, &block); end
|
930
934
|
|
931
|
-
# source://rake//lib/rake/file_list.rb#
|
935
|
+
# source://rake//lib/rake/file_list.rb#67
|
932
936
|
def -(*args, &block); end
|
933
937
|
|
934
938
|
# source://rake//lib/rake/file_list.rb#203
|
935
939
|
def <<(obj); end
|
936
940
|
|
937
|
-
# source://rake//lib/rake/file_list.rb#
|
941
|
+
# source://rake//lib/rake/file_list.rb#76
|
938
942
|
def <=>(*args, &block); end
|
939
943
|
|
940
944
|
# A FileList is equal through array equality.
|
@@ -942,10 +946,10 @@ class Rake::FileList
|
|
942
946
|
# source://rake//lib/rake/file_list.rb#171
|
943
947
|
def ==(array); end
|
944
948
|
|
945
|
-
# source://rake//lib/rake/file_list.rb#
|
949
|
+
# source://rake//lib/rake/file_list.rb#76
|
946
950
|
def [](*args, &block); end
|
947
951
|
|
948
|
-
# source://rake//lib/rake/file_list.rb#
|
952
|
+
# source://rake//lib/rake/file_list.rb#76
|
949
953
|
def []=(*args, &block); end
|
950
954
|
|
951
955
|
# Add file names defined by glob patterns to the file list. If an array
|
@@ -955,40 +959,40 @@ class Rake::FileList
|
|
955
959
|
# file_list.include("*.java", "*.cfg")
|
956
960
|
# file_list.include %w( math.c lib.h *.o )
|
957
961
|
#
|
958
|
-
# source://rake//lib/rake/file_list.rb#
|
962
|
+
# source://rake//lib/rake/file_list.rb#128
|
959
963
|
def add(*filenames); end
|
960
964
|
|
961
|
-
# source://rake//lib/rake/file_list.rb#
|
965
|
+
# source://rake//lib/rake/file_list.rb#76
|
962
966
|
def all?(*args, &block); end
|
963
967
|
|
964
|
-
# source://rake//lib/rake/file_list.rb#
|
968
|
+
# source://rake//lib/rake/file_list.rb#76
|
965
969
|
def any?(*args, &block); end
|
966
970
|
|
967
|
-
# source://rake//lib/rake/file_list.rb#
|
971
|
+
# source://rake//lib/rake/file_list.rb#76
|
968
972
|
def append(*args, &block); end
|
969
973
|
|
970
|
-
# source://rake//lib/rake/file_list.rb#
|
974
|
+
# source://rake//lib/rake/file_list.rb#76
|
971
975
|
def assoc(*args, &block); end
|
972
976
|
|
973
|
-
# source://rake//lib/rake/file_list.rb#
|
977
|
+
# source://rake//lib/rake/file_list.rb#76
|
974
978
|
def at(*args, &block); end
|
975
979
|
|
976
|
-
# source://rake//lib/rake/file_list.rb#
|
980
|
+
# source://rake//lib/rake/file_list.rb#76
|
977
981
|
def bsearch(*args, &block); end
|
978
982
|
|
979
|
-
# source://rake//lib/rake/file_list.rb#
|
983
|
+
# source://rake//lib/rake/file_list.rb#76
|
980
984
|
def bsearch_index(*args, &block); end
|
981
985
|
|
982
|
-
# source://rake//lib/rake/file_list.rb#
|
986
|
+
# source://rake//lib/rake/file_list.rb#76
|
983
987
|
def chain(*args, &block); end
|
984
988
|
|
985
|
-
# source://rake//lib/rake/file_list.rb#
|
989
|
+
# source://rake//lib/rake/file_list.rb#76
|
986
990
|
def chunk(*args, &block); end
|
987
991
|
|
988
|
-
# source://rake//lib/rake/file_list.rb#
|
992
|
+
# source://rake//lib/rake/file_list.rb#76
|
989
993
|
def chunk_while(*args, &block); end
|
990
994
|
|
991
|
-
# source://rake//lib/rake/file_list.rb#
|
995
|
+
# source://rake//lib/rake/file_list.rb#76
|
992
996
|
def clear(*args, &block); end
|
993
997
|
|
994
998
|
# Clear all the exclude patterns so that we exclude nothing.
|
@@ -996,79 +1000,79 @@ class Rake::FileList
|
|
996
1000
|
# source://rake//lib/rake/file_list.rb#164
|
997
1001
|
def clear_exclude; end
|
998
1002
|
|
999
|
-
# source://rake//lib/rake/file_list.rb#
|
1003
|
+
# source://rake//lib/rake/file_list.rb#67
|
1000
1004
|
def collect(*args, &block); end
|
1001
1005
|
|
1002
|
-
# source://rake//lib/rake/file_list.rb#
|
1006
|
+
# source://rake//lib/rake/file_list.rb#76
|
1003
1007
|
def collect!(*args, &block); end
|
1004
1008
|
|
1005
|
-
# source://rake//lib/rake/file_list.rb#
|
1009
|
+
# source://rake//lib/rake/file_list.rb#76
|
1006
1010
|
def collect_concat(*args, &block); end
|
1007
1011
|
|
1008
|
-
# source://rake//lib/rake/file_list.rb#
|
1012
|
+
# source://rake//lib/rake/file_list.rb#76
|
1009
1013
|
def combination(*args, &block); end
|
1010
1014
|
|
1011
|
-
# source://rake//lib/rake/file_list.rb#
|
1015
|
+
# source://rake//lib/rake/file_list.rb#67
|
1012
1016
|
def compact(*args, &block); end
|
1013
1017
|
|
1014
|
-
# source://rake//lib/rake/file_list.rb#
|
1018
|
+
# source://rake//lib/rake/file_list.rb#76
|
1015
1019
|
def compact!(*args, &block); end
|
1016
1020
|
|
1017
|
-
# source://rake//lib/rake/file_list.rb#
|
1021
|
+
# source://rake//lib/rake/file_list.rb#76
|
1018
1022
|
def concat(*args, &block); end
|
1019
1023
|
|
1020
|
-
# source://rake//lib/rake/file_list.rb#
|
1024
|
+
# source://rake//lib/rake/file_list.rb#76
|
1021
1025
|
def count(*args, &block); end
|
1022
1026
|
|
1023
|
-
# source://rake//lib/rake/file_list.rb#
|
1027
|
+
# source://rake//lib/rake/file_list.rb#76
|
1024
1028
|
def cycle(*args, &block); end
|
1025
1029
|
|
1026
|
-
# source://rake//lib/rake/file_list.rb#
|
1030
|
+
# source://rake//lib/rake/file_list.rb#76
|
1027
1031
|
def deconstruct(*args, &block); end
|
1028
1032
|
|
1029
|
-
# source://rake//lib/rake/file_list.rb#
|
1033
|
+
# source://rake//lib/rake/file_list.rb#76
|
1030
1034
|
def delete(*args, &block); end
|
1031
1035
|
|
1032
|
-
# source://rake//lib/rake/file_list.rb#
|
1036
|
+
# source://rake//lib/rake/file_list.rb#76
|
1033
1037
|
def delete_at(*args, &block); end
|
1034
1038
|
|
1035
|
-
# source://rake//lib/rake/file_list.rb#
|
1039
|
+
# source://rake//lib/rake/file_list.rb#76
|
1036
1040
|
def delete_if(*args, &block); end
|
1037
1041
|
|
1038
|
-
# source://rake//lib/rake/file_list.rb#
|
1042
|
+
# source://rake//lib/rake/file_list.rb#76
|
1039
1043
|
def detect(*args, &block); end
|
1040
1044
|
|
1041
|
-
# source://rake//lib/rake/file_list.rb#
|
1045
|
+
# source://rake//lib/rake/file_list.rb#76
|
1042
1046
|
def difference(*args, &block); end
|
1043
1047
|
|
1044
|
-
# source://rake//lib/rake/file_list.rb#
|
1048
|
+
# source://rake//lib/rake/file_list.rb#76
|
1045
1049
|
def dig(*args, &block); end
|
1046
1050
|
|
1047
|
-
# source://rake//lib/rake/file_list.rb#
|
1051
|
+
# source://rake//lib/rake/file_list.rb#76
|
1048
1052
|
def drop(*args, &block); end
|
1049
1053
|
|
1050
|
-
# source://rake//lib/rake/file_list.rb#
|
1054
|
+
# source://rake//lib/rake/file_list.rb#76
|
1051
1055
|
def drop_while(*args, &block); end
|
1052
1056
|
|
1053
|
-
# source://rake//lib/rake/file_list.rb#
|
1057
|
+
# source://rake//lib/rake/file_list.rb#76
|
1054
1058
|
def each(*args, &block); end
|
1055
1059
|
|
1056
|
-
# source://rake//lib/rake/file_list.rb#
|
1060
|
+
# source://rake//lib/rake/file_list.rb#76
|
1057
1061
|
def each_cons(*args, &block); end
|
1058
1062
|
|
1059
|
-
# source://rake//lib/rake/file_list.rb#
|
1063
|
+
# source://rake//lib/rake/file_list.rb#76
|
1060
1064
|
def each_entry(*args, &block); end
|
1061
1065
|
|
1062
|
-
# source://rake//lib/rake/file_list.rb#
|
1066
|
+
# source://rake//lib/rake/file_list.rb#76
|
1063
1067
|
def each_index(*args, &block); end
|
1064
1068
|
|
1065
|
-
# source://rake//lib/rake/file_list.rb#
|
1069
|
+
# source://rake//lib/rake/file_list.rb#76
|
1066
1070
|
def each_slice(*args, &block); end
|
1067
1071
|
|
1068
|
-
# source://rake//lib/rake/file_list.rb#
|
1072
|
+
# source://rake//lib/rake/file_list.rb#76
|
1069
1073
|
def each_with_index(*args, &block); end
|
1070
1074
|
|
1071
|
-
# source://rake//lib/rake/file_list.rb#
|
1075
|
+
# source://rake//lib/rake/file_list.rb#76
|
1072
1076
|
def each_with_object(*args, &block); end
|
1073
1077
|
|
1074
1078
|
# Grep each of the files in the filelist using the given pattern. If a
|
@@ -1080,10 +1084,10 @@ class Rake::FileList
|
|
1080
1084
|
# source://rake//lib/rake/file_list.rb#293
|
1081
1085
|
def egrep(pattern, *options); end
|
1082
1086
|
|
1083
|
-
# source://rake//lib/rake/file_list.rb#
|
1087
|
+
# source://rake//lib/rake/file_list.rb#76
|
1084
1088
|
def empty?(*args, &block); end
|
1085
1089
|
|
1086
|
-
# source://rake//lib/rake/file_list.rb#
|
1090
|
+
# source://rake//lib/rake/file_list.rb#76
|
1087
1091
|
def entries(*args, &block); end
|
1088
1092
|
|
1089
1093
|
# Register a list of file name patterns that should be excluded from the
|
@@ -1146,49 +1150,52 @@ class Rake::FileList
|
|
1146
1150
|
# source://rake//lib/rake/file_list.rb#284
|
1147
1151
|
def ext(newext = T.unsafe(nil)); end
|
1148
1152
|
|
1149
|
-
# source://rake//lib/rake/file_list.rb#
|
1153
|
+
# source://rake//lib/rake/file_list.rb#76
|
1150
1154
|
def fetch(*args, &block); end
|
1151
1155
|
|
1152
|
-
# source://rake//lib/rake/file_list.rb#
|
1156
|
+
# source://rake//lib/rake/file_list.rb#76
|
1157
|
+
def fetch_values(*args, &block); end
|
1158
|
+
|
1159
|
+
# source://rake//lib/rake/file_list.rb#76
|
1153
1160
|
def fill(*args, &block); end
|
1154
1161
|
|
1155
|
-
# source://rake//lib/rake/file_list.rb#
|
1162
|
+
# source://rake//lib/rake/file_list.rb#76
|
1156
1163
|
def filter(*args, &block); end
|
1157
1164
|
|
1158
|
-
# source://rake//lib/rake/file_list.rb#
|
1165
|
+
# source://rake//lib/rake/file_list.rb#76
|
1159
1166
|
def filter!(*args, &block); end
|
1160
1167
|
|
1161
|
-
# source://rake//lib/rake/file_list.rb#
|
1168
|
+
# source://rake//lib/rake/file_list.rb#76
|
1162
1169
|
def filter_map(*args, &block); end
|
1163
1170
|
|
1164
|
-
# source://rake//lib/rake/file_list.rb#
|
1171
|
+
# source://rake//lib/rake/file_list.rb#76
|
1165
1172
|
def find(*args, &block); end
|
1166
1173
|
|
1167
|
-
# source://rake//lib/rake/file_list.rb#
|
1174
|
+
# source://rake//lib/rake/file_list.rb#67
|
1168
1175
|
def find_all(*args, &block); end
|
1169
1176
|
|
1170
|
-
# source://rake//lib/rake/file_list.rb#
|
1177
|
+
# source://rake//lib/rake/file_list.rb#76
|
1171
1178
|
def find_index(*args, &block); end
|
1172
1179
|
|
1173
|
-
# source://rake//lib/rake/file_list.rb#
|
1180
|
+
# source://rake//lib/rake/file_list.rb#76
|
1174
1181
|
def first(*args, &block); end
|
1175
1182
|
|
1176
|
-
# source://rake//lib/rake/file_list.rb#
|
1183
|
+
# source://rake//lib/rake/file_list.rb#76
|
1177
1184
|
def flat_map(*args, &block); end
|
1178
1185
|
|
1179
|
-
# source://rake//lib/rake/file_list.rb#
|
1186
|
+
# source://rake//lib/rake/file_list.rb#67
|
1180
1187
|
def flatten(*args, &block); end
|
1181
1188
|
|
1182
|
-
# source://rake//lib/rake/file_list.rb#
|
1189
|
+
# source://rake//lib/rake/file_list.rb#76
|
1183
1190
|
def flatten!(*args, &block); end
|
1184
1191
|
|
1185
|
-
# source://rake//lib/rake/file_list.rb#
|
1192
|
+
# source://rake//lib/rake/file_list.rb#67
|
1186
1193
|
def grep(*args, &block); end
|
1187
1194
|
|
1188
|
-
# source://rake//lib/rake/file_list.rb#
|
1195
|
+
# source://rake//lib/rake/file_list.rb#76
|
1189
1196
|
def grep_v(*args, &block); end
|
1190
1197
|
|
1191
|
-
# source://rake//lib/rake/file_list.rb#
|
1198
|
+
# source://rake//lib/rake/file_list.rb#76
|
1192
1199
|
def group_by(*args, &block); end
|
1193
1200
|
|
1194
1201
|
# Return a new FileList with the results of running +gsub+ against each
|
@@ -1219,25 +1226,25 @@ class Rake::FileList
|
|
1219
1226
|
# source://rake//lib/rake/file_list.rb#116
|
1220
1227
|
def include(*filenames); end
|
1221
1228
|
|
1222
|
-
# source://rake//lib/rake/file_list.rb#
|
1229
|
+
# source://rake//lib/rake/file_list.rb#76
|
1223
1230
|
def include?(*args, &block); end
|
1224
1231
|
|
1225
|
-
# source://rake//lib/rake/file_list.rb#
|
1232
|
+
# source://rake//lib/rake/file_list.rb#76
|
1226
1233
|
def index(*args, &block); end
|
1227
1234
|
|
1228
|
-
# source://rake//lib/rake/file_list.rb#
|
1235
|
+
# source://rake//lib/rake/file_list.rb#76
|
1229
1236
|
def inject(*args, &block); end
|
1230
1237
|
|
1231
|
-
# source://rake//lib/rake/file_list.rb#
|
1238
|
+
# source://rake//lib/rake/file_list.rb#76
|
1232
1239
|
def insert(*args, &block); end
|
1233
1240
|
|
1234
|
-
# source://rake//lib/rake/file_list.rb#
|
1241
|
+
# source://rake//lib/rake/file_list.rb#76
|
1235
1242
|
def inspect(*args, &block); end
|
1236
1243
|
|
1237
|
-
# source://rake//lib/rake/file_list.rb#
|
1244
|
+
# source://rake//lib/rake/file_list.rb#76
|
1238
1245
|
def intersect?(*args, &block); end
|
1239
1246
|
|
1240
|
-
# source://rake//lib/rake/file_list.rb#
|
1247
|
+
# source://rake//lib/rake/file_list.rb#76
|
1241
1248
|
def intersection(*args, &block); end
|
1242
1249
|
|
1243
1250
|
# Lie about our class.
|
@@ -1247,62 +1254,62 @@ class Rake::FileList
|
|
1247
1254
|
# source://rake//lib/rake/file_list.rb#187
|
1248
1255
|
def is_a?(klass); end
|
1249
1256
|
|
1250
|
-
# source://rake//lib/rake/file_list.rb#
|
1257
|
+
# source://rake//lib/rake/file_list.rb#76
|
1251
1258
|
def join(*args, &block); end
|
1252
1259
|
|
1253
|
-
# source://rake//lib/rake/file_list.rb#
|
1260
|
+
# source://rake//lib/rake/file_list.rb#76
|
1254
1261
|
def keep_if(*args, &block); end
|
1255
1262
|
|
1256
1263
|
# Lie about our class.
|
1257
1264
|
#
|
1258
1265
|
# @return [Boolean]
|
1259
1266
|
#
|
1260
|
-
# source://rake//lib/rake/file_list.rb#
|
1267
|
+
# source://rake//lib/rake/file_list.rb#190
|
1261
1268
|
def kind_of?(klass); end
|
1262
1269
|
|
1263
|
-
# source://rake//lib/rake/file_list.rb#
|
1270
|
+
# source://rake//lib/rake/file_list.rb#76
|
1264
1271
|
def last(*args, &block); end
|
1265
1272
|
|
1266
|
-
# source://rake//lib/rake/file_list.rb#
|
1273
|
+
# source://rake//lib/rake/file_list.rb#76
|
1267
1274
|
def lazy(*args, &block); end
|
1268
1275
|
|
1269
|
-
# source://rake//lib/rake/file_list.rb#
|
1276
|
+
# source://rake//lib/rake/file_list.rb#76
|
1270
1277
|
def length(*args, &block); end
|
1271
1278
|
|
1272
|
-
# source://rake//lib/rake/file_list.rb#
|
1279
|
+
# source://rake//lib/rake/file_list.rb#67
|
1273
1280
|
def map(*args, &block); end
|
1274
1281
|
|
1275
|
-
# source://rake//lib/rake/file_list.rb#
|
1282
|
+
# source://rake//lib/rake/file_list.rb#76
|
1276
1283
|
def map!(*args, &block); end
|
1277
1284
|
|
1278
|
-
# source://rake//lib/rake/file_list.rb#
|
1285
|
+
# source://rake//lib/rake/file_list.rb#76
|
1279
1286
|
def max(*args, &block); end
|
1280
1287
|
|
1281
|
-
# source://rake//lib/rake/file_list.rb#
|
1288
|
+
# source://rake//lib/rake/file_list.rb#76
|
1282
1289
|
def max_by(*args, &block); end
|
1283
1290
|
|
1284
|
-
# source://rake//lib/rake/file_list.rb#
|
1291
|
+
# source://rake//lib/rake/file_list.rb#76
|
1285
1292
|
def member?(*args, &block); end
|
1286
1293
|
|
1287
|
-
# source://rake//lib/rake/file_list.rb#
|
1294
|
+
# source://rake//lib/rake/file_list.rb#76
|
1288
1295
|
def min(*args, &block); end
|
1289
1296
|
|
1290
|
-
# source://rake//lib/rake/file_list.rb#
|
1297
|
+
# source://rake//lib/rake/file_list.rb#76
|
1291
1298
|
def min_by(*args, &block); end
|
1292
1299
|
|
1293
|
-
# source://rake//lib/rake/file_list.rb#
|
1300
|
+
# source://rake//lib/rake/file_list.rb#76
|
1294
1301
|
def minmax(*args, &block); end
|
1295
1302
|
|
1296
|
-
# source://rake//lib/rake/file_list.rb#
|
1303
|
+
# source://rake//lib/rake/file_list.rb#76
|
1297
1304
|
def minmax_by(*args, &block); end
|
1298
1305
|
|
1299
|
-
# source://rake//lib/rake/file_list.rb#
|
1306
|
+
# source://rake//lib/rake/file_list.rb#76
|
1300
1307
|
def none?(*args, &block); end
|
1301
1308
|
|
1302
|
-
# source://rake//lib/rake/file_list.rb#
|
1309
|
+
# source://rake//lib/rake/file_list.rb#76
|
1303
1310
|
def one?(*args, &block); end
|
1304
1311
|
|
1305
|
-
# source://rake//lib/rake/file_list.rb#
|
1312
|
+
# source://rake//lib/rake/file_list.rb#76
|
1306
1313
|
def pack(*args, &block); end
|
1307
1314
|
|
1308
1315
|
# FileList version of partition. Needed because the nested arrays should
|
@@ -1318,43 +1325,40 @@ class Rake::FileList
|
|
1318
1325
|
# source://rake//lib/rake/file_list.rb#272
|
1319
1326
|
def pathmap(spec = T.unsafe(nil), &block); end
|
1320
1327
|
|
1321
|
-
# source://rake//lib/rake/file_list.rb#
|
1328
|
+
# source://rake//lib/rake/file_list.rb#76
|
1322
1329
|
def permutation(*args, &block); end
|
1323
1330
|
|
1324
|
-
# source://rake//lib/rake/file_list.rb#
|
1325
|
-
def place(*args, &block); end
|
1326
|
-
|
1327
|
-
# source://rake//lib/rake/file_list.rb#77
|
1331
|
+
# source://rake//lib/rake/file_list.rb#76
|
1328
1332
|
def pop(*args, &block); end
|
1329
1333
|
|
1330
|
-
# source://rake//lib/rake/file_list.rb#
|
1334
|
+
# source://rake//lib/rake/file_list.rb#76
|
1331
1335
|
def prepend(*args, &block); end
|
1332
1336
|
|
1333
|
-
# source://rake//lib/rake/file_list.rb#
|
1337
|
+
# source://rake//lib/rake/file_list.rb#76
|
1334
1338
|
def product(*args, &block); end
|
1335
1339
|
|
1336
|
-
# source://rake//lib/rake/file_list.rb#
|
1340
|
+
# source://rake//lib/rake/file_list.rb#76
|
1337
1341
|
def push(*args, &block); end
|
1338
1342
|
|
1339
|
-
# source://rake//lib/rake/file_list.rb#
|
1343
|
+
# source://rake//lib/rake/file_list.rb#76
|
1340
1344
|
def rassoc(*args, &block); end
|
1341
1345
|
|
1342
|
-
# source://rake//lib/rake/file_list.rb#
|
1346
|
+
# source://rake//lib/rake/file_list.rb#76
|
1343
1347
|
def reduce(*args, &block); end
|
1344
1348
|
|
1345
|
-
# source://rake//lib/rake/file_list.rb#
|
1349
|
+
# source://rake//lib/rake/file_list.rb#67
|
1346
1350
|
def reject(*args, &block); end
|
1347
1351
|
|
1348
|
-
# source://rake//lib/rake/file_list.rb#
|
1352
|
+
# source://rake//lib/rake/file_list.rb#76
|
1349
1353
|
def reject!(*args, &block); end
|
1350
1354
|
|
1351
|
-
# source://rake//lib/rake/file_list.rb#
|
1355
|
+
# source://rake//lib/rake/file_list.rb#76
|
1352
1356
|
def repeated_combination(*args, &block); end
|
1353
1357
|
|
1354
|
-
# source://rake//lib/rake/file_list.rb#
|
1358
|
+
# source://rake//lib/rake/file_list.rb#76
|
1355
1359
|
def repeated_permutation(*args, &block); end
|
1356
1360
|
|
1357
|
-
# source://rake//lib/rake/file_list.rb#
|
1361
|
+
# source://rake//lib/rake/file_list.rb#76
|
1358
1362
|
def replace(*args, &block); end
|
1359
1363
|
|
1360
1364
|
# Resolve all the pending adds now.
|
@@ -1362,73 +1366,73 @@ class Rake::FileList
|
|
1362
1366
|
# source://rake//lib/rake/file_list.rb#210
|
1363
1367
|
def resolve; end
|
1364
1368
|
|
1365
|
-
# source://rake//lib/rake/file_list.rb#
|
1369
|
+
# source://rake//lib/rake/file_list.rb#76
|
1366
1370
|
def reverse(*args, &block); end
|
1367
1371
|
|
1368
|
-
# source://rake//lib/rake/file_list.rb#
|
1372
|
+
# source://rake//lib/rake/file_list.rb#76
|
1369
1373
|
def reverse!(*args, &block); end
|
1370
1374
|
|
1371
|
-
# source://rake//lib/rake/file_list.rb#
|
1375
|
+
# source://rake//lib/rake/file_list.rb#76
|
1372
1376
|
def reverse_each(*args, &block); end
|
1373
1377
|
|
1374
|
-
# source://rake//lib/rake/file_list.rb#
|
1378
|
+
# source://rake//lib/rake/file_list.rb#76
|
1375
1379
|
def rindex(*args, &block); end
|
1376
1380
|
|
1377
|
-
# source://rake//lib/rake/file_list.rb#
|
1381
|
+
# source://rake//lib/rake/file_list.rb#76
|
1378
1382
|
def rotate(*args, &block); end
|
1379
1383
|
|
1380
|
-
# source://rake//lib/rake/file_list.rb#
|
1384
|
+
# source://rake//lib/rake/file_list.rb#76
|
1381
1385
|
def rotate!(*args, &block); end
|
1382
1386
|
|
1383
|
-
# source://rake//lib/rake/file_list.rb#
|
1387
|
+
# source://rake//lib/rake/file_list.rb#76
|
1384
1388
|
def sample(*args, &block); end
|
1385
1389
|
|
1386
|
-
# source://rake//lib/rake/file_list.rb#
|
1390
|
+
# source://rake//lib/rake/file_list.rb#67
|
1387
1391
|
def select(*args, &block); end
|
1388
1392
|
|
1389
|
-
# source://rake//lib/rake/file_list.rb#
|
1393
|
+
# source://rake//lib/rake/file_list.rb#76
|
1390
1394
|
def select!(*args, &block); end
|
1391
1395
|
|
1392
|
-
# source://rake//lib/rake/file_list.rb#
|
1396
|
+
# source://rake//lib/rake/file_list.rb#76
|
1393
1397
|
def shelljoin(*args, &block); end
|
1394
1398
|
|
1395
|
-
# source://rake//lib/rake/file_list.rb#
|
1399
|
+
# source://rake//lib/rake/file_list.rb#76
|
1396
1400
|
def shift(*args, &block); end
|
1397
1401
|
|
1398
|
-
# source://rake//lib/rake/file_list.rb#
|
1402
|
+
# source://rake//lib/rake/file_list.rb#76
|
1399
1403
|
def shuffle(*args, &block); end
|
1400
1404
|
|
1401
|
-
# source://rake//lib/rake/file_list.rb#
|
1405
|
+
# source://rake//lib/rake/file_list.rb#76
|
1402
1406
|
def shuffle!(*args, &block); end
|
1403
1407
|
|
1404
|
-
# source://rake//lib/rake/file_list.rb#
|
1408
|
+
# source://rake//lib/rake/file_list.rb#76
|
1405
1409
|
def size(*args, &block); end
|
1406
1410
|
|
1407
|
-
# source://rake//lib/rake/file_list.rb#
|
1411
|
+
# source://rake//lib/rake/file_list.rb#76
|
1408
1412
|
def slice(*args, &block); end
|
1409
1413
|
|
1410
|
-
# source://rake//lib/rake/file_list.rb#
|
1414
|
+
# source://rake//lib/rake/file_list.rb#76
|
1411
1415
|
def slice!(*args, &block); end
|
1412
1416
|
|
1413
|
-
# source://rake//lib/rake/file_list.rb#
|
1417
|
+
# source://rake//lib/rake/file_list.rb#76
|
1414
1418
|
def slice_after(*args, &block); end
|
1415
1419
|
|
1416
|
-
# source://rake//lib/rake/file_list.rb#
|
1420
|
+
# source://rake//lib/rake/file_list.rb#76
|
1417
1421
|
def slice_before(*args, &block); end
|
1418
1422
|
|
1419
|
-
# source://rake//lib/rake/file_list.rb#
|
1423
|
+
# source://rake//lib/rake/file_list.rb#76
|
1420
1424
|
def slice_when(*args, &block); end
|
1421
1425
|
|
1422
|
-
# source://rake//lib/rake/file_list.rb#
|
1426
|
+
# source://rake//lib/rake/file_list.rb#67
|
1423
1427
|
def sort(*args, &block); end
|
1424
1428
|
|
1425
|
-
# source://rake//lib/rake/file_list.rb#
|
1429
|
+
# source://rake//lib/rake/file_list.rb#76
|
1426
1430
|
def sort!(*args, &block); end
|
1427
1431
|
|
1428
|
-
# source://rake//lib/rake/file_list.rb#
|
1432
|
+
# source://rake//lib/rake/file_list.rb#67
|
1429
1433
|
def sort_by(*args, &block); end
|
1430
1434
|
|
1431
|
-
# source://rake//lib/rake/file_list.rb#
|
1435
|
+
# source://rake//lib/rake/file_list.rb#76
|
1432
1436
|
def sort_by!(*args, &block); end
|
1433
1437
|
|
1434
1438
|
# Return a new FileList with the results of running +sub+ against each
|
@@ -1445,16 +1449,16 @@ class Rake::FileList
|
|
1445
1449
|
# source://rake//lib/rake/file_list.rb#258
|
1446
1450
|
def sub!(pat, rep); end
|
1447
1451
|
|
1448
|
-
# source://rake//lib/rake/file_list.rb#
|
1452
|
+
# source://rake//lib/rake/file_list.rb#76
|
1449
1453
|
def sum(*args, &block); end
|
1450
1454
|
|
1451
|
-
# source://rake//lib/rake/file_list.rb#
|
1455
|
+
# source://rake//lib/rake/file_list.rb#76
|
1452
1456
|
def take(*args, &block); end
|
1453
1457
|
|
1454
|
-
# source://rake//lib/rake/file_list.rb#
|
1458
|
+
# source://rake//lib/rake/file_list.rb#76
|
1455
1459
|
def take_while(*args, &block); end
|
1456
1460
|
|
1457
|
-
# source://rake//lib/rake/file_list.rb#
|
1461
|
+
# source://rake//lib/rake/file_list.rb#76
|
1458
1462
|
def tally(*args, &block); end
|
1459
1463
|
|
1460
1464
|
# Return the internal array object.
|
@@ -1467,7 +1471,7 @@ class Rake::FileList
|
|
1467
1471
|
# source://rake//lib/rake/file_list.rb#182
|
1468
1472
|
def to_ary; end
|
1469
1473
|
|
1470
|
-
# source://rake//lib/rake/file_list.rb#
|
1474
|
+
# source://rake//lib/rake/file_list.rb#76
|
1471
1475
|
def to_h(*args, &block); end
|
1472
1476
|
|
1473
1477
|
# Convert a FileList to a string by joining all elements with a space.
|
@@ -1475,31 +1479,31 @@ class Rake::FileList
|
|
1475
1479
|
# source://rake//lib/rake/file_list.rb#344
|
1476
1480
|
def to_s; end
|
1477
1481
|
|
1478
|
-
# source://rake//lib/rake/file_list.rb#
|
1482
|
+
# source://rake//lib/rake/file_list.rb#76
|
1479
1483
|
def to_set(*args, &block); end
|
1480
1484
|
|
1481
|
-
# source://rake//lib/rake/file_list.rb#
|
1485
|
+
# source://rake//lib/rake/file_list.rb#76
|
1482
1486
|
def transpose(*args, &block); end
|
1483
1487
|
|
1484
|
-
# source://rake//lib/rake/file_list.rb#
|
1488
|
+
# source://rake//lib/rake/file_list.rb#76
|
1485
1489
|
def union(*args, &block); end
|
1486
1490
|
|
1487
|
-
# source://rake//lib/rake/file_list.rb#
|
1491
|
+
# source://rake//lib/rake/file_list.rb#67
|
1488
1492
|
def uniq(*args, &block); end
|
1489
1493
|
|
1490
|
-
# source://rake//lib/rake/file_list.rb#
|
1494
|
+
# source://rake//lib/rake/file_list.rb#76
|
1491
1495
|
def uniq!(*args, &block); end
|
1492
1496
|
|
1493
|
-
# source://rake//lib/rake/file_list.rb#
|
1497
|
+
# source://rake//lib/rake/file_list.rb#76
|
1494
1498
|
def unshift(*args, &block); end
|
1495
1499
|
|
1496
|
-
# source://rake//lib/rake/file_list.rb#
|
1500
|
+
# source://rake//lib/rake/file_list.rb#67
|
1497
1501
|
def values_at(*args, &block); end
|
1498
1502
|
|
1499
|
-
# source://rake//lib/rake/file_list.rb#
|
1503
|
+
# source://rake//lib/rake/file_list.rb#76
|
1500
1504
|
def zip(*args, &block); end
|
1501
1505
|
|
1502
|
-
# source://rake//lib/rake/file_list.rb#
|
1506
|
+
# source://rake//lib/rake/file_list.rb#67
|
1503
1507
|
def |(*args, &block); end
|
1504
1508
|
|
1505
1509
|
private
|
@@ -1617,70 +1621,70 @@ module Rake::FileUtilsExt
|
|
1617
1621
|
extend ::FileUtils
|
1618
1622
|
extend ::Rake::FileUtilsExt
|
1619
1623
|
|
1620
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1624
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1621
1625
|
def cd(*args, **options, &block); end
|
1622
1626
|
|
1623
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1627
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1624
1628
|
def chdir(*args, **options, &block); end
|
1625
1629
|
|
1626
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1630
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1627
1631
|
def chmod(*args, **options, &block); end
|
1628
1632
|
|
1629
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1633
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1630
1634
|
def chmod_R(*args, **options, &block); end
|
1631
1635
|
|
1632
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1636
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1633
1637
|
def chown(*args, **options, &block); end
|
1634
1638
|
|
1635
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1639
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1636
1640
|
def chown_R(*args, **options, &block); end
|
1637
1641
|
|
1638
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1642
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1639
1643
|
def copy(*args, **options, &block); end
|
1640
1644
|
|
1641
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1645
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1642
1646
|
def cp(*args, **options, &block); end
|
1643
1647
|
|
1644
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1648
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1645
1649
|
def cp_lr(*args, **options, &block); end
|
1646
1650
|
|
1647
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1651
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1648
1652
|
def cp_r(*args, **options, &block); end
|
1649
1653
|
|
1650
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1654
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1651
1655
|
def install(*args, **options, &block); end
|
1652
1656
|
|
1653
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1657
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1654
1658
|
def link(*args, **options, &block); end
|
1655
1659
|
|
1656
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1660
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1657
1661
|
def ln(*args, **options, &block); end
|
1658
1662
|
|
1659
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1663
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1660
1664
|
def ln_s(*args, **options, &block); end
|
1661
1665
|
|
1662
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1666
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1663
1667
|
def ln_sf(*args, **options, &block); end
|
1664
1668
|
|
1665
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1669
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1666
1670
|
def ln_sr(*args, **options, &block); end
|
1667
1671
|
|
1668
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1672
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1669
1673
|
def makedirs(*args, **options, &block); end
|
1670
1674
|
|
1671
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1675
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1672
1676
|
def mkdir(*args, **options, &block); end
|
1673
1677
|
|
1674
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1678
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1675
1679
|
def mkdir_p(*args, **options, &block); end
|
1676
1680
|
|
1677
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1681
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1678
1682
|
def mkpath(*args, **options, &block); end
|
1679
1683
|
|
1680
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1684
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1681
1685
|
def move(*args, **options, &block); end
|
1682
1686
|
|
1683
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1687
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1684
1688
|
def mv(*args, **options, &block); end
|
1685
1689
|
|
1686
1690
|
# Get/set the nowrite flag controlling output from the FileUtils
|
@@ -1712,34 +1716,34 @@ module Rake::FileUtilsExt
|
|
1712
1716
|
# source://rake//lib/rake/file_utils_ext.rb#116
|
1713
1717
|
def rake_output_message(message); end
|
1714
1718
|
|
1715
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1719
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1716
1720
|
def remove(*args, **options, &block); end
|
1717
1721
|
|
1718
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1722
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1719
1723
|
def rm(*args, **options, &block); end
|
1720
1724
|
|
1721
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1725
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1722
1726
|
def rm_f(*args, **options, &block); end
|
1723
1727
|
|
1724
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1728
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1725
1729
|
def rm_r(*args, **options, &block); end
|
1726
1730
|
|
1727
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1731
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1728
1732
|
def rm_rf(*args, **options, &block); end
|
1729
1733
|
|
1730
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1734
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1731
1735
|
def rmdir(*args, **options, &block); end
|
1732
1736
|
|
1733
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1737
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1734
1738
|
def rmtree(*args, **options, &block); end
|
1735
1739
|
|
1736
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1740
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1737
1741
|
def safe_unlink(*args, **options, &block); end
|
1738
1742
|
|
1739
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1743
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1740
1744
|
def symlink(*args, **options, &block); end
|
1741
1745
|
|
1742
|
-
# source://rake//lib/rake/file_utils_ext.rb#
|
1746
|
+
# source://rake//lib/rake/file_utils_ext.rb#33
|
1743
1747
|
def touch(*args, **options, &block); end
|
1744
1748
|
|
1745
1749
|
# Get/set the verbose flag controlling output from the FileUtils
|
@@ -1886,6 +1890,7 @@ Rake::LATE = T.let(T.unsafe(nil), Rake::LateTime)
|
|
1886
1890
|
# source://rake//lib/rake/late_time.rb#4
|
1887
1891
|
class Rake::LateTime
|
1888
1892
|
include ::Comparable
|
1893
|
+
include ::Singleton::SingletonInstanceMethods
|
1889
1894
|
include ::Singleton
|
1890
1895
|
extend ::Singleton::SingletonClassMethods
|
1891
1896
|
|
@@ -1898,7 +1903,10 @@ class Rake::LateTime
|
|
1898
1903
|
class << self
|
1899
1904
|
private
|
1900
1905
|
|
1906
|
+
# source://rake//lib/rake/late_time.rb#6
|
1901
1907
|
def allocate; end
|
1908
|
+
|
1909
|
+
# source://rake//lib/rake/late_time.rb#6
|
1902
1910
|
def new(*_arg0); end
|
1903
1911
|
end
|
1904
1912
|
end
|
@@ -2393,7 +2401,7 @@ class Rake::Task
|
|
2393
2401
|
|
2394
2402
|
# List of prerequisites for a task.
|
2395
2403
|
#
|
2396
|
-
# source://rake//lib/rake/task.rb#
|
2404
|
+
# source://rake//lib/rake/task.rb#18
|
2397
2405
|
def prereqs; end
|
2398
2406
|
|
2399
2407
|
# List of prerequisite tasks
|
@@ -2573,6 +2581,9 @@ class Rake::TaskArguments
|
|
2573
2581
|
# source://rake//lib/rake/task_arguments.rb#44
|
2574
2582
|
def [](index); end
|
2575
2583
|
|
2584
|
+
# source://rake//lib/rake/task_arguments.rb#97
|
2585
|
+
def deconstruct_keys(keys); end
|
2586
|
+
|
2576
2587
|
# Enumerates the arguments and their values
|
2577
2588
|
#
|
2578
2589
|
# source://rake//lib/rake/task_arguments.rb#56
|
@@ -2600,7 +2611,7 @@ class Rake::TaskArguments
|
|
2600
2611
|
#
|
2601
2612
|
# @return [Boolean]
|
2602
2613
|
#
|
2603
|
-
# source://rake//lib/rake/task_arguments.rb#
|
2614
|
+
# source://rake//lib/rake/task_arguments.rb#91
|
2604
2615
|
def key?(key); end
|
2605
2616
|
|
2606
2617
|
# Returns the value of the given argument via method_missing
|
@@ -2646,7 +2657,7 @@ class Rake::TaskArguments
|
|
2646
2657
|
|
2647
2658
|
protected
|
2648
2659
|
|
2649
|
-
# source://rake//lib/rake/task_arguments.rb#
|
2660
|
+
# source://rake//lib/rake/task_arguments.rb#103
|
2650
2661
|
def lookup(name); end
|
2651
2662
|
end
|
2652
2663
|
|
@@ -2780,7 +2791,7 @@ module Rake::TaskManager
|
|
2780
2791
|
# Return the current description, clearing it in the process.
|
2781
2792
|
#
|
2782
2793
|
# source://rake//lib/rake/task_manager.rb#319
|
2783
|
-
def get_description
|
2794
|
+
def get_description; end
|
2784
2795
|
|
2785
2796
|
# Lookup the task name
|
2786
2797
|
#
|
@@ -2845,16 +2856,16 @@ class Rake::ThreadHistoryDisplay
|
|
2845
2856
|
|
2846
2857
|
private
|
2847
2858
|
|
2848
|
-
# source://rake//lib/rake/
|
2859
|
+
# source://rake//lib/rake/thread_history_display.rb#9
|
2849
2860
|
def items; end
|
2850
2861
|
|
2851
2862
|
# source://rake//lib/rake/thread_history_display.rb#35
|
2852
2863
|
def rename(hash, key, renames); end
|
2853
2864
|
|
2854
|
-
# source://rake//lib/rake/
|
2865
|
+
# source://rake//lib/rake/thread_history_display.rb#9
|
2855
2866
|
def stats; end
|
2856
2867
|
|
2857
|
-
# source://rake//lib/rake/
|
2868
|
+
# source://rake//lib/rake/thread_history_display.rb#9
|
2858
2869
|
def threads; end
|
2859
2870
|
end
|
2860
2871
|
|
@@ -3002,7 +3013,7 @@ end
|
|
3002
3013
|
# source://rake//lib/rake/win32.rb#11
|
3003
3014
|
class Rake::Win32::Win32HomeError < ::RuntimeError; end
|
3004
3015
|
|
3005
|
-
# source://rake//lib/rake.rb#
|
3016
|
+
# source://rake//lib/rake.rb#68
|
3006
3017
|
RakeFileUtils = Rake::FileUtilsExt
|
3007
3018
|
|
3008
3019
|
# source://rake//lib/rake/ext/string.rb#4
|