categoria 0.1.0.pre.beta0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +34 -0
  3. data/.ruby-version +1 -0
  4. data/CHANGELOG.md +5 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +33 -0
  7. data/Rakefile +12 -0
  8. data/categoria.gemspec +48 -0
  9. data/lib/categoria/version.rb +6 -0
  10. data/lib/categoria.rb +9 -0
  11. data/lib/generators/categoria/command_generator.rb +8 -0
  12. data/lib/generators/categoria/domain_generator.rb +35 -0
  13. data/lib/generators/categoria/model_generator.rb +8 -0
  14. data/lib/generators/categoria/templates/domain_module.rb.erb +6 -0
  15. data/sig/categoria.rbs +4 -0
  16. data/sorbet/config +4 -0
  17. data/sorbet/rbi/annotations/.gitattributes +1 -0
  18. data/sorbet/rbi/annotations/actionmailer.rbi +10 -0
  19. data/sorbet/rbi/annotations/actionpack.rbi +429 -0
  20. data/sorbet/rbi/annotations/actionview.rbi +75 -0
  21. data/sorbet/rbi/annotations/activejob.rbi +44 -0
  22. data/sorbet/rbi/annotations/activemodel.rbi +89 -0
  23. data/sorbet/rbi/annotations/activerecord.rbi +92 -0
  24. data/sorbet/rbi/annotations/activesupport.rbi +421 -0
  25. data/sorbet/rbi/annotations/globalid.rbi +30 -0
  26. data/sorbet/rbi/annotations/railties.rbi +61 -0
  27. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  28. data/sorbet/rbi/gems/.gitattributes +1 -0
  29. data/sorbet/rbi/gems/actioncable@7.1.3.3.rbi +9 -0
  30. data/sorbet/rbi/gems/actionmailbox@7.1.3.3.rbi +9 -0
  31. data/sorbet/rbi/gems/actionmailer@7.1.3.3.rbi +9 -0
  32. data/sorbet/rbi/gems/actionpack@7.1.3.3.rbi +9 -0
  33. data/sorbet/rbi/gems/actiontext@7.1.3.3.rbi +9 -0
  34. data/sorbet/rbi/gems/actionview@7.1.3.3.rbi +9 -0
  35. data/sorbet/rbi/gems/activejob@7.1.3.3.rbi +9 -0
  36. data/sorbet/rbi/gems/activemodel@7.1.3.3.rbi +9 -0
  37. data/sorbet/rbi/gems/activerecord@7.1.3.3.rbi +9 -0
  38. data/sorbet/rbi/gems/activestorage@7.1.3.3.rbi +9 -0
  39. data/sorbet/rbi/gems/activesupport@7.1.3.3.rbi +11 -0
  40. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  41. data/sorbet/rbi/gems/base64@0.2.0.rbi +9 -0
  42. data/sorbet/rbi/gems/bigdecimal@3.1.8.rbi +9 -0
  43. data/sorbet/rbi/gems/builder@3.2.4.rbi +9 -0
  44. data/sorbet/rbi/gems/concurrent-ruby@1.3.1.rbi +9 -0
  45. data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
  46. data/sorbet/rbi/gems/crass@1.0.6.rbi +9 -0
  47. data/sorbet/rbi/gems/date@3.3.4.rbi +73 -0
  48. data/sorbet/rbi/gems/drb@2.2.1.rbi +9 -0
  49. data/sorbet/rbi/gems/erubi@1.12.0.rbi +146 -0
  50. data/sorbet/rbi/gems/globalid@1.2.1.rbi +9 -0
  51. data/sorbet/rbi/gems/i18n@1.14.5.rbi +9 -0
  52. data/sorbet/rbi/gems/io-console@0.7.2.rbi +9 -0
  53. data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
  54. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
  55. data/sorbet/rbi/gems/loofah@2.22.0.rbi +9 -0
  56. data/sorbet/rbi/gems/mail@2.8.1.rbi +9 -0
  57. data/sorbet/rbi/gems/marcel@1.0.4.rbi +9 -0
  58. data/sorbet/rbi/gems/mini_mime@1.1.5.rbi +9 -0
  59. data/sorbet/rbi/gems/minitest@5.23.1.rbi +1555 -0
  60. data/sorbet/rbi/gems/mutex_m@0.2.0.rbi +9 -0
  61. data/sorbet/rbi/gems/net-imap@0.4.11.rbi +9 -0
  62. data/sorbet/rbi/gems/net-pop@0.1.2.rbi +9 -0
  63. data/sorbet/rbi/gems/net-protocol@0.2.2.rbi +282 -0
  64. data/sorbet/rbi/gems/net-smtp@0.5.0.rbi +9 -0
  65. data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
  66. data/sorbet/rbi/gems/nio4r@2.7.3.rbi +9 -0
  67. data/sorbet/rbi/gems/nokogiri@1.16.5.rbi +9 -0
  68. data/sorbet/rbi/gems/parallel@1.24.0.rbi +281 -0
  69. data/sorbet/rbi/gems/parser@3.3.2.0.rbi +5519 -0
  70. data/sorbet/rbi/gems/prism@0.29.0.rbi +37987 -0
  71. data/sorbet/rbi/gems/psych@5.1.2.rbi +1732 -0
  72. data/sorbet/rbi/gems/racc@1.8.0.rbi +162 -0
  73. data/sorbet/rbi/gems/rack-session@2.0.0.rbi +9 -0
  74. data/sorbet/rbi/gems/rack-test@2.1.0.rbi +9 -0
  75. data/sorbet/rbi/gems/rack@3.0.11.rbi +2910 -0
  76. data/sorbet/rbi/gems/rackup@2.1.0.rbi +390 -0
  77. data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +9 -0
  78. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.0.rbi +9 -0
  79. data/sorbet/rbi/gems/rails@7.1.3.3.rbi +9 -0
  80. data/sorbet/rbi/gems/railties@7.1.3.3.rbi +9 -0
  81. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  82. data/sorbet/rbi/gems/rake@13.2.1.rbi +3028 -0
  83. data/sorbet/rbi/gems/rbi@0.1.13.rbi +3078 -0
  84. data/sorbet/rbi/gems/rdoc@6.7.0.rbi +12719 -0
  85. data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
  86. data/sorbet/rbi/gems/reline@0.5.8.rbi +9 -0
  87. data/sorbet/rbi/gems/rexml@3.2.8.rbi +4794 -0
  88. data/sorbet/rbi/gems/rubocop-ast@1.31.3.rbi +7045 -0
  89. data/sorbet/rbi/gems/rubocop-minitest@0.35.0.rbi +2611 -0
  90. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
  91. data/sorbet/rbi/gems/rubocop-sorbet@0.8.3.rbi +1607 -0
  92. data/sorbet/rbi/gems/rubocop@1.64.1.rbi +58104 -0
  93. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  94. data/sorbet/rbi/gems/spoom@1.3.2.rbi +4421 -0
  95. data/sorbet/rbi/gems/stringio@3.1.0.rbi +9 -0
  96. data/sorbet/rbi/gems/strscan@3.1.0.rbi +9 -0
  97. data/sorbet/rbi/gems/tapioca@0.14.3.rbi +3534 -0
  98. data/sorbet/rbi/gems/thor@1.3.1.rbi +4352 -0
  99. data/sorbet/rbi/gems/timeout@0.4.1.rbi +143 -0
  100. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +9 -0
  101. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
  102. data/sorbet/rbi/gems/webrick@1.8.1.rbi +2607 -0
  103. data/sorbet/rbi/gems/websocket-driver@0.7.6.rbi +9 -0
  104. data/sorbet/rbi/gems/websocket-extensions@0.1.5.rbi +9 -0
  105. data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +429 -0
  106. data/sorbet/rbi/gems/yard@0.9.36.rbi +18412 -0
  107. data/sorbet/rbi/gems/zeitwerk@2.6.15.rbi +9 -0
  108. data/sorbet/rbi/todo.rbi +46 -0
  109. data/sorbet/tapioca/config.yml +13 -0
  110. data/sorbet/tapioca/require.rb +4 -0
  111. metadata +339 -0
@@ -0,0 +1,390 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rackup` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rackup`.
6
+
7
+
8
+ # source://rackup//lib/rackup/handler.rb#6
9
+ module Rackup; end
10
+
11
+ # *Handlers* connect web servers with Rack.
12
+ #
13
+ # Rackup includes Handlers for WEBrick and CGI.
14
+ #
15
+ # Handlers usually are activated by calling <tt>MyHandler.run(myapp)</tt>.
16
+ # A second optional hash can be passed to include server-specific
17
+ # configuration.
18
+ #
19
+ # source://rackup//lib/rackup/handler.rb#14
20
+ module Rackup::Handler
21
+ class << self
22
+ # source://rackup//lib/rackup/handler.rb#30
23
+ def [](name); end
24
+
25
+ # source://rackup//lib/rackup/handler.rb#84
26
+ def default; end
27
+
28
+ # source://rackup//lib/rackup/handler.rb#40
29
+ def get(name); end
30
+
31
+ # Select first available Rack handler given an `Array` of server names.
32
+ # Raises `LoadError` if no handler was found.
33
+ #
34
+ # > pick ['puma', 'webrick']
35
+ # => Rackup::Handler::WEBrick
36
+ #
37
+ # @raise [LoadError]
38
+ #
39
+ # source://rackup//lib/rackup/handler.rb#69
40
+ def pick(server_names); end
41
+
42
+ # Register a named handler class.
43
+ #
44
+ # source://rackup//lib/rackup/handler.rb#18
45
+ def register(name, klass); end
46
+
47
+ # Transforms server-name constants to their canonical form as filenames,
48
+ # then tries to require them but silences the LoadError if not found
49
+ #
50
+ # Naming convention:
51
+ #
52
+ # Foo # => 'foo'
53
+ # FooBar # => 'foo_bar.rb'
54
+ # FooBAR # => 'foobar.rb'
55
+ # FOObar # => 'foobar.rb'
56
+ # FOOBAR # => 'foobar.rb'
57
+ # FooBarBaz # => 'foo_bar_baz.rb'
58
+ #
59
+ # source://rackup//lib/rackup/handler.rb#106
60
+ def require_handler(prefix, const_name); end
61
+ end
62
+ end
63
+
64
+ # source://rackup//lib/rackup/handler/cgi.rb#8
65
+ class Rackup::Handler::CGI
66
+ include ::Rack
67
+
68
+ class << self
69
+ # source://rackup//lib/rackup/handler/cgi.rb#11
70
+ def run(app, **options); end
71
+
72
+ # source://rackup//lib/rackup/handler/cgi.rb#51
73
+ def send_body(body); end
74
+
75
+ # source://rackup//lib/rackup/handler/cgi.rb#40
76
+ def send_headers(status, headers); end
77
+
78
+ # source://rackup//lib/rackup/handler/cgi.rb#16
79
+ def serve(app); end
80
+ end
81
+ end
82
+
83
+ # source://rackup//lib/rackup/handler.rb#59
84
+ Rackup::Handler::RACKUP_HANDLER = T.let(T.unsafe(nil), String)
85
+
86
+ # source://rackup//lib/rackup/handler.rb#58
87
+ Rackup::Handler::RACK_HANDLER = T.let(T.unsafe(nil), String)
88
+
89
+ # source://rackup//lib/rackup/handler.rb#61
90
+ Rackup::Handler::SERVER_NAMES = T.let(T.unsafe(nil), Array)
91
+
92
+ # source://rackup//lib/rackup/handler/webrick.rb#18
93
+ class Rackup::Handler::WEBrick < ::WEBrick::HTTPServlet::AbstractServlet
94
+ # @return [WEBrick] a new instance of WEBrick
95
+ #
96
+ # source://rackup//lib/rackup/handler/webrick.rb#54
97
+ def initialize(server, app); end
98
+
99
+ # source://rackup//lib/rackup/handler/webrick.rb#91
100
+ def service(req, res); end
101
+
102
+ class << self
103
+ # @yield [@server]
104
+ #
105
+ # source://rackup//lib/rackup/handler/webrick.rb#19
106
+ def run(app, **options); end
107
+
108
+ # source://rackup//lib/rackup/handler/webrick.rb#47
109
+ def shutdown; end
110
+
111
+ # source://rackup//lib/rackup/handler/webrick.rb#37
112
+ def valid_options; end
113
+ end
114
+ end
115
+
116
+ # This handles mapping the WEBrick request to a Rack input stream.
117
+ #
118
+ # source://rackup//lib/rackup/handler/webrick.rb#60
119
+ class Rackup::Handler::WEBrick::Input
120
+ include ::Rackup::Stream::Reader
121
+
122
+ # @return [Input] a new instance of Input
123
+ #
124
+ # source://rackup//lib/rackup/handler/webrick.rb#63
125
+ def initialize(request); end
126
+
127
+ # source://rackup//lib/rackup/handler/webrick.rb#78
128
+ def close; end
129
+
130
+ private
131
+
132
+ # Read one chunk from the request body.
133
+ #
134
+ # source://rackup//lib/rackup/handler/webrick.rb#86
135
+ def read_next; end
136
+ end
137
+
138
+ # source://rackup//lib/rackup/server.rb#22
139
+ class Rackup::Server
140
+ # Options may include:
141
+ # * :app
142
+ # a rack application to run (overrides :config and :builder)
143
+ # * :builder
144
+ # a string to evaluate a Rack::Builder from
145
+ # * :config
146
+ # a rackup configuration file path to load (.ru)
147
+ # * :environment
148
+ # this selects the middleware that will be wrapped around
149
+ # your application. Default options available are:
150
+ # - development: CommonLogger, ShowExceptions, and Lint
151
+ # - deployment: CommonLogger
152
+ # - none: no extra middleware
153
+ # note: when the server is a cgi server, CommonLogger is not included.
154
+ # * :server
155
+ # choose a specific Rackup::Handler, e.g. cgi, fcgi, webrick
156
+ # * :daemonize
157
+ # if truthy, the server will daemonize itself (fork, detach, etc)
158
+ # if :noclose, the server will not close STDOUT/STDERR
159
+ # * :pid
160
+ # path to write a pid file after daemonize
161
+ # * :Host
162
+ # the host address to bind to (used by supporting Rackup::Handler)
163
+ # * :Port
164
+ # the port to bind to (used by supporting Rackup::Handler)
165
+ # * :AccessLog
166
+ # webrick access log options (or supporting Rackup::Handler)
167
+ # * :debug
168
+ # turn on debug output ($DEBUG = true)
169
+ # * :warn
170
+ # turn on warnings ($-w = true)
171
+ # * :include
172
+ # add given paths to $LOAD_PATH
173
+ # * :require
174
+ # require the given libraries
175
+ #
176
+ # Additional options for profiling app initialization include:
177
+ # * :heapfile
178
+ # location for ObjectSpace.dump_all to write the output to
179
+ # * :profile_file
180
+ # location for CPU/Memory (StackProf) profile output (defaults to a tempfile)
181
+ # * :profile_mode
182
+ # StackProf profile mode (cpu|wall|object)
183
+ #
184
+ # @return [Server] a new instance of Server
185
+ #
186
+ # source://rackup//lib/rackup/server.rb#230
187
+ def initialize(options = T.unsafe(nil)); end
188
+
189
+ # source://rackup//lib/rackup/server.rb#262
190
+ def app; end
191
+
192
+ # source://rackup//lib/rackup/server.rb#248
193
+ def default_options; end
194
+
195
+ # source://rackup//lib/rackup/server.rb#296
196
+ def middleware; end
197
+
198
+ # source://rackup//lib/rackup/server.rb#243
199
+ def options; end
200
+
201
+ # Sets the attribute options
202
+ #
203
+ # @param value the value to set the attribute options to.
204
+ #
205
+ # source://rackup//lib/rackup/server.rb#185
206
+ def options=(_arg0); end
207
+
208
+ # source://rackup//lib/rackup/server.rb#344
209
+ def server; end
210
+
211
+ # source://rackup//lib/rackup/server.rb#300
212
+ def start(&block); end
213
+
214
+ private
215
+
216
+ # source://rackup//lib/rackup/server.rb#413
217
+ def build_app(app); end
218
+
219
+ # source://rackup//lib/rackup/server.rb#349
220
+ def build_app_and_options_from_config; end
221
+
222
+ # source://rackup//lib/rackup/server.rb#395
223
+ def build_app_from_string; end
224
+
225
+ # source://rackup//lib/rackup/server.rb#442
226
+ def check_pid!; end
227
+
228
+ # source://rackup//lib/rackup/server.rb#427
229
+ def daemonize_app; end
230
+
231
+ # source://rackup//lib/rackup/server.rb#456
232
+ def exit_with_pid(pid); end
233
+
234
+ # source://rackup//lib/rackup/server.rb#357
235
+ def handle_profiling(heapfile, profile_mode, filename); end
236
+
237
+ # source://rackup//lib/rackup/server.rb#385
238
+ def make_profile_name(filename); end
239
+
240
+ # source://rackup//lib/rackup/server.rb#409
241
+ def opt_parser; end
242
+
243
+ # source://rackup//lib/rackup/server.rb#399
244
+ def parse_options(args); end
245
+
246
+ # source://rackup//lib/rackup/server.rb#423
247
+ def wrapped_app; end
248
+
249
+ # source://rackup//lib/rackup/server.rb#434
250
+ def write_pid; end
251
+
252
+ class << self
253
+ # source://rackup//lib/rackup/server.rb#273
254
+ def default_middleware_by_environment; end
255
+
256
+ # source://rackup//lib/rackup/server.rb#267
257
+ def logging_middleware; end
258
+
259
+ # source://rackup//lib/rackup/server.rb#291
260
+ def middleware; end
261
+
262
+ # Start a new rack server (like running rackup). This will parse ARGV and
263
+ # provide standard ARGV rackup options, defaulting to load 'config.ru'.
264
+ #
265
+ # Providing an options hash will prevent ARGV parsing and will not include
266
+ # any default options.
267
+ #
268
+ # This method can be used to very easily launch a CGI application, for
269
+ # example:
270
+ #
271
+ # Rack::Server.start(
272
+ # :app => lambda do |e|
273
+ # [200, {'content-type' => 'text/html'}, ['hello world']]
274
+ # end,
275
+ # :server => 'cgi'
276
+ # )
277
+ #
278
+ # Further options available here are documented on Rack::Server#initialize
279
+ #
280
+ # source://rackup//lib/rackup/server.rb#181
281
+ def start(options = T.unsafe(nil)); end
282
+ end
283
+ end
284
+
285
+ # source://rackup//lib/rackup/server.rb#23
286
+ class Rackup::Server::Options
287
+ # source://rackup//lib/rackup/server.rb#143
288
+ def handler_opts(options); end
289
+
290
+ # source://rackup//lib/rackup/server.rb#24
291
+ def parse!(args); end
292
+ end
293
+
294
+ # The input stream is an IO-like object which contains the raw HTTP POST data. When applicable, its external encoding must be “ASCII-8BIT” and it must be opened in binary mode, for Ruby 1.9 compatibility. The input stream must respond to gets, each, read and rewind.
295
+ #
296
+ # source://rackup//lib/rackup/stream.rb#8
297
+ class Rackup::Stream
298
+ include ::Rackup::Stream::Reader
299
+
300
+ # @raise [ArgumentError]
301
+ # @return [Stream] a new instance of Stream
302
+ #
303
+ # source://rackup//lib/rackup/stream.rb#9
304
+ def initialize(input = T.unsafe(nil), output = T.unsafe(nil)); end
305
+
306
+ # source://rackup//lib/rackup/stream.rb#147
307
+ def <<(buffer); end
308
+
309
+ # Close the input and output bodies.
310
+ #
311
+ # source://rackup//lib/rackup/stream.rb#169
312
+ def close(error = T.unsafe(nil)); end
313
+
314
+ # source://rackup//lib/rackup/stream.rb#154
315
+ def close_read; end
316
+
317
+ # close must never be called on the input stream. huh?
318
+ #
319
+ # source://rackup//lib/rackup/stream.rb#160
320
+ def close_write; end
321
+
322
+ # Whether the stream has been closed.
323
+ #
324
+ # @return [Boolean]
325
+ #
326
+ # source://rackup//lib/rackup/stream.rb#179
327
+ def closed?; end
328
+
329
+ # Whether there are any output chunks remaining?
330
+ #
331
+ # @return [Boolean]
332
+ #
333
+ # source://rackup//lib/rackup/stream.rb#184
334
+ def empty?; end
335
+
336
+ # source://rackup//lib/rackup/stream.rb#151
337
+ def flush; end
338
+
339
+ # Returns the value of attribute input.
340
+ #
341
+ # source://rackup//lib/rackup/stream.rb#20
342
+ def input; end
343
+
344
+ # Returns the value of attribute output.
345
+ #
346
+ # source://rackup//lib/rackup/stream.rb#21
347
+ def output; end
348
+
349
+ # source://rackup//lib/rackup/stream.rb#134
350
+ def write(buffer); end
351
+
352
+ # source://rackup//lib/rackup/stream.rb#143
353
+ def write_nonblock(buffer); end
354
+
355
+ private
356
+
357
+ # source://rackup//lib/rackup/stream.rb#190
358
+ def read_next; end
359
+ end
360
+
361
+ # This provides a read-only interface for data, which is surprisingly tricky to implement correctly.
362
+ #
363
+ # source://rackup//lib/rackup/stream.rb#24
364
+ module Rackup::Stream::Reader
365
+ # source://rackup//lib/rackup/stream.rb#99
366
+ def each; end
367
+
368
+ # source://rackup//lib/rackup/stream.rb#95
369
+ def gets; end
370
+
371
+ # read behaves like IO#read. Its signature is read([length, [buffer]]). If given, length must be a non-negative Integer (>= 0) or nil, and buffer must be a String and may not be nil. If length is given and not nil, then this method reads at most length bytes from the input stream. If length is not given or nil, then this method reads all data until EOF. When EOF is reached, this method returns nil if length is given and not nil, or “” if length is not given or is nil. If buffer is given, then the read data will be placed into buffer instead of a newly created String object.
372
+ #
373
+ # @param length [Integer] the amount of data to read
374
+ # @param buffer [String] the buffer which will receive the data
375
+ # @return a buffer containing the data
376
+ #
377
+ # source://rackup//lib/rackup/stream.rb#32
378
+ def read(length = T.unsafe(nil), buffer = T.unsafe(nil)); end
379
+
380
+ # source://rackup//lib/rackup/stream.rb#105
381
+ def read_nonblock(length, buffer = T.unsafe(nil)); end
382
+
383
+ # Read at most `length` bytes from the stream. Will avoid reading from the underlying stream if possible.
384
+ #
385
+ # source://rackup//lib/rackup/stream.rb#74
386
+ def read_partial(length = T.unsafe(nil)); end
387
+ end
388
+
389
+ # source://rackup//lib/rackup/version.rb#7
390
+ Rackup::VERSION = T.let(T.unsafe(nil), String)
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rails-dom-testing` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rails-dom-testing`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rails-html-sanitizer` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rails-html-sanitizer`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rails` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rails`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
@@ -0,0 +1,9 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `railties` gem.
5
+ # Please instead update this file by running `bin/tapioca gem railties`.
6
+
7
+
8
+ # THIS IS AN EMPTY RBI FILE.
9
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem