cheesy-gallery 0.5.0 → 1.1.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 (57) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +12 -0
  3. data/.gitignore +2 -0
  4. data/.travis.yml +1 -2
  5. data/CHANGELOG.md +11 -0
  6. data/README.md +40 -18
  7. data/lib/cheesy-gallery/base_image_file.rb +21 -0
  8. data/lib/cheesy-gallery/generator.rb +7 -5
  9. data/lib/cheesy-gallery/image_file.rb +22 -7
  10. data/lib/cheesy-gallery/version.rb +1 -1
  11. data/sorbet/rbi/gems/addressable.rbi +147 -0
  12. data/sorbet/rbi/gems/ast.rbi +49 -0
  13. data/sorbet/rbi/gems/codecov.rbi +49 -0
  14. data/sorbet/rbi/gems/coderay.rbi +285 -0
  15. data/sorbet/rbi/gems/colorator.rbi +60 -0
  16. data/sorbet/rbi/gems/concurrent-ruby.rbi +225 -0
  17. data/sorbet/rbi/gems/docile.rbi +36 -0
  18. data/sorbet/rbi/gems/ffi.rbi +560 -0
  19. data/sorbet/rbi/gems/forwardable-extended.rbi +24 -0
  20. data/sorbet/rbi/gems/i18n.rbi +108 -0
  21. data/sorbet/rbi/gems/jekyll-sass-converter.rbi +61 -0
  22. data/sorbet/rbi/gems/jekyll.rbi +726 -0
  23. data/sorbet/rbi/gems/kramdown.rbi +250 -0
  24. data/sorbet/rbi/gems/liquid.rbi +649 -0
  25. data/sorbet/rbi/gems/method_source.rbi +64 -0
  26. data/sorbet/rbi/gems/parallel.rbi +83 -0
  27. data/sorbet/rbi/gems/parser.rbi +1429 -0
  28. data/sorbet/rbi/gems/pathutil.rbi +188 -0
  29. data/sorbet/rbi/gems/pry.rbi +1898 -0
  30. data/sorbet/rbi/gems/public_suffix.rbi +104 -0
  31. data/sorbet/rbi/gems/rainbow.rbi +118 -0
  32. data/sorbet/rbi/gems/rake.rbi +647 -0
  33. data/sorbet/rbi/gems/regexp_parser.rbi +926 -0
  34. data/sorbet/rbi/gems/rexml.rbi +599 -0
  35. data/sorbet/rbi/gems/rmagick.rbi +1249 -0
  36. data/sorbet/rbi/gems/rspec-core.rbi +1894 -0
  37. data/sorbet/rbi/gems/rspec-expectations.rbi +1148 -0
  38. data/sorbet/rbi/gems/rspec-mocks.rbi +1091 -0
  39. data/sorbet/rbi/gems/rspec-support.rbi +280 -0
  40. data/sorbet/rbi/gems/rspec.rbi +15 -0
  41. data/sorbet/rbi/gems/rubocop-ast.rbi +1357 -0
  42. data/sorbet/rbi/gems/rubocop.rbi +8027 -0
  43. data/sorbet/rbi/gems/ruby-progressbar.rbi +304 -0
  44. data/sorbet/rbi/gems/safe_yaml.rbi +124 -0
  45. data/sorbet/rbi/gems/sassc.rbi +532 -0
  46. data/sorbet/rbi/gems/simplecov-html.rbi +35 -0
  47. data/sorbet/rbi/gems/simplecov.rbi +419 -0
  48. data/sorbet/rbi/gems/unicode-display_width.rbi +22 -0
  49. data/sorbet/rbi/hidden-definitions/errors.txt +3516 -24801
  50. data/sorbet/rbi/hidden-definitions/hidden.rbi +7269 -39103
  51. data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +645 -0
  52. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +1891 -0
  53. data/sorbet/rbi/sorbet-typed/lib/rubocop/>=1.8/rubocop.rbi +7799 -0
  54. data/sorbet/rbi/todo.rbi +6 -0
  55. metadata +47 -5
  56. data/Gemfile.lock +0 -134
  57. data/sorbet/rbi/sorbet-typed/lib/rubocop/~>0.85/rubocop.rbi +0 -2072
@@ -0,0 +1,49 @@
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/codecov/all/codecov.rbi
9
+ #
10
+ # codecov-0.5.2
11
+
12
+ module Codecov
13
+ extend Codecov::Configuration
14
+ end
15
+ module Codecov::SimpleCov
16
+ end
17
+ class Codecov::SimpleCov::Formatter
18
+ def file_network; end
19
+ def file_to_codecov(file); end
20
+ def format(report); end
21
+ def result_to_codecov(result); end
22
+ def result_to_codecov_coverage(result); end
23
+ def result_to_codecov_messages(result); end
24
+ def result_to_codecov_report(result); end
25
+ def shortened_filename(file); end
26
+ end
27
+ module Codecov::Configuration
28
+ def pass_ci_if_error; end
29
+ def pass_ci_if_error=(arg0); end
30
+ end
31
+ class Codecov::Uploader
32
+ def self.black(str); end
33
+ def self.build_params(ci); end
34
+ def self.detect_ci; end
35
+ def self.display_header; end
36
+ def self.green(str); end
37
+ def self.gzip_report(report); end
38
+ def self.handle_report_response(report); end
39
+ def self.net_blockers(switch); end
40
+ def self.red(str); end
41
+ def self.retry_request(req, https); end
42
+ def self.upload(report, disable_net_blockers = nil); end
43
+ def self.upload_to_codecov(ci, report); end
44
+ def self.upload_to_v2(url, report, query, query_without_token); end
45
+ def self.upload_to_v4(url, report, query, query_without_token); end
46
+ end
47
+ class SimpleCov::Formatter::Codecov
48
+ def format(result, disable_net_blockers = nil); end
49
+ end
@@ -0,0 +1,285 @@
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/coderay/all/coderay.rbi
9
+ #
10
+ # coderay-1.1.3
11
+
12
+ module CodeRay
13
+ def self.coderay_path(*path); end
14
+ def self.encode(code, lang, format, options = nil); end
15
+ def self.encode_file(filename, format, options = nil); end
16
+ def self.encode_tokens(tokens, format, options = nil); end
17
+ def self.encoder(format, options = nil); end
18
+ def self.get_scanner_options(options); end
19
+ def self.highlight(code, lang, options = nil, format = nil); end
20
+ def self.highlight_file(filename, options = nil, format = nil); end
21
+ def self.scan(code, lang, options = nil, &block); end
22
+ def self.scan_file(filename, lang = nil, options = nil, &block); end
23
+ def self.scanner(lang, options = nil, &block); end
24
+ end
25
+ module CodeRay::FileType
26
+ def self.[](filename, read_shebang = nil); end
27
+ def self.fetch(filename, default = nil, read_shebang = nil); end
28
+ def self.type_from_shebang(filename); end
29
+ end
30
+ class CodeRay::FileType::UnknownFileType < Exception
31
+ end
32
+ class CodeRay::Tokens < Array
33
+ def begin_group(kind); end
34
+ def begin_line(kind); end
35
+ def count; end
36
+ def encode(encoder, options = nil); end
37
+ def end_group(kind); end
38
+ def end_line(kind); end
39
+ def method_missing(meth, options = nil); end
40
+ def scanner; end
41
+ def scanner=(arg0); end
42
+ def split_into_parts(*sizes); end
43
+ def text_token(*arg0); end
44
+ def to_s; end
45
+ def tokens(*arg0); end
46
+ end
47
+ class CodeRay::TokensProxy
48
+ def block; end
49
+ def block=(arg0); end
50
+ def each(*args, &blk); end
51
+ def encode(encoder, options = nil); end
52
+ def initialize(input, lang, options = nil, block = nil); end
53
+ def input; end
54
+ def input=(arg0); end
55
+ def lang; end
56
+ def lang=(arg0); end
57
+ def method_missing(method, *args, &blk); end
58
+ def options; end
59
+ def options=(arg0); end
60
+ def scanner; end
61
+ def tokens; end
62
+ end
63
+ module CodeRay::PluginHost
64
+ def [](id, *args, &blk); end
65
+ def all_plugins; end
66
+ def const_missing(const); end
67
+ def default(id = nil); end
68
+ def list; end
69
+ def load(id, *args, &blk); end
70
+ def load_all; end
71
+ def load_plugin_map; end
72
+ def make_plugin_hash; end
73
+ def map(hash); end
74
+ def path_to(plugin_id); end
75
+ def plugin_hash; end
76
+ def plugin_path(*args); end
77
+ def register(plugin, id); end
78
+ def self.extended(mod); end
79
+ def validate_id(id); end
80
+ end
81
+ class CodeRay::PluginHost::PluginNotFound < LoadError
82
+ end
83
+ class CodeRay::PluginHost::HostNotFound < LoadError
84
+ end
85
+ module CodeRay::Plugin
86
+ def aliases; end
87
+ def plugin_host(host = nil); end
88
+ def plugin_id; end
89
+ def register_for(id); end
90
+ def title(title = nil); end
91
+ end
92
+ module CodeRay::Scanners
93
+ extend CodeRay::PluginHost
94
+ end
95
+ class CodeRay::Scanners::Scanner < StringScanner
96
+ def binary_string; end
97
+ def column(pos = nil); end
98
+ def each(&block); end
99
+ def file_extension; end
100
+ def initialize(code = nil, options = nil); end
101
+ def lang; end
102
+ def line(pos = nil); end
103
+ def raise_inspect(message, tokens, state = nil, ambit = nil, backtrace = nil); end
104
+ def raise_inspect_arguments(message, tokens, state, ambit); end
105
+ def reset; end
106
+ def reset_instance; end
107
+ def scan_rest; end
108
+ def scan_tokens(tokens, options); end
109
+ def scanner_state_info(state); end
110
+ def self.encode_with_encoding(code, target_encoding); end
111
+ def self.encoding(name = nil); end
112
+ def self.file_extension(extension = nil); end
113
+ def self.guess_encoding(s); end
114
+ def self.lang; end
115
+ def self.normalize(code); end
116
+ def self.to_unix(code); end
117
+ def set_string_from_source(source); end
118
+ def set_tokens_from_options(options); end
119
+ def setup; end
120
+ def state; end
121
+ def state=(arg0); end
122
+ def string=(code); end
123
+ def tokenize(source = nil, options = nil); end
124
+ def tokens; end
125
+ def tokens_last(tokens, n); end
126
+ def tokens_size(tokens); end
127
+ extend CodeRay::Plugin
128
+ include Enumerable
129
+ end
130
+ class CodeRay::Scanners::Scanner::ScanError < StandardError
131
+ end
132
+ class CodeRay::WordList < Hash
133
+ def add(words, value = nil); end
134
+ def initialize(default = nil); end
135
+ end
136
+ class CodeRay::WordList::CaseIgnoring < CodeRay::WordList
137
+ def [](key); end
138
+ def []=(key, value); end
139
+ end
140
+ module CodeRay::Scanners::Java::BuiltinTypes
141
+ end
142
+ class CodeRay::Scanners::Java < CodeRay::Scanners::Scanner
143
+ def scan_tokens(encoder, options); end
144
+ end
145
+ class CodeRay::Scanners::Ruby < CodeRay::Scanners::Scanner
146
+ def interpreted_string_state; end
147
+ def scan_tokens(encoder, options); end
148
+ def setup; end
149
+ end
150
+ module CodeRay::Scanners::Ruby::Patterns
151
+ end
152
+ class Anonymous_Struct_1 < Struct
153
+ def delim; end
154
+ def delim=(_); end
155
+ def heredoc; end
156
+ def heredoc=(_); end
157
+ def interpreted; end
158
+ def interpreted=(_); end
159
+ def next_state; end
160
+ def next_state=(_); end
161
+ def opening_paren; end
162
+ def opening_paren=(_); end
163
+ def paren_depth; end
164
+ def paren_depth=(_); end
165
+ def pattern; end
166
+ def pattern=(_); end
167
+ def self.[](*arg0); end
168
+ def self.inspect; end
169
+ def self.members; end
170
+ def self.new(*arg0); end
171
+ def type; end
172
+ def type=(_); end
173
+ end
174
+ class CodeRay::Scanners::Ruby::StringState < Anonymous_Struct_1
175
+ def heredoc_pattern(delim, interpreted, indented); end
176
+ def initialize(kind, interpreted, delim, heredoc = nil); end
177
+ def self.simple_key_pattern(delim); end
178
+ end
179
+ module CodeRay::Encoders
180
+ extend CodeRay::PluginHost
181
+ end
182
+ class CodeRay::Encoders::Encoder
183
+ def <<(token); end
184
+ def begin_group(kind); end
185
+ def begin_line(kind); end
186
+ def compile(tokens, options = nil); end
187
+ def encode(code, lang, options = nil); end
188
+ def encode_tokens(tokens, options = nil); end
189
+ def end_group(kind); end
190
+ def end_line(kind); end
191
+ def file_extension; end
192
+ def finish(options); end
193
+ def get_output(options); end
194
+ def highlight(code, lang, options = nil); end
195
+ def initialize(options = nil); end
196
+ def options; end
197
+ def options=(arg0); end
198
+ def output(data); end
199
+ def scanner; end
200
+ def scanner=(arg0); end
201
+ def self.const_missing(sym); end
202
+ def self.file_extension; end
203
+ def setup(options); end
204
+ def text_token(text, kind); end
205
+ def token(content, kind); end
206
+ def tokens(tokens, options = nil); end
207
+ extend CodeRay::Plugin
208
+ end
209
+ class CodeRay::Encoders::HTML < CodeRay::Encoders::Encoder
210
+ def begin_group(kind); end
211
+ def begin_line(kind); end
212
+ def break_lines(text, style); end
213
+ def check_group_nesting(name, kind); end
214
+ def check_options!(options); end
215
+ def close_span; end
216
+ def css; end
217
+ def css_class_for_kinds(kinds); end
218
+ def end_group(kind); end
219
+ def end_line(kind); end
220
+ def finish(options); end
221
+ def make_span_for_kinds(method, hint); end
222
+ def self.make_html_escape_hash; end
223
+ def self.token_path_to_hint(hint, kinds); end
224
+ def setup(options); end
225
+ def style_for_kinds(kinds); end
226
+ def text_token(text, kind); end
227
+ end
228
+ module CodeRay::Encoders::HTML::Output
229
+ def apply_title!(title); end
230
+ def css; end
231
+ def css=(arg0); end
232
+ def self.extended(o); end
233
+ def self.make_stylesheet(css, in_tag = nil); end
234
+ def self.page_template_for_css(css); end
235
+ def stylesheet(in_tag = nil); end
236
+ def wrap!(element, *args); end
237
+ def wrap_in!(template); end
238
+ def wrapped_in; end
239
+ def wrapped_in=(arg0); end
240
+ def wrapped_in?(element); end
241
+ end
242
+ class CodeRay::Encoders::HTML::Output::Template < String
243
+ def apply(target, replacement); end
244
+ def self.wrap!(str, template, target); end
245
+ end
246
+ class CodeRay::Encoders::HTML::CSS
247
+ def get_style_for_css_classes(css_classes); end
248
+ def initialize(style = nil); end
249
+ def parse(stylesheet); end
250
+ def self.load_stylesheet(style = nil); end
251
+ def stylesheet; end
252
+ end
253
+ module CodeRay::Encoders::HTML::Numbering
254
+ def self.number!(output, mode = nil, options = nil); end
255
+ end
256
+ module CodeRay::Styles
257
+ extend CodeRay::PluginHost
258
+ end
259
+ class CodeRay::Styles::Style
260
+ extend CodeRay::Plugin
261
+ end
262
+ class CodeRay::Duo
263
+ def call(code, options = nil); end
264
+ def encode(code, options = nil); end
265
+ def encoder; end
266
+ def format; end
267
+ def format=(arg0); end
268
+ def highlight(code, options = nil); end
269
+ def initialize(lang = nil, format = nil, options = nil); end
270
+ def lang; end
271
+ def lang=(arg0); end
272
+ def options; end
273
+ def options=(arg0); end
274
+ def scanner; end
275
+ def self.[](*arg0); end
276
+ end
277
+ class CodeRay::Encoders::Terminal < CodeRay::Encoders::Encoder
278
+ def begin_group(kind); end
279
+ def begin_line(kind); end
280
+ def end_group(kind); end
281
+ def end_line(kind); end
282
+ def open_token(kind); end
283
+ def setup(options); end
284
+ def text_token(text, kind); end
285
+ end
@@ -0,0 +1,60 @@
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/colorator/all/colorator.rbi
9
+ #
10
+ # colorator-1.1.0
11
+
12
+ class String
13
+ def ansi_jump(*args); end
14
+ def black(*args); end
15
+ def blue(*args); end
16
+ def bold(*args); end
17
+ def clear_line(*args); end
18
+ def clear_screen(*args); end
19
+ def colorize(*args); end
20
+ def cyan(*args); end
21
+ def green(*args); end
22
+ def has_ansi?(*args); end
23
+ def has_color?(*args); end
24
+ def magenta(*args); end
25
+ def red(*args); end
26
+ def reset_ansi(*args); end
27
+ def reset_color(*args); end
28
+ def strip_ansi(*args); end
29
+ def strip_color(*args); end
30
+ def white(*args); end
31
+ def yellow(*args); end
32
+ end
33
+ module Colorator
34
+ def ansi_jump(str, num); end
35
+ def clear_line(str = nil); end
36
+ def clear_screen(str = nil); end
37
+ def colorize(str = nil, color); end
38
+ def has_ansi?(str); end
39
+ def reset_ansi(str = nil); end
40
+ def self.ansi_jump(str, num); end
41
+ def self.black(str); end
42
+ def self.blue(str); end
43
+ def self.bold(str); end
44
+ def self.clear_line(str = nil); end
45
+ def self.clear_screen(str = nil); end
46
+ def self.colorize(str = nil, color); end
47
+ def self.cyan(str); end
48
+ def self.green(str); end
49
+ def self.has_ansi?(str); end
50
+ def self.has_color?(str); end
51
+ def self.magenta(str); end
52
+ def self.red(str); end
53
+ def self.reset_ansi(str = nil); end
54
+ def self.reset_color(str = nil); end
55
+ def self.strip_ansi(str); end
56
+ def self.strip_color(str); end
57
+ def self.white(str); end
58
+ def self.yellow(str); end
59
+ def strip_ansi(str); end
60
+ end
@@ -0,0 +1,225 @@
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/concurrent-ruby/all/concurrent-ruby.rbi
9
+ #
10
+ # concurrent-ruby-1.1.8
11
+
12
+ module Concurrent
13
+ extend Concurrent::Utility::EngineDetector
14
+ extend Concurrent::Utility::NativeExtensionLoader
15
+ end
16
+ module Concurrent::Utility
17
+ end
18
+ module Concurrent::Utility::EngineDetector
19
+ def on_cruby?; end
20
+ def on_jruby?; end
21
+ def on_jruby_9000?; end
22
+ def on_linux?; end
23
+ def on_osx?; end
24
+ def on_rbx?; end
25
+ def on_truffleruby?; end
26
+ def on_windows?; end
27
+ def ruby_engine; end
28
+ def ruby_version(version = nil, comparison, major, minor, patch); end
29
+ end
30
+ module Concurrent::Synchronization
31
+ end
32
+ class Concurrent::Synchronization::AbstractObject
33
+ def full_memory_barrier; end
34
+ def initialize; end
35
+ def self.attr_volatile(*names); end
36
+ end
37
+ module Concurrent::Utility::NativeExtensionLoader
38
+ def allow_c_extensions?; end
39
+ def c_extensions_loaded?; end
40
+ def java_extensions_loaded?; end
41
+ def load_error_path(error); end
42
+ def load_native_extensions; end
43
+ def set_c_extensions_loaded; end
44
+ def set_java_extensions_loaded; end
45
+ def try_load_c_extension(path); end
46
+ end
47
+ module Concurrent::Synchronization::MriAttrVolatile
48
+ def full_memory_barrier; end
49
+ def self.included(base); end
50
+ end
51
+ module Concurrent::Synchronization::MriAttrVolatile::ClassMethods
52
+ def attr_volatile(*names); end
53
+ end
54
+ class Concurrent::Synchronization::MriObject < Concurrent::Synchronization::AbstractObject
55
+ def initialize; end
56
+ extend Concurrent::Synchronization::MriAttrVolatile::ClassMethods
57
+ include Concurrent::Synchronization::MriAttrVolatile
58
+ end
59
+ module Concurrent::Synchronization::RbxAttrVolatile
60
+ def full_memory_barrier; end
61
+ def self.included(base); end
62
+ end
63
+ module Concurrent::Synchronization::RbxAttrVolatile::ClassMethods
64
+ def attr_volatile(*names); end
65
+ end
66
+ class Concurrent::Synchronization::RbxObject < Concurrent::Synchronization::AbstractObject
67
+ def initialize; end
68
+ extend Concurrent::Synchronization::RbxAttrVolatile::ClassMethods
69
+ include Concurrent::Synchronization::RbxAttrVolatile
70
+ end
71
+ module Concurrent::Synchronization::TruffleRubyAttrVolatile
72
+ def full_memory_barrier; end
73
+ def self.included(base); end
74
+ end
75
+ module Concurrent::Synchronization::TruffleRubyAttrVolatile::ClassMethods
76
+ def attr_volatile(*names); end
77
+ end
78
+ class Concurrent::Synchronization::TruffleRubyObject < Concurrent::Synchronization::AbstractObject
79
+ def initialize; end
80
+ extend Concurrent::Synchronization::TruffleRubyAttrVolatile::ClassMethods
81
+ include Concurrent::Synchronization::TruffleRubyAttrVolatile
82
+ end
83
+ class Concurrent::Synchronization::Object < Concurrent::Synchronization::MriObject
84
+ def __initialize_atomic_fields__; end
85
+ def initialize; end
86
+ def self.atomic_attribute?(name); end
87
+ def self.atomic_attributes(inherited = nil); end
88
+ def self.attr_atomic(*names); end
89
+ def self.define_initialize_atomic_fields; end
90
+ def self.ensure_safe_initialization_when_final_fields_are_present; end
91
+ def self.safe_initialization!; end
92
+ def self.safe_initialization?; end
93
+ end
94
+ class Concurrent::Synchronization::AbstractLockableObject < Concurrent::Synchronization::Object
95
+ def ns_broadcast; end
96
+ def ns_signal; end
97
+ def ns_wait(timeout = nil); end
98
+ def ns_wait_until(timeout = nil, &condition); end
99
+ def synchronize; end
100
+ end
101
+ module Concurrent::Synchronization::ConditionSignalling
102
+ def ns_broadcast; end
103
+ def ns_signal; end
104
+ end
105
+ class Concurrent::Synchronization::MutexLockableObject < Concurrent::Synchronization::AbstractLockableObject
106
+ def initialize(*defaults); end
107
+ def ns_wait(timeout = nil); end
108
+ def self.new(*args, &block); end
109
+ def synchronize; end
110
+ include Concurrent::Synchronization::ConditionSignalling
111
+ end
112
+ class Concurrent::Synchronization::MonitorLockableObject < Concurrent::Synchronization::AbstractLockableObject
113
+ def initialize(*defaults); end
114
+ def ns_wait(timeout = nil); end
115
+ def self.new(*args, &block); end
116
+ def synchronize; end
117
+ include Concurrent::Synchronization::ConditionSignalling
118
+ end
119
+ class Concurrent::Synchronization::RbxLockableObject < Concurrent::Synchronization::AbstractLockableObject
120
+ def initialize(*defaults); end
121
+ def ns_broadcast; end
122
+ def ns_signal; end
123
+ def ns_wait(timeout = nil); end
124
+ def self.new(*args, &block); end
125
+ def synchronize(&block); end
126
+ end
127
+ class Concurrent::Synchronization::LockableObject < Concurrent::Synchronization::MutexLockableObject
128
+ def new_condition; end
129
+ end
130
+ class Concurrent::Synchronization::Condition < Concurrent::Synchronization::LockableObject
131
+ def broadcast; end
132
+ def initialize(lock); end
133
+ def ns_broadcast; end
134
+ def ns_signal; end
135
+ def ns_wait(timeout = nil); end
136
+ def ns_wait_until(timeout = nil, &condition); end
137
+ def self.new(*args, &block); end
138
+ def self.private_new(*args, &block); end
139
+ def signal; end
140
+ def wait(timeout = nil); end
141
+ def wait_until(timeout = nil, &condition); end
142
+ end
143
+ class Concurrent::Synchronization::Lock < Concurrent::Synchronization::LockableObject
144
+ def broadcast; end
145
+ def ns_broadcast; end
146
+ def ns_signal; end
147
+ def ns_wait(timeout = nil); end
148
+ def ns_wait_until(timeout = nil, &condition); end
149
+ def signal; end
150
+ def synchronize; end
151
+ def wait(timeout = nil); end
152
+ def wait_until(timeout = nil, &condition); end
153
+ end
154
+ module Concurrent::Collection
155
+ end
156
+ class Concurrent::Collection::NonConcurrentMapBackend
157
+ def [](key); end
158
+ def []=(key, value); end
159
+ def _get(key); end
160
+ def _set(key, value); end
161
+ def clear; end
162
+ def compute(key); end
163
+ def compute_if_absent(key); end
164
+ def compute_if_present(key); end
165
+ def delete(key); end
166
+ def delete_pair(key, value); end
167
+ def dupped_backend; end
168
+ def each_pair; end
169
+ def get_and_set(key, value); end
170
+ def get_or_default(key, default_value); end
171
+ def initialize(options = nil); end
172
+ def initialize_copy(other); end
173
+ def key?(key); end
174
+ def merge_pair(key, value); end
175
+ def pair?(key, expected_value); end
176
+ def replace_if_exists(key, new_value); end
177
+ def replace_pair(key, old_value, new_value); end
178
+ def size; end
179
+ def store_computed_value(key, new_value); end
180
+ end
181
+ class Concurrent::Collection::MriMapBackend < Concurrent::Collection::NonConcurrentMapBackend
182
+ def []=(key, value); end
183
+ def clear; end
184
+ def compute(key); end
185
+ def compute_if_absent(key); end
186
+ def compute_if_present(key); end
187
+ def delete(key); end
188
+ def delete_pair(key, value); end
189
+ def get_and_set(key, value); end
190
+ def initialize(options = nil); end
191
+ def merge_pair(key, value); end
192
+ def replace_if_exists(key, new_value); end
193
+ def replace_pair(key, old_value, new_value); end
194
+ end
195
+ class Concurrent::Map < Concurrent::Collection::MriMapBackend
196
+ def [](key); end
197
+ def each; end
198
+ def each_key; end
199
+ def each_pair; end
200
+ def each_value; end
201
+ def empty?; end
202
+ def fetch(key, default_value = nil); end
203
+ def fetch_or_store(key, default_value = nil); end
204
+ def get(key); end
205
+ def initialize(options = nil, &block); end
206
+ def initialize_copy(other); end
207
+ def inspect; end
208
+ def key(value); end
209
+ def keys; end
210
+ def marshal_dump; end
211
+ def marshal_load(hash); end
212
+ def populate_from(hash); end
213
+ def put(key, value); end
214
+ def put_if_absent(key, value); end
215
+ def raise_fetch_no_key; end
216
+ def validate_options_hash!(options); end
217
+ def value?(value); end
218
+ def values; end
219
+ end
220
+ module Concurrent::ThreadSafe
221
+ end
222
+ module Concurrent::ThreadSafe::Util
223
+ end
224
+ class Concurrent::Hash < Hash
225
+ end