checkoff 0.200.0 → 0.203.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +130 -28
- data/.git-hooks/pre_commit/solargraph_typecheck.rb +12 -11
- data/.overcommit.yml +27 -2
- data/.rubocop.yml +20 -2
- data/.rubocop_todo.yml +90 -0
- data/.solargraph.yml +10 -1
- data/DEVELOPMENT.md +1 -1
- data/Gemfile +11 -8
- data/Gemfile.lock +66 -42
- data/LICENSE +1 -1
- data/Makefile +14 -12
- data/bin/brakeman +27 -0
- data/bin/overcommit_branch +117 -0
- data/bin/spoom +27 -0
- data/bin/srb +27 -0
- data/bin/srb-rbi +27 -0
- data/bin/tapioca +27 -0
- data/config/annotations_misc.rb +35 -0
- data/docs/cookiecutter_input.json +1 -0
- data/fix.sh +14 -6
- data/lib/checkoff/custom_fields.rb +3 -2
- data/lib/checkoff/internal/search_url/simple_param_converter.rb +11 -0
- data/lib/checkoff/version.rb +1 -1
- data/requirements_dev.txt +1 -1
- data/sorbet/config +4 -0
- data/sorbet/rbi/annotations/.gitattributes +1 -0
- data/sorbet/rbi/annotations/activesupport.rbi +453 -0
- data/sorbet/rbi/annotations/faraday.rbi +17 -0
- data/sorbet/rbi/annotations/minitest.rbi +119 -0
- data/sorbet/rbi/annotations/mocha.rbi +34 -0
- data/sorbet/rbi/annotations/rainbow.rbi +269 -0
- data/sorbet/rbi/annotations/webmock.rbi +9 -0
- data/sorbet/rbi/dsl/.gitattributes +1 -0
- data/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/activesupport@7.1.3.rbi +18749 -0
- data/sorbet/rbi/gems/addressable@2.8.6.rbi +1994 -0
- data/sorbet/rbi/gems/ansi@1.5.0.rbi +688 -0
- data/sorbet/rbi/gems/asana@0.10.6-ab9393136d9ca59b75e42a661fdddc1c65c8f7c3.rbi +6142 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
- data/sorbet/rbi/gems/backport@1.2.0.rbi +523 -0
- data/sorbet/rbi/gems/base64@0.2.0.rbi +509 -0
- data/sorbet/rbi/gems/benchmark@0.4.0.rbi +618 -0
- data/sorbet/rbi/gems/bigdecimal@3.1.5.rbi +78 -0
- data/sorbet/rbi/gems/builder@3.2.4.rbi +505 -0
- data/sorbet/rbi/gems/bump@0.10.0.rbi +169 -0
- data/sorbet/rbi/gems/cache@0.4.1.rbi +211 -0
- data/sorbet/rbi/gems/cache_method@0.2.7.rbi +293 -0
- data/sorbet/rbi/gems/chef-utils@18.3.0.rbi +9 -0
- data/sorbet/rbi/gems/childprocess@5.1.0.rbi +383 -0
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +3427 -0
- data/sorbet/rbi/gems/concurrent-ruby@1.2.3.rbi +11591 -0
- data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
- data/sorbet/rbi/gems/crack@0.4.5.rbi +145 -0
- data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +969 -0
- data/sorbet/rbi/gems/docile@1.4.0.rbi +377 -0
- data/sorbet/rbi/gems/drb@2.2.0.rbi +1347 -0
- data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +9 -0
- data/sorbet/rbi/gems/erubi@1.13.0.rbi +152 -0
- data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +222 -0
- data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +126 -0
- data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +136 -0
- data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +145 -0
- data/sorbet/rbi/gems/faraday-multipart@1.0.4.rbi +259 -0
- data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +142 -0
- data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +118 -0
- data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +125 -0
- data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +133 -0
- data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +198 -0
- data/sorbet/rbi/gems/faraday@1.10.3.rbi +2729 -0
- data/sorbet/rbi/gems/faraday_middleware-multi_json@0.0.6.rbi +29 -0
- data/sorbet/rbi/gems/faraday_middleware@1.2.0.rbi +1004 -0
- data/sorbet/rbi/gems/gli@2.21.1.rbi +9 -0
- data/sorbet/rbi/gems/hashdiff@1.0.1.rbi +351 -0
- data/sorbet/rbi/gems/i18n@1.14.1.rbi +2326 -0
- data/sorbet/rbi/gems/imagen@0.1.8.rbi +340 -0
- data/sorbet/rbi/gems/iniparse@1.5.0.rbi +899 -0
- data/sorbet/rbi/gems/jaro_winkler@1.6.0.rbi +22 -0
- data/sorbet/rbi/gems/json@2.7.1.rbi +1562 -0
- data/sorbet/rbi/gems/jwt@2.7.1.rbi +1405 -0
- data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +128 -0
- data/sorbet/rbi/gems/kramdown@2.4.0.rbi +3272 -0
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
- data/sorbet/rbi/gems/logger@1.6.1.rbi +920 -0
- data/sorbet/rbi/gems/mdl@0.13.0.rbi +445 -0
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +273 -0
- data/sorbet/rbi/gems/mime-types-data@3.2023.1205.rbi +127 -0
- data/sorbet/rbi/gems/mime-types@3.5.1.rbi +1252 -0
- data/sorbet/rbi/gems/minitest-profile@0.0.2.rbi +136 -0
- data/sorbet/rbi/gems/minitest-reporters@1.6.1.rbi +1014 -0
- data/sorbet/rbi/gems/minitest@5.21.1.rbi +1539 -0
- data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +314 -0
- data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +581 -0
- data/sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi +629 -0
- data/sorbet/rbi/gems/mocha@2.1.0.rbi +12 -0
- data/sorbet/rbi/gems/multi_json@1.15.0.rbi +268 -0
- data/sorbet/rbi/gems/multi_xml@0.6.0.rbi +102 -0
- data/sorbet/rbi/gems/multipart-post@2.3.0.rbi +234 -0
- data/sorbet/rbi/gems/mutex_m@0.2.0.rbi +94 -0
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
- data/sorbet/rbi/gems/nokogiri@1.16.7.rbi +7311 -0
- data/sorbet/rbi/gems/oauth2@1.4.11.rbi +833 -0
- data/sorbet/rbi/gems/ostruct@0.6.1.rbi +354 -0
- data/sorbet/rbi/gems/overcommit@0.64.0.rbi +2400 -0
- data/sorbet/rbi/gems/parallel@1.23.0.rbi +274 -0
- data/sorbet/rbi/gems/parser@3.2.2.4.rbi +7253 -0
- data/sorbet/rbi/gems/prism@1.2.0.rbi +39085 -0
- data/sorbet/rbi/gems/pry@0.14.2.rbi +10070 -0
- data/sorbet/rbi/gems/public_suffix@5.0.4.rbi +936 -0
- data/sorbet/rbi/gems/punchlist@1.3.2.rbi +173 -0
- data/sorbet/rbi/gems/racc@1.7.3.rbi +162 -0
- data/sorbet/rbi/gems/rack@3.0.8.rbi +5184 -0
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
- data/sorbet/rbi/gems/rake@13.1.0.rbi +3022 -0
- data/sorbet/rbi/gems/rbi@0.2.1.rbi +4535 -0
- data/sorbet/rbi/gems/rbs@2.8.4.rbi +5613 -0
- data/sorbet/rbi/gems/regexp_parser@2.8.3.rbi +3750 -0
- data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +390 -0
- data/sorbet/rbi/gems/rexml@3.2.6.rbi +4888 -0
- data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +7061 -0
- data/sorbet/rbi/gems/rubocop-minitest@0.34.5.rbi +2577 -0
- data/sorbet/rbi/gems/rubocop-performance@1.20.2.rbi +3262 -0
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
- data/sorbet/rbi/gems/rubocop@1.59.0.rbi +57238 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
- data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
- data/sorbet/rbi/gems/rugged@1.6.3.rbi +1577 -0
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +217 -0
- data/sorbet/rbi/gems/simplecov-lcov@0.8.0.rbi +256 -0
- data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2149 -0
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +9 -0
- data/sorbet/rbi/gems/solargraph@0.50.1-904b9304770a59fac393c5cc3cad481e5bdf0fd8.rbi +9396 -0
- data/sorbet/rbi/gems/source_finder@3.2.1.rbi +317 -0
- data/sorbet/rbi/gems/spoom@1.5.0.rbi +4932 -0
- data/sorbet/rbi/gems/tapioca@0.16.4.rbi +3604 -0
- data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
- data/sorbet/rbi/gems/tilt@2.4.0.rbi +933 -0
- data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +9 -0
- data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +5918 -0
- data/sorbet/rbi/gems/undercover@0.5.0.rbi +433 -0
- data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
- data/sorbet/rbi/gems/webmock@3.19.1.rbi +1769 -0
- data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
- data/sorbet/rbi/gems/yard@0.9.34.rbi +18247 -0
- data/sorbet/rbi/todo.rbi +11 -0
- data/sorbet/tapioca/config.yml +13 -0
- data/sorbet/tapioca/require.rb +4 -0
- metadata +134 -3
@@ -0,0 +1,273 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `method_source` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem method_source`.
|
6
|
+
|
7
|
+
|
8
|
+
# source://method_source//lib/method_source.rb#127
|
9
|
+
class Method
|
10
|
+
include ::MethodSource::SourceLocation::MethodExtensions
|
11
|
+
include ::MethodSource::MethodExtensions
|
12
|
+
end
|
13
|
+
|
14
|
+
# source://method_source//lib/method_source/version.rb#1
|
15
|
+
module MethodSource
|
16
|
+
extend ::MethodSource::CodeHelpers
|
17
|
+
|
18
|
+
class << self
|
19
|
+
# Helper method responsible for opening source file and buffering up
|
20
|
+
# the comments for a specified method. Defined here to avoid polluting
|
21
|
+
# `Method` class.
|
22
|
+
#
|
23
|
+
# @param source_location [Array] The array returned by Method#source_location
|
24
|
+
# @param method_name [String]
|
25
|
+
# @raise [SourceNotFoundError]
|
26
|
+
# @return [String] The comments up to the point of the method.
|
27
|
+
#
|
28
|
+
# source://method_source//lib/method_source.rb#38
|
29
|
+
def comment_helper(source_location, name = T.unsafe(nil)); end
|
30
|
+
|
31
|
+
# @deprecated — use MethodSource::CodeHelpers#expression_at
|
32
|
+
#
|
33
|
+
# source://method_source//lib/method_source.rb#66
|
34
|
+
def extract_code(source_location); end
|
35
|
+
|
36
|
+
# Load a memoized copy of the lines in a file.
|
37
|
+
#
|
38
|
+
# @param file_name [String]
|
39
|
+
# @param method_name [String]
|
40
|
+
# @raise [SourceNotFoundError]
|
41
|
+
# @return [Array<String>] the contents of the file
|
42
|
+
#
|
43
|
+
# source://method_source//lib/method_source.rb#51
|
44
|
+
def lines_for(file_name, name = T.unsafe(nil)); end
|
45
|
+
|
46
|
+
# Helper method responsible for extracting method body.
|
47
|
+
# Defined here to avoid polluting `Method` class.
|
48
|
+
#
|
49
|
+
# @param source_location [Array] The array returned by Method#source_location
|
50
|
+
# @param method_name [String]
|
51
|
+
# @return [String] The method body
|
52
|
+
#
|
53
|
+
# source://method_source//lib/method_source.rb#23
|
54
|
+
def source_helper(source_location, name = T.unsafe(nil)); end
|
55
|
+
|
56
|
+
# @deprecated — use MethodSource::CodeHelpers#complete_expression?
|
57
|
+
# @return [Boolean]
|
58
|
+
#
|
59
|
+
# source://method_source//lib/method_source.rb#59
|
60
|
+
def valid_expression?(str); end
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
# source://method_source//lib/method_source/code_helpers.rb#3
|
65
|
+
module MethodSource::CodeHelpers
|
66
|
+
# Retrieve the comment describing the expression on the given line of the given file.
|
67
|
+
#
|
68
|
+
# This is useful to get module or method documentation.
|
69
|
+
#
|
70
|
+
# @param file [Array<String>, File, String] The file to parse, either as a File or as
|
71
|
+
# a String or an Array of lines.
|
72
|
+
# @param line_number [Integer] The line number at which to look.
|
73
|
+
# NOTE: The first line in a file is line 1!
|
74
|
+
# @return [String] The comment
|
75
|
+
#
|
76
|
+
# source://method_source//lib/method_source/code_helpers.rb#52
|
77
|
+
def comment_describing(file, line_number); end
|
78
|
+
|
79
|
+
# Determine if a string of code is a complete Ruby expression.
|
80
|
+
#
|
81
|
+
# @example
|
82
|
+
# complete_expression?("class Hello") #=> false
|
83
|
+
# complete_expression?("class Hello; end") #=> true
|
84
|
+
# complete_expression?("class 123") #=> SyntaxError: unexpected tINTEGER
|
85
|
+
# @param code [String] The code to validate.
|
86
|
+
# @raise [SyntaxError] Any SyntaxError that does not represent incompleteness.
|
87
|
+
# @return [Boolean] Whether or not the code is a complete Ruby expression.
|
88
|
+
#
|
89
|
+
# source://method_source//lib/method_source/code_helpers.rb#66
|
90
|
+
def complete_expression?(str); end
|
91
|
+
|
92
|
+
# Retrieve the first expression starting on the given line of the given file.
|
93
|
+
#
|
94
|
+
# This is useful to get module or method source code.
|
95
|
+
#
|
96
|
+
# line 1!
|
97
|
+
#
|
98
|
+
# @option options
|
99
|
+
# @option options
|
100
|
+
# @param file [Array<String>, File, String] The file to parse, either as a File or as
|
101
|
+
# @param line_number [Integer] The line number at which to look.
|
102
|
+
# NOTE: The first line in a file is
|
103
|
+
# @param options [Hash] The optional configuration parameters.
|
104
|
+
# @raise [SyntaxError] If the first complete expression can't be identified
|
105
|
+
# @return [String] The first complete expression
|
106
|
+
#
|
107
|
+
# source://method_source//lib/method_source/code_helpers.rb#20
|
108
|
+
def expression_at(file, line_number, options = T.unsafe(nil)); end
|
109
|
+
|
110
|
+
private
|
111
|
+
|
112
|
+
# Get the first expression from the input.
|
113
|
+
#
|
114
|
+
# @param lines [Array<String>]
|
115
|
+
# @param consume [Integer] A number of lines to automatically
|
116
|
+
# consume (add to the expression buffer) without checking for validity.
|
117
|
+
# @raise [SyntaxError]
|
118
|
+
# @return [String] a valid ruby expression
|
119
|
+
# @yield a clean-up function to run before checking for complete_expression
|
120
|
+
#
|
121
|
+
# source://method_source//lib/method_source/code_helpers.rb#92
|
122
|
+
def extract_first_expression(lines, consume = T.unsafe(nil), &block); end
|
123
|
+
|
124
|
+
# Get the last comment from the input.
|
125
|
+
#
|
126
|
+
# @param lines [Array<String>]
|
127
|
+
# @return [String]
|
128
|
+
#
|
129
|
+
# source://method_source//lib/method_source/code_helpers.rb#106
|
130
|
+
def extract_last_comment(lines); end
|
131
|
+
end
|
132
|
+
|
133
|
+
# An exception matcher that matches only subsets of SyntaxErrors that can be
|
134
|
+
# fixed by adding more input to the buffer.
|
135
|
+
#
|
136
|
+
# source://method_source//lib/method_source/code_helpers.rb#124
|
137
|
+
module MethodSource::CodeHelpers::IncompleteExpression
|
138
|
+
class << self
|
139
|
+
# source://method_source//lib/method_source/code_helpers.rb#137
|
140
|
+
def ===(ex); end
|
141
|
+
|
142
|
+
# @return [Boolean]
|
143
|
+
#
|
144
|
+
# source://method_source//lib/method_source/code_helpers.rb#149
|
145
|
+
def rbx?; end
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
# source://method_source//lib/method_source/code_helpers.rb#125
|
150
|
+
MethodSource::CodeHelpers::IncompleteExpression::GENERIC_REGEXPS = T.let(T.unsafe(nil), Array)
|
151
|
+
|
152
|
+
# source://method_source//lib/method_source/code_helpers.rb#133
|
153
|
+
MethodSource::CodeHelpers::IncompleteExpression::RBX_ONLY_REGEXPS = T.let(T.unsafe(nil), Array)
|
154
|
+
|
155
|
+
# This module is to be included by `Method` and `UnboundMethod` and
|
156
|
+
# provides the `#source` functionality
|
157
|
+
#
|
158
|
+
# source://method_source//lib/method_source.rb#72
|
159
|
+
module MethodSource::MethodExtensions
|
160
|
+
# Return the comments associated with the method as a string.
|
161
|
+
#
|
162
|
+
# @example
|
163
|
+
# Set.instance_method(:clear).comment.display
|
164
|
+
# =>
|
165
|
+
# # Removes all elements and returns self.
|
166
|
+
# @raise SourceNotFoundException
|
167
|
+
# @return [String] The method's comments as a string
|
168
|
+
#
|
169
|
+
# source://method_source//lib/method_source.rb#121
|
170
|
+
def comment; end
|
171
|
+
|
172
|
+
# Return the sourcecode for the method as a string
|
173
|
+
#
|
174
|
+
# @example
|
175
|
+
# Set.instance_method(:clear).source.display
|
176
|
+
# =>
|
177
|
+
# def clear
|
178
|
+
# @hash.clear
|
179
|
+
# self
|
180
|
+
# end
|
181
|
+
# @raise SourceNotFoundException
|
182
|
+
# @return [String] The method sourcecode as a string
|
183
|
+
#
|
184
|
+
# source://method_source//lib/method_source.rb#109
|
185
|
+
def source; end
|
186
|
+
|
187
|
+
class << self
|
188
|
+
# We use the included hook to patch Method#source on rubinius.
|
189
|
+
# We need to use the included hook as Rubinius defines a `source`
|
190
|
+
# on Method so including a module will have no effect (as it's
|
191
|
+
# higher up the MRO).
|
192
|
+
#
|
193
|
+
# @param klass [Class] The class that includes the module.
|
194
|
+
#
|
195
|
+
# source://method_source//lib/method_source.rb#79
|
196
|
+
def included(klass); end
|
197
|
+
end
|
198
|
+
end
|
199
|
+
|
200
|
+
# source://method_source//lib/method_source/source_location.rb#2
|
201
|
+
module MethodSource::ReeSourceLocation
|
202
|
+
# Ruby enterprise edition provides all the information that's
|
203
|
+
# needed, in a slightly different way.
|
204
|
+
#
|
205
|
+
# source://method_source//lib/method_source/source_location.rb#5
|
206
|
+
def source_location; end
|
207
|
+
end
|
208
|
+
|
209
|
+
# source://method_source//lib/method_source/source_location.rb#10
|
210
|
+
module MethodSource::SourceLocation; end
|
211
|
+
|
212
|
+
# source://method_source//lib/method_source/source_location.rb#11
|
213
|
+
module MethodSource::SourceLocation::MethodExtensions
|
214
|
+
# Return the source location of a method for Ruby 1.8.
|
215
|
+
#
|
216
|
+
# @return [Array] A two element array. First element is the
|
217
|
+
# file, second element is the line in the file where the
|
218
|
+
# method definition is found.
|
219
|
+
#
|
220
|
+
# source://method_source//lib/method_source/source_location.rb#40
|
221
|
+
def source_location; end
|
222
|
+
|
223
|
+
private
|
224
|
+
|
225
|
+
# source://method_source//lib/method_source/source_location.rb#26
|
226
|
+
def trace_func(event, file, line, id, binding, classname); end
|
227
|
+
end
|
228
|
+
|
229
|
+
# source://method_source//lib/method_source/source_location.rb#54
|
230
|
+
module MethodSource::SourceLocation::ProcExtensions
|
231
|
+
# Return the source location for a Proc (in implementations
|
232
|
+
# without Proc#source_location)
|
233
|
+
#
|
234
|
+
# @return [Array] A two element array. First element is the
|
235
|
+
# file, second element is the line in the file where the
|
236
|
+
# proc definition is found.
|
237
|
+
#
|
238
|
+
# source://method_source//lib/method_source/source_location.rb#74
|
239
|
+
def source_location; end
|
240
|
+
end
|
241
|
+
|
242
|
+
# source://method_source//lib/method_source/source_location.rb#81
|
243
|
+
module MethodSource::SourceLocation::UnboundMethodExtensions
|
244
|
+
# Return the source location of an instance method for Ruby 1.8.
|
245
|
+
#
|
246
|
+
# @return [Array] A two element array. First element is the
|
247
|
+
# file, second element is the line in the file where the
|
248
|
+
# method definition is found.
|
249
|
+
#
|
250
|
+
# source://method_source//lib/method_source/source_location.rb#101
|
251
|
+
def source_location; end
|
252
|
+
end
|
253
|
+
|
254
|
+
# An Exception to mark errors that were raised trying to find the source from
|
255
|
+
# a given source_location.
|
256
|
+
#
|
257
|
+
# source://method_source//lib/method_source.rb#16
|
258
|
+
class MethodSource::SourceNotFoundError < ::StandardError; end
|
259
|
+
|
260
|
+
# source://method_source//lib/method_source/version.rb#2
|
261
|
+
MethodSource::VERSION = T.let(T.unsafe(nil), String)
|
262
|
+
|
263
|
+
# source://method_source//lib/method_source.rb#137
|
264
|
+
class Proc
|
265
|
+
include ::MethodSource::SourceLocation::ProcExtensions
|
266
|
+
include ::MethodSource::MethodExtensions
|
267
|
+
end
|
268
|
+
|
269
|
+
# source://method_source//lib/method_source.rb#132
|
270
|
+
class UnboundMethod
|
271
|
+
include ::MethodSource::SourceLocation::UnboundMethodExtensions
|
272
|
+
include ::MethodSource::MethodExtensions
|
273
|
+
end
|
@@ -0,0 +1,127 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `mime-types-data` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem mime-types-data`.
|
6
|
+
|
7
|
+
|
8
|
+
# source://mime-types-data//lib/mime/types/data.rb#3
|
9
|
+
module MIME; end
|
10
|
+
|
11
|
+
# source://mime-types-data//lib/mime/types/data.rb#4
|
12
|
+
class MIME::Types
|
13
|
+
extend ::Enumerable
|
14
|
+
|
15
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#75
|
16
|
+
def initialize; end
|
17
|
+
|
18
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#125
|
19
|
+
def [](type_id, complete: T.unsafe(nil), registered: T.unsafe(nil)); end
|
20
|
+
|
21
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#167
|
22
|
+
def add(*types); end
|
23
|
+
|
24
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#188
|
25
|
+
def add_type(type, quiet = T.unsafe(nil)); end
|
26
|
+
|
27
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#81
|
28
|
+
def count; end
|
29
|
+
|
30
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#90
|
31
|
+
def each; end
|
32
|
+
|
33
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#85
|
34
|
+
def inspect; end
|
35
|
+
|
36
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#153
|
37
|
+
def of(filename); end
|
38
|
+
|
39
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#153
|
40
|
+
def type_for(filename); end
|
41
|
+
|
42
|
+
private
|
43
|
+
|
44
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#201
|
45
|
+
def add_type_variant!(mime_type); end
|
46
|
+
|
47
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#211
|
48
|
+
def index_extensions!(mime_type); end
|
49
|
+
|
50
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#221
|
51
|
+
def match(pattern); end
|
52
|
+
|
53
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#215
|
54
|
+
def prune_matches(matches, complete, registered); end
|
55
|
+
|
56
|
+
# source://mime-types/3.5.1/lib/mime/types.rb#205
|
57
|
+
def reindex_extensions!(mime_type); end
|
58
|
+
|
59
|
+
class << self
|
60
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#14
|
61
|
+
def [](type_id, complete: T.unsafe(nil), registered: T.unsafe(nil)); end
|
62
|
+
|
63
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#39
|
64
|
+
def add(*types); end
|
65
|
+
|
66
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#19
|
67
|
+
def count; end
|
68
|
+
|
69
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#24
|
70
|
+
def each; end
|
71
|
+
|
72
|
+
# source://mime-types/3.5.1/lib/mime/types/logger.rb#12
|
73
|
+
def logger; end
|
74
|
+
|
75
|
+
# source://mime-types/3.5.1/lib/mime/types/logger.rb#12
|
76
|
+
def logger=(_arg0); end
|
77
|
+
|
78
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#7
|
79
|
+
def new(*_arg0); end
|
80
|
+
|
81
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#33
|
82
|
+
def of(filename); end
|
83
|
+
|
84
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#33
|
85
|
+
def type_for(filename); end
|
86
|
+
|
87
|
+
private
|
88
|
+
|
89
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#75
|
90
|
+
def __instances__; end
|
91
|
+
|
92
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#55
|
93
|
+
def __types__; end
|
94
|
+
|
95
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#45
|
96
|
+
def lazy_load?; end
|
97
|
+
|
98
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#65
|
99
|
+
def load_default_mime_types(mode = T.unsafe(nil)); end
|
100
|
+
|
101
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#60
|
102
|
+
def load_mode; end
|
103
|
+
|
104
|
+
# source://mime-types/3.5.1/lib/mime/types/registry.rb#79
|
105
|
+
def reindex_extensions(type); end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
# source://mime-types-data//lib/mime/types/data.rb#5
|
110
|
+
module MIME::Types::Data; end
|
111
|
+
|
112
|
+
# The path that will be used for loading the MIME::Types data. The
|
113
|
+
# default location is __FILE__/../../../../data, which is where the data
|
114
|
+
# lives in the gem installation of the mime-types-data library.
|
115
|
+
#
|
116
|
+
# The MIME::Types::Loader will load all JSON or columnar files contained
|
117
|
+
# in this path.
|
118
|
+
#
|
119
|
+
# System maintainer note: this is the constant to change when packaging
|
120
|
+
# mime-types for your system. It is recommended that the path be
|
121
|
+
# something like /usr/share/ruby/mime-types/.
|
122
|
+
#
|
123
|
+
# source://mime-types-data//lib/mime/types/data.rb#18
|
124
|
+
MIME::Types::Data::PATH = T.let(T.unsafe(nil), String)
|
125
|
+
|
126
|
+
# source://mime-types-data//lib/mime/types/data.rb#6
|
127
|
+
MIME::Types::Data::VERSION = T.let(T.unsafe(nil), String)
|