schema_dot_org 1.7.1 → 1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,280 +0,0 @@
1
- # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
- # srb rbi gems
3
-
4
- # typed: true
5
- #
6
- # If you would like to make changes to this file, great! Please create the gem's shim here:
7
- #
8
- # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec-support/all/rspec-support.rbi
9
- #
10
- # rspec-support-3.9.3
11
-
12
- module RSpec
13
- extend RSpec::Support::Warnings
14
- end
15
- module RSpec::Support
16
- def self.class_of(object); end
17
- def self.define_optimized_require_for_rspec(lib, &require_relative); end
18
- def self.deregister_matcher_definition(&block); end
19
- def self.failure_notifier; end
20
- def self.failure_notifier=(callable); end
21
- def self.is_a_matcher?(object); end
22
- def self.matcher_definitions; end
23
- def self.method_handle_for(object, method_name); end
24
- def self.notify_failure(failure, options = nil); end
25
- def self.register_matcher_definition(&block); end
26
- def self.require_rspec_support(f); end
27
- def self.rspec_description_for_object(object); end
28
- def self.thread_local_data; end
29
- def self.warning_notifier; end
30
- def self.warning_notifier=(arg0); end
31
- def self.with_failure_notifier(callable); end
32
- end
33
- module RSpec::Support::Version
34
- end
35
- class RSpec::Support::ComparableVersion
36
- def <=>(other); end
37
- def initialize(string); end
38
- def segments; end
39
- def string; end
40
- include Comparable
41
- end
42
- module RSpec::Support::OS
43
- def self.windows?; end
44
- def self.windows_file_path?; end
45
- def windows?; end
46
- def windows_file_path?; end
47
- end
48
- module RSpec::Support::Ruby
49
- def jruby?; end
50
- def jruby_9000?; end
51
- def jruby_version; end
52
- def mri?; end
53
- def non_mri?; end
54
- def rbx?; end
55
- def self.jruby?; end
56
- def self.jruby_9000?; end
57
- def self.jruby_version; end
58
- def self.mri?; end
59
- def self.non_mri?; end
60
- def self.rbx?; end
61
- def self.truffleruby?; end
62
- def truffleruby?; end
63
- end
64
- module RSpec::Support::RubyFeatures
65
- def caller_locations_supported?; end
66
- def fork_supported?; end
67
- def kw_args_supported?; end
68
- def module_prepends_supported?; end
69
- def module_refinement_supported?; end
70
- def optional_and_splat_args_supported?; end
71
- def required_kw_args_supported?; end
72
- def ripper_supported?; end
73
- def self.caller_locations_supported?; end
74
- def self.fork_supported?; end
75
- def self.kw_args_supported?; end
76
- def self.module_prepends_supported?; end
77
- def self.module_refinement_supported?; end
78
- def self.optional_and_splat_args_supported?; end
79
- def self.required_kw_args_supported?; end
80
- def self.ripper_supported?; end
81
- def self.supports_exception_cause?; end
82
- def self.supports_rebinding_module_methods?; end
83
- def self.supports_taint?; end
84
- def supports_exception_cause?; end
85
- def supports_rebinding_module_methods?; end
86
- def supports_taint?; end
87
- end
88
- module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
89
- def self.===(exception); end
90
- end
91
- class RSpec::CallerFilter
92
- def self.first_non_rspec_line(skip_frames = nil, increment = nil); end
93
- end
94
- module RSpec::Support::Warnings
95
- def deprecate(deprecated, options = nil); end
96
- def warn_deprecation(message, options = nil); end
97
- def warn_with(message, options = nil); end
98
- def warning(text, options = nil); end
99
- end
100
- class RSpec::Support::EncodedString
101
- def <<(string); end
102
- def ==(*args, &block); end
103
- def detect_source_encoding(string); end
104
- def empty?(*args, &block); end
105
- def encoding(*args, &block); end
106
- def eql?(*args, &block); end
107
- def initialize(string, encoding = nil); end
108
- def lines(*args, &block); end
109
- def matching_encoding(string); end
110
- def remove_invalid_bytes(string); end
111
- def self.pick_encoding(source_a, source_b); end
112
- def source_encoding; end
113
- def split(regex_or_string); end
114
- def to_s; end
115
- def to_str; end
116
- end
117
- class RSpec::Support::ReentrantMutex
118
- def enter; end
119
- def exit; end
120
- def initialize; end
121
- def synchronize; end
122
- end
123
- class RSpec::Support::Mutex < Thread::Mutex
124
- def self.new; end
125
- end
126
- class RSpec::Support::DirectoryMaker
127
- def self.directory_exists?(dirname); end
128
- def self.generate_path(stack, part); end
129
- def self.generate_stack(path); end
130
- def self.mkdir_p(path); end
131
- end
132
- class RSpec::Support::MethodSignature
133
- def arbitrary_kw_args?; end
134
- def classify_arity(arity = nil); end
135
- def classify_parameters; end
136
- def could_contain_kw_args?(args); end
137
- def description; end
138
- def has_kw_args_in?(args); end
139
- def initialize(method); end
140
- def invalid_kw_args_from(given_kw_args); end
141
- def max_non_kw_args; end
142
- def min_non_kw_args; end
143
- def missing_kw_args_from(given_kw_args); end
144
- def non_kw_args_arity_description; end
145
- def optional_kw_args; end
146
- def required_kw_args; end
147
- def unlimited_args?; end
148
- def valid_non_kw_args?(positional_arg_count, optional_max_arg_count = nil); end
149
- end
150
- class RSpec::Support::MethodSignatureExpectation
151
- def empty?; end
152
- def expect_arbitrary_keywords; end
153
- def expect_arbitrary_keywords=(arg0); end
154
- def expect_unlimited_arguments; end
155
- def expect_unlimited_arguments=(arg0); end
156
- def initialize; end
157
- def keywords; end
158
- def keywords=(values); end
159
- def max_count; end
160
- def max_count=(number); end
161
- def min_count; end
162
- def min_count=(number); end
163
- end
164
- class RSpec::Support::BlockSignature < RSpec::Support::MethodSignature
165
- def classify_parameters; end
166
- end
167
- class RSpec::Support::MethodSignatureVerifier
168
- def arbitrary_kw_args?; end
169
- def error_message; end
170
- def initialize(signature, args = nil); end
171
- def invalid_kw_args; end
172
- def kw_args; end
173
- def max_non_kw_args; end
174
- def min_non_kw_args; end
175
- def missing_kw_args; end
176
- def non_kw_args; end
177
- def split_args(*args); end
178
- def unlimited_args?; end
179
- def valid?; end
180
- def valid_non_kw_args?; end
181
- def with_expectation(expectation); end
182
- end
183
- class RSpec::Support::LooseSignatureVerifier < RSpec::Support::MethodSignatureVerifier
184
- def split_args(*args); end
185
- end
186
- class RSpec::Support::LooseSignatureVerifier::SignatureWithKeywordArgumentsMatcher
187
- def has_kw_args_in?(args); end
188
- def initialize(signature); end
189
- def invalid_kw_args_from(_kw_args); end
190
- def missing_kw_args_from(_kw_args); end
191
- def non_kw_args_arity_description; end
192
- def valid_non_kw_args?(*args); end
193
- end
194
- module RSpec::Support::WithKeywordsWhenNeeded
195
- def class_exec(klass, *args, &block); end
196
- def self.class_exec(klass, *args, &block); end
197
- end
198
- module RSpec::Support::RecursiveConstMethods
199
- def const_defined_on?(mod, const_name); end
200
- def constants_defined_on(mod); end
201
- def get_const_defined_on(mod, const_name); end
202
- def normalize_const_name(const_name); end
203
- def recursive_const_defined?(const_name); end
204
- def recursive_const_get(const_name); end
205
- end
206
- class RSpec::Support::ObjectFormatter
207
- def format(object); end
208
- def initialize(max_formatted_output_length = nil); end
209
- def max_formatted_output_length; end
210
- def max_formatted_output_length=(arg0); end
211
- def prepare_array(array); end
212
- def prepare_element(element); end
213
- def prepare_for_inspection(object); end
214
- def prepare_hash(input_hash); end
215
- def recursive_structure?(object); end
216
- def self.default_instance; end
217
- def self.format(object); end
218
- def self.prepare_for_inspection(object); end
219
- def sort_hash_keys(input_hash); end
220
- def truncate_string(str, start_index, end_index); end
221
- def with_entering_structure(structure); end
222
- end
223
- class RSpec::Support::ObjectFormatter::InspectableItem < Struct
224
- def inspect; end
225
- def pretty_print(pp); end
226
- def self.[](*arg0); end
227
- def self.inspect; end
228
- def self.members; end
229
- def self.new(*arg0); end
230
- def text; end
231
- def text=(_); end
232
- end
233
- class RSpec::Support::ObjectFormatter::BaseInspector < Struct
234
- def formatter; end
235
- def formatter=(_); end
236
- def inspect; end
237
- def object; end
238
- def object=(_); end
239
- def pretty_print(pp); end
240
- def self.[](*arg0); end
241
- def self.can_inspect?(_object); end
242
- def self.inspect; end
243
- def self.members; end
244
- def self.new(*arg0); end
245
- end
246
- class RSpec::Support::ObjectFormatter::TimeInspector < RSpec::Support::ObjectFormatter::BaseInspector
247
- def inspect; end
248
- def self.can_inspect?(object); end
249
- end
250
- class RSpec::Support::ObjectFormatter::DateTimeInspector < RSpec::Support::ObjectFormatter::BaseInspector
251
- def inspect; end
252
- def self.can_inspect?(object); end
253
- end
254
- class RSpec::Support::ObjectFormatter::BigDecimalInspector < RSpec::Support::ObjectFormatter::BaseInspector
255
- def inspect; end
256
- def self.can_inspect?(object); end
257
- end
258
- class RSpec::Support::ObjectFormatter::DescribableMatcherInspector < RSpec::Support::ObjectFormatter::BaseInspector
259
- def inspect; end
260
- def self.can_inspect?(object); end
261
- end
262
- class RSpec::Support::ObjectFormatter::UninspectableObjectInspector < RSpec::Support::ObjectFormatter::BaseInspector
263
- def inspect; end
264
- def klass; end
265
- def native_object_id; end
266
- def self.can_inspect?(object); end
267
- end
268
- class RSpec::Support::ObjectFormatter::DelegatorInspector < RSpec::Support::ObjectFormatter::BaseInspector
269
- def inspect; end
270
- def self.can_inspect?(object); end
271
- end
272
- class RSpec::Support::ObjectFormatter::InspectableObjectInspector < RSpec::Support::ObjectFormatter::BaseInspector
273
- def inspect; end
274
- def self.can_inspect?(object); end
275
- end
276
- module RSpec::Support::FuzzyMatcher
277
- def self.arrays_match?(expected_list, actual_list); end
278
- def self.hashes_match?(expected_hash, actual_hash); end
279
- def self.values_match?(expected, actual); end
280
- end
@@ -1,15 +0,0 @@
1
- # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
- # srb rbi gems
3
-
4
- # typed: strict
5
- #
6
- # If you would like to make changes to this file, great! Please create the gem's shim here:
7
- #
8
- # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec/all/rspec.rbi
9
- #
10
- # rspec-3.9.0
11
-
12
- module RSpec
13
- end
14
- module RSpec::Version
15
- end
@@ -1,82 +0,0 @@
1
- # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
- # srb rbi gems
3
-
4
- # typed: strict
5
- #
6
- # If you would like to make changes to this file, great! Please create the gem's shim here:
7
- #
8
- # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/thread_safe/all/thread_safe.rbi
9
- #
10
- # thread_safe-0.3.6
11
-
12
- module ThreadSafe
13
- end
14
- module Threadsafe
15
- def self.const_missing(name); end
16
- end
17
- class SynchronizedDelegator < SimpleDelegator
18
- def initialize(obj); end
19
- def method_missing(method, *args, &block); end
20
- def setup; end
21
- def teardown; end
22
- end
23
- class ThreadSafe::NonConcurrentCacheBackend
24
- def [](key); end
25
- def []=(key, value); end
26
- def _get(key); end
27
- def _set(key, value); end
28
- def clear; end
29
- def compute(key); end
30
- def compute_if_absent(key); end
31
- def compute_if_present(key); end
32
- def delete(key); end
33
- def delete_pair(key, value); end
34
- def dupped_backend; end
35
- def each_pair; end
36
- def get_and_set(key, value); end
37
- def get_or_default(key, default_value); end
38
- def initialize(options = nil); end
39
- def initialize_copy(other); end
40
- def key?(key); end
41
- def merge_pair(key, value); end
42
- def pair?(key, expected_value); end
43
- def replace_if_exists(key, new_value); end
44
- def replace_pair(key, old_value, new_value); end
45
- def size; end
46
- def store_computed_value(key, new_value); end
47
- def value?(value); end
48
- end
49
- class ThreadSafe::MriCacheBackend < ThreadSafe::NonConcurrentCacheBackend
50
- def []=(key, value); end
51
- def clear; end
52
- def compute(key); end
53
- def compute_if_absent(key); end
54
- def compute_if_present(key); end
55
- def delete(key); end
56
- def delete_pair(key, value); end
57
- def get_and_set(key, value); end
58
- def merge_pair(key, value); end
59
- def replace_if_exists(key, new_value); end
60
- def replace_pair(key, old_value, new_value); end
61
- end
62
- class ThreadSafe::Cache < ThreadSafe::MriCacheBackend
63
- def [](key); end
64
- def each_key; end
65
- def each_value; end
66
- def empty?; end
67
- def fetch(key, default_value = nil); end
68
- def fetch_or_store(key, default_value = nil); end
69
- def get(key); end
70
- def initialize(options = nil, &block); end
71
- def initialize_copy(other); end
72
- def key(value); end
73
- def keys; end
74
- def marshal_dump; end
75
- def marshal_load(hash); end
76
- def populate_from(hash); end
77
- def put(key, value); end
78
- def put_if_absent(key, value); end
79
- def raise_fetch_no_key; end
80
- def validate_options_hash!(options); end
81
- def values; end
82
- end